Olivier Hardy
Olivier Hardy
Hi, I think it would be convenient to try loading config file (pino-pretty.config.js, etc) from the home directory of the current user by default. This would allow each developer to...
Hi, Just checked #4099, closed but without any solution for me. I have "hosts” to change in ingress/certificates depending on the environment so I tried: - Common replacements in base...
## To Reproduce Name this file with .ts extension (configured with JavascriptLexer) and the keyPrefix is ignored, if you use JsxLexer instead, it's works ```typescript export default function useArticlesFilter() {...
Hi, Its take lots of time to open a new tab or split with the last canary version of Hyper. No specific console log. Any ideas ?
I use onchange package which crash in tree-kill. Stack trace: ``` /node_modules/tree-kill/index.js:78 ps.stdout.on('data', function (data) { ^ TypeError: Cannot read property 'on' of undefined at buildProcessTree (/***/node_modules/tree-kill/index.js:78:14) at /***/node_modules/tree-kill/index.js:99:11 at...
I have lot of errors like that: ``` error TS6133: 'pulumi' is declared but its value is never read. error TS6133: 'ObjectMeta' is declared but its value is never read....
This code works with nodejs: ``` node --env-file=local.env --env-file=.env ``` But not with Deno: ``` deno --env-file=local.env --env-file=.env ``` ``` error: the argument '--env-file[=]' cannot be used multiple times ```...