Ellie Hermaszewska
Ellie Hermaszewska
@EdmundsEcho Take a look at my coc.nvim port of @alanz's vscode plugin: https://github.com/expipiplus1/vscode-hie-server/ quickfixes and code actions to add imports have been working very well for me with this.
I've noticed this too, however only while running using coc.nvim, it doesn't happen in vscode. When vscode is driving hie doesn't even send the spurious diagnostic, weird
Here is a verbose log demonstrating that restic believes the files are `new` and not `unchanged` ``` $ restic --repo rest:https://foo:[email protected]/foo backup $(pwd) -vvvv open repository repository d528392f opened successfully,...
@rawtaz No difference sadly.
A quick look in the code reveals that `fileChanged` doesn't look at the file path. https://github.com/restic/restic/blob/c542a509f08a92fe499932d826c5af07d3977525/internal/archiver/archiver.go#L448-L482 So I guess that it's not identifying the file as the same node because...
@greatroar Unfortunately that doesn't seem to make any difference: With the patched restic, having already uploaded this with the non-patched version: I navigate to a directory which is part of...
I don't really have a use case for this, it's more that I bumped into this with a large backup set on a slow machine (armv7l, no hardware encryption support)....
@smlx, yeah, that's true. I think the use case presented in #2564 is more important. I wonder if instead doing the equivalent of `restic backup $(pwd)/x` when `x` is a...
Understood :) thanks. Happy to mark this as resolved now unless you think this behaviour should be documented somewhere On Sun, Mar 22, 2020, 6:33 AM MichaelEischer wrote: > The...
I'm getting this with 0.11.0.0 ```haskell data A where A ::A ```