Thiago
Thiago
Hi @sillen102, Did you get a chance to test if the change solve your case ? Thanks !
Hey, If I understood correctly, this plugin cannot be used at all if those variables are not available, right ? So we could put as the first thing in the...
Thanks @bennypowers. Should we then remove the registration of the plugin from `@open-wc/testing` since Open-wc is now using @dev/test-runner (otherwise the tests will start to fail) ? And also, the...
> Hey @trystan2k, > > Unfortunately I ran into the same issue. I've used your plugin for a while, but have to report that disabling the prefix indeed does not...
> https://github.com/trystan2k/zsh-tab-title/blob/feature/gnome_adjusts/zsh-tab-title.plugin.zsh Hi @totoroot , I think I found the issue. The main problem was that some of the environment variables were only been take into account when you open...
It could also fix your problems @sillen102 , if you still use the plugin and could take a look.
Hi, I am having the same issue but in Ubuntu. I have moved the bin folder of my JDK installation to the beginning of my path variables but it still...
Hi @JustAnotherSoftwareDeveloper , I am using Oracle JDK 8. So I installed following the guide on this page *https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 - the part about Oracle JDK). Could this be the problem,...
Hi @JustAnotherSoftwareDeveloper , I didn't have ran the update-alternatives and seems that this was the key. I ran it for jar, java, and javac and put all in the same...
What if Jest tests are migrate to vitest, would it solve this ESM problem, no ? We could try to use codemod (like this one https://codemod.com/registry/jest-to-vitest) to make it faster...