Amin Ya
Amin Ya
> I agree with @dg0yt on the usage comment. > > I believe the feature setting also needs to be baked into the installed contents so that users can't accidentally...
You don't need to build zeromq from the source to use it. Just install the production dependencies. If you want to build from the source anyway, here's a docker file...
Dev support via npm isn't supported anyway. I can specify pnpm as a package manager so it works with corepack. Btw, you can pass build-from-source in `.npmrc`.
I don't know how to benchmark it because this is a mono repo. What's your procedure for testing a dev branch?
Is there a workaround? Thank you
> Hi @aminya sorry to hear about this. Are you able to confirm you don't have any history settings in your rc files to limit the history? Also, as a...
Thanks, I tried that, but the history search didn't find my old commands. Here's the relevant parts of my rc file just in case: ```bash # tabtab source for packages...
Any solutions? I have enabled mcfly back because Warp's command history just doesn't work. I'd suggest against the [comment here](https://github.com/warpdotdev/Warp/issues/4964#issuecomment-2140951650)
I have written a tool that fixes the Warp history issue. The issue is that Warp only relies on `~/.bash_history` for command searching. Using this tool, you can insert all...
I can confirm that the issue exists. See https://github.com/cantino/mcfly/issues/435 for more information. The issue is crucial because I have to use Mcfly instead of Warp's built-in command search due to...