Salomon Popp

Results 33 issues of Salomon Popp

From the readme: > Type `prettier_d_slim --help` to see the supported `prettier` options. However, when I run it I get an error: ``` ❯ prettier_d_slim --help TypeError [ERR_INVALID_ARG_TYPE]: The "chunk"...

Awesome little plugin! Is it possible to format the net_speed output string to something like `U: 0.2 MB/s D: 10.4 MB/s` and keep it at this unit? I'd like to...

Is it possible to disable specific LanguageTool rules? For example I would like to keep Oxford commas (serial comma), which shows a warning at the moment.

In our use case, we have some custom ClusterServingRuntimes in addition to the default ones KServe 0.8 ships with. It seems that this breaks the listing of all InferenceServices, regardless...

lifecycle/stale

Pyright currently complains when using dtyper as a drop-in replacement that `@app.command` decorators are missing `self` as parameter. ``` error: Type of "command" is partially unknown   Type of "command" is...

I noticed there was no formatter specified, so I took inspiration from the rest.nvim repo and added a similar workflow for formatting the grammar.

Why does the response buffer use the `httpResult` filetype, not `http` like the request buffer? I feel like it would be nicer to use the same TreeSitter parser for the...