Kai Moschcau
Kai Moschcau
### To Change changed condition ### Kind of Change Update ### Additional Info ```diff diff '--color=auto' -r FoundryVTT-10.287/resources/app/common/packages/base-package.mjs FoundryVTT-10.288/resources/app/common/packages/base-package.mjs 239c239 < if ( SYSTEM_SPECIFIC_COMPENDIUM_TYPES.includes(pack.type) && !pack.system ) pack.system = systemId;...
### To Change width and height field definitions ### Kind of Change Update ### Additional Info ```diff diff '--color=auto' -r FoundryVTT-10.287/resources/app/common/documents/tile.mjs FoundryVTT-10.288/resources/app/common/documents/tile.mjs 69,70c69,70 < width: new fields.NumberField({required: true, positive: true,...
### To Change Move hook types to `client/hooks.mjs.d.ts` ### Kind of Change Add ### Additional Info V10 added a file with stub functions to document the hooks of the application....
### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request. ### Feature description It might be worth adding a helper function...
Hi, currently I don't fully understand what each comparator does or how it could help me achieve what I want. Currently I have this setup in my cmp config: ```lua...
The version used by this plugin is over half a year old and is missing features that are shown on the mermaid page. I just replaced the bundled mermaid version...
## Describe the bug When triggering hover, the response from the server has ` ` around each character in the contents value. This causes neovim to display it with spaces around...