Deiring Andreas

Results 15 comments of Deiring Andreas

I have the same / similiar problem on debian 11 with code server 4.4.0. Couldn't find the reason yet. When the memory is full, all sessions start to slow down,...

Today the system used 3.4GB of 4GB. I killed the extension volar and it droped by 3GB. Once i also read about memory problems with the extension settings sync. Is...

@jsjoeio Thanks, i will look into it!

> > Have you tried messing with the extensions? That also produced a solution for me :)) > > I'd rather wait for an official fix. But which extension? :D...

Is there an update to this issue? The last time i tried to use "next-i18next.config.mjs" in combination with "next.config.mjs" i got some problems.

This is probably way out of my league. If i got some free time i will take a look into it and if i have a solution i will give...

> Same here! But for us the error says : `Functions deploy had errors with the following functions` whereas in firebase console it says : `Cloud Functions uses Artifact Registry...

Used Fix: @meiblorn [@comment](https://github.com/cyrilwanner/next-compose-plugins/issues/59#issuecomment-1217194440). #### From: ```typescript const withPlugins = require('next-compose-plugins'); const nextTranslate = require('next-translate'); const nextConfig = { reactStrictMode: true, }; module.exports = withPlugins([[nextTranslate]], nextConfig); ``` #### To: ```typescript...