davawen
davawen
This should be fixed, issue can be closed :)
It seems the linked PR has been closed, so perhaps a fix can be merged ?
So, is there any known way or workaround (perhaps at the libinput level) to adjust senstivity for a flat acceleration profile? Tweaking pointer_accel yields almost no change in speed (and...
Are there any updates on this? Compute shaders are great for many complex effects and systems and I feel like bevy's support for them is really boilerplate-y and subpar compared...
I've got the same problem and fixed it by removing the parser_config snippet in my config, and removing/reinstalling treesitter: ```lua -- REMOVED -- local parser_config = require "nvim-treesitter.parsers".get_parser_configs() -- parser_config.wgsl...
I think it's because tree-sitter has pulled wgsl as an official parser, so the installation instructions in this repo are outdated 🤔