Jens Claes

Results 48 issues of Jens Claes

### Neovim version (nvim -v) v0.7.0-dev+nightly-1466-g08616571f ### Language server name/version any ### Operating system/version MacOS ### Steps to reproduce using "nvim -u minimal_init.lua" Open a buffer Delete the buffer :LspInfo...

If used together with `flow-language-server` and LanguageClient-neovim, the completion through asyncomplete-omni is bugged, it adds the new insertion but doens't removed the typed text that triggered the insertion in the...

## 🚀 Feature request I think fp-ts is an awesome library but the name of the functions is not always: - the most friendly for newcomers to fp - in...

Would it be possible to have host-specific stuff? For example if there's a directory `host-mcantelon` in the repo and the hostname of that machine is `mcantelon`, these files are preferred...

It would be nice if `hledger` supports the subdirectives of ledger-cli for the `commodity` directive ``` commodity $ note American Dollars format $1,000.00 nomarket alias USD default ``` Currently only...

A WISH
journal

When I await a supertest request inside an async function, the server is not closed (like in `.end()`) so I have to do this manually. Is this known? How can...

need-help

Proof of concept of the workspace diagnostics feature Proof of concept of #361

This code says something about "to be implemented by the client" https://github.com/theia-ide/typescript-language-server/blob/3a8ea0f04bde047e2f60b9f68ef7816e3a41aa10/server/src/commands.ts#L14 but I cannot find any documentation as to how to implement this. E.g. what's the flow if you...

When using https://github.com/typicode/hotel#proxy-requests-to-remote-servers, it would be nice if response cors headers could be overwritten from the config, to allow CORS requests to the local proxy. This allows strict production CORS...

It would be nice if bull had a test mode, just like kue: https://github.com/Automattic/kue#testing This way it's much easier to write unit tests against bull workers

enhancement