Pavel Volokitin
Pavel Volokitin
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [x] I have...
I'm trying to use aphrodite in my project. Everything works great so far except one scenario. I have a Tooltip component that measures children dimensions in `componentDidMount` and `componentDidUpdate`. But...
Part of #55 Some key are encoded incorrectly on Windows. - `` - `` - ``
Currently default stop signal is SIGTERM on Unix and TerminateProcess on Windows. On Windows, we should use some softer way that will allow proper termination. Perhaps sending 0x03 (Ctrl-C in...
It's been a while since the last release. I since experimented with a couple of big changes without finishing them. And those unfinished changes are preventing me from making a...
Currently mprocs npm package includes precompiled versions for macos-x64, linux-x64, windows-x64, and since 0.7 macos-arm64 and linux-arm64. I saw that esbuild is using optional deps to only download version for...