Jhonny Varela
Jhonny Varela
well, it can be used on webpack, but you will need to do some config, I think the version that is being maintained is in the [provider](https://github.com/MetaMask/providers), ```bash npm install...
I have the same issue OS: Linux Mint 21.2 x86_64 Kernel: 5.15.0-101-generic cargo 1.77.2 (e52e36006 2024-03-26)
Hi @mistricky, yes I can run it without problems and configuring things inside of WSL, I could give it a try
Hi @mistricky I haven't been able to try to tackle this issue, I will try this week, it seems like a rust issue, where rust fails to access the clipboard,...
well I finally had the time to continue, I think this should be working now, the error was a pretty simple thing @brandonsturgeon @mistricky any feedback is useful, maybe if...
> Nice! > > How can I test this on my setup? Do I just point my plugin manager to your fork+branch? yes, that should work 
I'm currently fixing a couple of things that were still wrong and could cause issues under some cases, there is a problem and is that detecting how is named the...
btw I made some test for the things I added If @mistricky wants I could commit them also, and I could just make early returns if the user is not...
@mistricky Hi @mistricky, yes, I only updated the copy.rs, that is the only problem that I found in the plugin with wsl, the save workflow works fine, I could add...
@mgastonportillo you are right, somehow I managed to break everything by adding the tests, the last working commit is the [3a74e416](https://github.com/jhonnyV-V/codesnap.nvim/commit/3a74e416e8d2f8b65b8353c27bfba0cc790f12b7), I will fix this soon