Julian Grinblat
Julian Grinblat
I don't have any experience developing on windows, and I don't know how to install `fontforge` there inside the CI... If anyone got any ideas I will give it a...
### Describe the feature https://scalameta.org/metals/docs/editors/user-configuration#should-display-type-annotations-for-inferred-types Right now we get an error message: ``` [nvim-metals] "inlayHints" is not a valid setting. It will be ignored. ``` ### Potential ways to implement...
This plugin does not currently support this kind of functions: ```javascript const foo = () => ``` Thanks!
Sometimes the command to execute depends on state other than the filename. For example, you might want to execute different commands if the target file already exist or if it...
This could be useful when doing an `async` calculation of the replacement text (for example, compiling some javascript, etc). I could try to put together a PR this week :)
This is intended to be a non-breaking new feature. This enables doing: ```js import { isVinyl } from 'vinyl'; ``` from inside `mjs` files in node. Edit: I could add...
Behind a firewall, `http` could be disabled in some usecases... it would be nice to be able to support downloading via https as well
I just upgraded to the latest HEAD where lush is removed and ran `require('nvim-treeclimber').setup()`. This results in an error: ``` Error detected while processing /home/perrin4869/dotfiles/home/.config/nvim/plugin/treeclimber.lua: E5113: Error while calling lua...
https://github.com/ladjs/superagent/pull/1803 broke the parsing of ipv6 addresses such as `http://[::]:80`. Before that PR, using `node:url`, we would get: ``` > const { parse } = require("node:url") undefined > parse("http://[::]:80") Url...
Seems that GitHub actions finally added support for arm64 runners! https://github.com/actions/runner-images/issues/5631