LuckyTurtleDev
LuckyTurtleDev
I still thinking adding the information at a log message manual by the user would be easier than filter the out by using a regex. Especial for domains this would...
The readme/example should suggest ```yml - name: Run benchmark run: | set -eo pipefail cargo +nightly bench | tee output.txt ``` instead of ```yml - name: Run benchmark run: cargo...
looks like that is not the only issue. After fixing this manual even other tests fail: ```rust ---- search::tests::numeric_property_comparison stdout ---- thread 'search::tests::numeric_property_comparison' panicked at src/search.rs:397:9: assertion `left == right`...
Best solution would be to let the user choose between strg and shift.
>@LuckyTurtleDev Just out of curiosity, what use-case do you have where you need to know the path? @bjorn I have writen a proc macro, with does convert the tiled map...
> Have you considered using a build script insead to convert your maps? I personal prefer using macros, because you can easier see, where the generated code is included. A...
> I'm noticing a similar experience using DVORAK layout on a laptop's QWERTY hardware keyboard on Windows 10. Same with koy on QWERTZ at arch linux. An overview of some...
Anything new at this issue? It is a big deal breaker which make lape useless for all non us people/keyboards.
Can confirm that the shortcuts seems to work again (german key board + koy layout) on commit 21e6719. But it looks like `strg` + `+` does still not work for...
> > Can confirm that the shortcuts seems to work again (german key board + koy layout) on commit [21e6719](https://github.com/lapce/lapce/commit/21e6719af2153ebf5304c6dbcbb63a147a1ae16a). > > But it looks like `strg` + `+` does...