Angel Luis

Results 11 comments of Angel Luis

Hi, Thank you for your time and your fast response. I've make a test and yes, when I go to https://developer.mozilla.org/ by default it's in English and I can see...

Argh, I've installed the plugin and it redirects to the `/en-US` path but the rest of the path is translated in Spanish and I get a 404. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referencia/Objetos_globales/Math/round

I don't remember exactly but I changed the method of using Milvus so I couldn't get a workaround about this issue.

This is log before and after the error, thank you. ``` 2024-02-26 14:30:04.014 [INFO] NEW SESSION! 2024-02-26 14:30:04.097 [INFO] System: Mac14,3 Version 14.2.1 (Build 23C71), Memory: 15.3 MB (8.0 GB),...

@iby tested and working nice, thank you!

Yeah I've been checking and also the crop tool isn't working (when combined with other tools), at least the cut tool it is. :)

Yeah I was thinking about that! I think the correct approach is that, when you press the button "Export", instead of directly close the window, it should appear at least...

I've solved this for yarn workspaces adding in `package.json`: ```json "resolutions": { "lightningcss": "1.27.0" }, ```

> It looks like yarn versions are stepping on each other. You're mentioning that you're using yarn v1 but this log is from Yarn v4: > > > yarn dlx...

I tried it with `[email protected]` and same error. In my case I'm using `nvm` instead of installing Node directly, but I think this shouldn't affect to the process. I've found...