Alireza Ghasemi

Results 59 comments of Alireza Ghasemi

> Does this also happen with native VS Code? No. I have VSCode continually open on a MacBook for weeks and never had a memory issue. Same for a ChromeOS...

> I also thought to temporarily increase the Cloud Memory from 4GB to 8GB. My "solution" was adding a line to crontab to restart code-server every 24 hours 😆

> I had issues with memory increasing, as multiple code-server instances would be open at once. Here is the issue: #4351 > > It got solved by upgrading to a...

> 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

Thanks. I will check the `checked` method. I wasn't clear with Try. What I meant is indeed more like `Try{...}.toOption`: Running some expression and returning an Option/Optional based on whether...

Thank you. I see that `Exceptions.log().get` returns an Optional and it is fantastic. What I'm asking is for `Exceptions.sneak().get` to also return an Optional, which it currently doesn't, as far...

Hi. Any idea how we can apply that fix on the library that hs been installed via pip?

No. It's solved. Thanks.

Update: It was because of the presence of the NO_PROXY environment variable