cyphercon

Results 22 comments of cyphercon

I have a pull request submitted that will fix this but meanwhile you can update your package.json to use vite: ^5.0.0 instead of ^4.5.0

This would be a great feature to add to projects, including the ability to autogenerate javascript resolvers based on the schema.graphql in an amplify project.

Looks like we are missing this workspace, I just reverted the commit that introduced the change to run the project locally [6e120889e2aed88392c43792eaf1bf11707bde8d](https://github.com/ProtonMail/WebClients/commit/6e120889e2aed88392c43792eaf1bf11707bde8d)

I am on arch linux, I did not edit the .oxlintrc.json file at all during that time span, or the settings.json file. Also I was not using multiple workspaces, and...

Here is a screenshot of htop if it is useful ![Image](https://github.com/user-attachments/assets/259003e6-b3e5-43c1-9036-26ef78eda432)

I am noticing that it only spikes when certain files are opened as well. I have a threejs file that open and that causes a very large spike in memory...

Opening and closing that one file in VScode adds about 1-4MB of memory to the oxc language server process

Let me working on cleaning up this file so that I can share it with you guys

``` import { Canvas } from '@react-three/fiber' export function ThreeDMain() { return ( ) } ``` If you put this in a react-typescript file and open and close it multiple...