Tia

Results 18 comments of Tia

In the command the 3 is the number of versions to keep, so it will keep the file in the last 3 versions. If you change this to one only...

Well the file is called Test.docx, but you only specified the file as Test. Therefore it will not touch any commits, as there is no file called Test without extension

huh, seems that I messed up the datetime parsing, can you attach the test repository so I can reproduce it?

Hi, most likely your pack file contains a kind of diff that I did not implement yet (OBJ_REF_DELTA), as I have yet to find a repository where these diffs are...

Yes, just retried it on a Windows 11 22H2, and still having all the treesitter parsers as .so files (in ~/AppData/Local/nvim-data/lazy/nvim-treesitter/parsers/), which sounds like Linux-files, not Windows-files.

For me the problem was that the compiler was the x86 version, not the x64 version. Solution to this particular problem can be found here: https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support#msvc (use the x64 Native...

For my usecase I would like something like this in the paket.dependencies: nuget mypackage skip_analyzers: true Might be good if this could be overridden in the paket.references, but that is...

Lets take a look at Microsoft.EntityFrameworkCore, which has a dependency on Microsoft.EntityFrameworkCore.Analyzers. This will add these lines to the csproj file: \ \True \ I need a way to not...