davidrenne
davidrenne
It also even if you press enter on a single command, does not fire it when bash is ready. It needs to at least support the firing of the one...
Yea just add a `sleep 5` in your profile file to slow down your terminal and type commands to improve the new builds of warp by allowing the chaining of...
@dannyneira cant you just put a sleep 10 in your profile? Mine does some nvm switching so its likely one of the reasons but a sleep should recreate slowness during...
Yes I think I encountered this same issue as we are on webpack 4 in one project I work on. I was lazy loading several components which also was including...
This package gets downloaded a lot (Im sure by node.js backend developers) and I know the original author of node.js I thought said he doesnt like npm because it allows...
From my understanding crypto is a part of node.js and not a separate package. Typically with a package with separate files you can import certain files which reduces the bundle...
@dev4joel +1 on the "double-clicking the purple thing could copy the workding directory in the clipboard". I didnt know about the right clicking to copy branch or CWD which is...
You just paste them in with one line ending after each command, so it does run them in sequence but fails to time the second one.
@elviskahoro was just about to submit an issue on this +1 this....
If anyone doesn't want to install the 25 packages in the server side I can trim it down to a lot less by only importing GorCore/core/app as a separate module...