Anton Kalmanovich

Results 38 comments of Anton Kalmanovich
trafficstars

@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. ![](https://vgy.me/szvAFx.png) 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`: ![image](https://github.com/lerna/lerna/assets/5869818/3ee1a7db-c3cd-49bc-9918-cad2961b841c) When running the script directly: ![image](https://github.com/lerna/lerna/assets/5869818/a9b0c47d-7563-48e2-8b94-976932c62457)

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...