max-hk

Results 15 comments of max-hk

@tannerkrewson It doesn't work with preset-env.

> I am not competing with VLC. The only thing I do is make it how I want it and share it. Right now the only linux shells that this...

I think the problem is more likely a bug in Google's end, since it occurs sometimes in my machine even with audio-only-youtube disabled. I have ublock-origin enabled and can't tell...

How about making FormData itself generic? So we can do something like this: ```ts const formData: FormData = new FormData(formEl); ```

How about using the way provided by #10421? ```jsx function Test({ message }: TestProps) { return {message} } assume Test is React.FC; ```

Just jump into this issue. @thorn0 Can we just put the leading `>` to the line above? It looks much better. From: ``` ipsum ``` To: ``` i p s...

> There are no self contained windows releases yet. > > We haven't tested but the npm package might work on windows. `yarn global add code-server` I was able to...

@bpmct npm's default script-shell failed to run the postinstall script on Windows. ``` npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall: `./postinstall.sh` npm ERR! Exit status...

I installed code-server successfully with script-shell set to a portable git bash release (with no spaces in its path, [because of this issue](https://stackoverflow.com/a/58093689)) and run `npm i -g code-server` with...

> Does this mean you had to do it with yarn or you just used Powershell instead? The postinstall script setup vscode's extensions with yarn. https://github.com/cdr/code-server/blob/911af4075f111f5c47700fbc731978bb65941a56/ci/build/npm-postinstall.sh#L89-L104 If I run `npm...