Skip to content
#

incremental

Here are 280 public repositories matching this topic...

muirdm
muirdm commented Dec 6, 2020

The below ruby code:

foo = 123

Gives foo a face of tree-sitter-hl-face:function.method which isn't correct (it should be variable or similar). I poked around a bit and my guess would be the ((identifier) @function.method (#is-not? local)) highlight rule is matching too much suggesting the locals stuff isn't working (?).

I'm guessing it is an issue here vs tree-sitter-r

t-oster
t-oster commented Jul 8, 2021

Hi,
I just encountered a problem with my linux zpool. I have root on zfs and boot it via grub2. It stopped working and it seems as if the problem is that grub2 does not work when the zfs feature com.datto:bookmark_v2 is active.

I guess zrepl is using bookmarks and thus enabled that feature. Maybe there should be warning. I know most people will have a separate boot pool or even a separate

ghost
ghost commented Sep 26, 2020

Description

During the installation screen, when clicking back from the plugin install screen, collections get duplicated

Steps to Reproduce

  1. Run the installer as usual until reaching the plugin install screen
  2. press back

or

  1. Run the installer as usual until reaching the plugin install screen
  2. Select any of the official plugins to install
  3. press back

tasket
tasket commented Jan 4, 2019

A good testing regime could include the following:

  • Perform an initial backup
  • Verify volume
  • Perform an incremental backup
  • Verify volume
  • Prune first backup
  • Verify volume
  • Diff volume (cross-check with source vol data)

Changing program_name in the code could allow the test data set to be created under a different base folder name without interfering with real-life back

Improve this page

Add a description, image, and links to the incremental 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 incremental topic, visit your repo's landing page and select "manage topics."

Learn more