Riley Martine

Results 25 comments of Riley Martine

> @rmartine-ias I fully agree that uninstalling is a good temporary workaround. What do you think a more permanent solution to the `jest --watch` incompatibility with everyone's favorite steam locomotive...

Commenting to express support for this as well -- besides breaking some rendering, I really do not like how it looks.

I was getting this when in a virtual environment.

Thanks for this, it's super useful! You might want to add the new options to the config schema as well: https://backstage.io/docs/conf/defining/ It would be neat if you could make (username...

@mist3r3 we're using this right now with [patch-package](https://www.npmjs.com/package/patch-package), if that helps. Build the patched version, copy the `dist/` files into node modules, and generate the patches.

not perfect, but here's what I ended up with for typescript @Itto1992 : ```bash vim -c ':LspUninstallServer typescript-language-server' -c ':qa' vim /tmp/file.ts -S

@dbarnett yep, it wakes up every second to check if it's done. This would do it for you probably (works on my machine): ```bash #!/usr/bin/env bash vim -c ':LspUninstallServer bash-language-server'...

Thank you for the great project! > I wonder if we should open up the ability to configure that at least... My main objection is "it is never preferable to...