Anton Kalmanovich
Anton Kalmanovich
@PowerChaos125 oh fuck, I used wrong image file xD I edited my post to use the correct one.
@Feuerholz your solution is called a logarithm scale, but we don't really need it. The only thing really meaningful in this graph is that the line isn't horizontally flat at...
@Francesco149 thanks for this! Using your oppai binaries, here's the graph for aim stars / speed stars.  This is using the same exact maps that previous graphs used. We...
Add this line at the beginning of your husky hook. ```shell if sh -c ": >/dev/tty" >/dev/null 2>/dev/null; then exec /dev/tty 2>&1; fi ``` Took me a few hours to...
@Krasava872 `if sh -c ": >/dev/tty"` checks if `/dev/tty` is available, and if it is, it redirects stdin, stdout and stderr to /dev/tty.
@marcoripa96 Sorry, accidentally deleted the old sandbox. I just added a new one and posted the code in the comment as well.
> Is there someone who managed to modify the select primitive and make it multi select? Doubt that. I looked at radix source code, the Root primitive and the SelectItem...
@MickeyKay is your issue resolved?
Same issue here. Lerna is truncating the last line of inquirer's output. With `lerna run`:  When running the script directly: 
I created a minimal codesandbox to reproduce this issue https://codesandbox.io/p/sandbox/cranky-cache-sqx3hb?file=%2Fpackage.json%3A17%2C1 This codesandbox automatically runs `lerna run start` when you open it. If it doesn't just do `npm install` and `npm...