Results 43 comments of Flo

Ok makes sense, thanks for the info

If it's helpful, I think I have a pretty consistent repro in here https://github.com/Sheraff/root (commit `e12c6d908375cccb8344be5cf5e066604cbeba37` at the time of writing). It's not a minimal reproduction, but the repo is...

For me, in order to make the workflow work I did the following: - install python 3,

One case remain unhandled, and I'd love some help on it: With `"strictNullChecks": true`, the following type should include `undefined` but doesn't. ```ts const arr = [false, 1, '2'] as...

As long as the index is positive, the following works pretty well: ```ts interface ReadonlyArray { at(index: I): this[I]; } ``` We can detect (and extract from) negative numbers with...

IDK. But you can use `netstat -aln | awk '$6 == "LISTEN" && $4 ~ "8888$"'` to check if it's available (won't output anything if it's available)

I'm not 100% sure. I've been getting this error with vlc. My advice would be to install mpv player. It gives a superior video quality anyway... `brew install mpv --HEAD`

multi threading done

better storage of data (stores parsed data now instead of raw html)

I'd love a beer but even myself don't use this workflow anymore: this other one has never failed me thus far https://github.com/xilopaint/alfred-urban-dictionary. Cheers.