Skip to content
#

bookmark

Here are 483 public repositories matching this topic...

brentgti
brentgti commented Sep 9, 2021

Those less familiar with Visual Studio Code don't know or remember to use ctrl-shift-p to look up Bookmarks commands and see their associated keybindings, but often instead search online. It would help those people to have the keybindings documented in the README.

As an aside, I don't see the keybinding for "jump to next" when I look it up using ctrl-shift-p in Code. I don't know if that's bec

bookmarks
eoli3n
eoli3n commented Jun 29, 2022

From #579

Zrepl should not store data in properties, especially constantly changing data like that.

Yes, especially constantly changing data.

The place for a command like this would be a new subcommand zrepl test gridspec.

zrepl test gridspec  \
  --spec '1x1h(keep=all) | 24x1h | 30x1d | 6x30d | 1x365d'  \
  --regex "^zrepl_" \
 --fs zroot/encrypted/z

Improve this page

Add a description, image, and links to the bookmark topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bookmark topic, visit your repo's landing page and select "manage topics."

Learn more