Dom324

Results 6 issues of Dom324

Hello, firstly thanks for making such a great tool! I believe I found a bug where `sources` are checked before `deps` complete: ``` compile_sources: deps: [preprocess_sources] sources: - "./build/**/*.cc" generates:...

area: dependencies
state: awaiting response
area: exec

**Describe the bug** I compile libzstd in folder `lib` with: ``` make ZSTD_LIB_COMPRESSION=0 ZSTD_LIB_DICTBUILDER=0 ZSTD_LIB_DEPRECATED=0 ZSTD_LEGACY_SUPPORT=0 ZSTD_NO_UNUSED_FUNCTIONS=1 DYNAMIC_BMI2=0 CC=clang ``` When I add `CFLAGS` on command line and override BMI2...

Hello, I'm trying to use Tracy in a sudoku solver, where one frame means one sudoku board. Solving the sudoku is relatively fast, and therefore the frame times are roughly...

### Related problem Currently, nushell does not have support for switching between dark and light theme - there is always only one color theme configured in `$env.config.color_config`. Several terminals (Ghostty,...

enhancement
configuration
needs-triage

**Problem** Sometimes one needs to login somewhere on an external device - e.g. a friends computer, meeting room at work... These devices usually do not have (any) KeePass installed (and...

feature

Fixes https://github.com/stevearc/resession.nvim/issues/69 The root cause of the issue is that when resession restores the old buffer, it does not trigger BufReadPre/BufRead/BufReadPost autocommands which many plugin features depend on (gitsigns, lsp,...