Danilo Raisi
Danilo Raisi
When using XTerm.js, we can define the Font Family that the terminal will use (when creating the terminal instance). Any possibility to allow us to define a Font Family on...
@axonasif I'm using Edge, but it worked the same way. Thanks!
As I understand, this is more complex than creating a way to run commands from workspaces. When you execute `npm run --workspaces test` or `yarn workspace test`, the command will...
@cinderblock, after some analysis and tests, I think it's possible to create something to solve this. Note that the solution will only work with NPM 7+ and Yarn (I'll try...
The use of `npm:` or `yarn:` keeps the standard used by concurrently. The user specifies which package manager he is using. With Yarn, we have a `--parallel` flag. As npm...
@florisvdg I also use 1Password to manage my SSH Keys. Your explanation is fantastic. I usually use Gitpod via SSH (Neovim as IDE), so the integration is valid through the...
@hiett I tried your suggestion. When creating my Redis client I set the pipeline to false, but I am still facing the same issue. ```typescript const redis = Redis.fromEnv({ enableAutoPipelining:...
As you can see in the attached image @gmlexx, I provided the exact prompt message. It is the fingerprint confirmation that appears on the first connection attempt.