cyphercon

Results 22 comments of cyphercon

Also it seems to be in the import plugin for oxlint, I changed the .oxlintrc.json file to this ``` { "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": [ "import" ] } ``` And I...

I updated to oxlint version 0.16.8 and I don't seem to have the problem anymore maybe that previous pull request fixed it?

I does appear to be fixed, the language server stays around 2MB of memory even after extensive usage. Thanks for the fixes! Hyped for the 1.0 release, really pleased with...

I think this bug might be present again or something else is causing a memory leak. ![Image](https://github.com/user-attachments/assets/06547cd3-c1ca-462f-ace6-efb44fb49bd3)

On oxlint version 0.16.8 ![Image](https://github.com/user-attachments/assets/3df09f26-a49d-466a-9fb0-876fda545a8a)

Yea its the same problem, every time I open a my file that uses react-three-fiber or any file that references a component that uses it my memory usage increases by...

One of my coworkers on the same project ![Image](https://github.com/user-attachments/assets/56aadf75-c451-4c33-9cc0-00f6dacd8df7) Can we get this fixed?

> Are there any noticeable memory issues in recent versions? I am using the latest version, deleted the node_modules and lock file in my project and reinstalled just to make...

It is the import plugin. If I remove the import plugin from my config file this significant increase in memory usage does not occur.