Silas Groh
Silas Groh
This there any development on this? I just found out that in the above mentioned situations the following loop is never run, because no match is found by treesitter. https://github.com/RRethy/nvim-treesitter-endwise/blob/dbe426b2786ee41e55afd8ebded172ce206ffa65/lua/nvim-treesitter/endwise.lua#L136
How far is the progress on this? I would really like to use this to make an [shfmt](https://github.com/mvdan/sh) plugin for [dprint](https://dprint.dev/).
dprint is a code formatter written in Rust that supports plugins in bare wasm. The only thing These wasm files have to do is export some functions that dprint will...
Yes. I want to create a wasm binary including the shfmt shell formatter that is written in Go. Thus the plugin itself must also be written in Go, as it...
Are there any plans on merging that PR? reedline seems a bit unfinished and less mature to me and I don't really want to switch the whole library for that...
I added a feature like that to the latest release of [my extension mod](https://github.com/RubixDev/fabric-rug/releases), though it needs the mod to be installed on the client too, so it probably won't...
I made a [GitHub action](https://github.com/marketplace/actions/upload-to-modrinth) for publishing on Modrinth similar to the `curseforge-upload` action already in use. An example usage can be found [here](https://github.com/RubixDev/EnchantedShulkers/blob/da213f52298529349c179cc2bce720472d0e9357/.github/workflows/publish-release.yml#L138-L152). Additionally, I made [modrinth-auto-feature](https://github.com/marketplace/actions/modrinth-auto-feature) for automatically...
I would suggest adding a setting to the config file called something like `ignoreLists` or `excludeLists` as a list of glob strings. Users can then specify paths to files in...
As mentioned in https://github.com/nissy-dev/dioxus-free-icons/issues/14, this is the current explanation: https://github.com/DioxusLabs/dioxus/blob/94004cfe19c1efb851b3d8147f608990c9ab21b5/packages/core/src/diff.rs#L29-L39
So do you still have this issue? Because in my testing this didn't happen neither in Singleplayer nor on servers. It might also be an incompatibility with another mod