Carlos Lopez

Results 40 comments of Carlos Lopez

The only "workaround" is found is changing `display` to force Safari to recalculate the layer on resize. Essentially, when you change `position:fixed`, you have to change `display` as well. For...

I'm guessing PM2 doesn't support ESM on Windows. For those in a pinch, https://github.com/coreybutler/node-windows after you install it as a service.

@roblourens According to https://github.com/microsoft/vscode-remote-release/issues/1110 1GB of RAM isn't enough. I don't even try on t2.micro since it will without a doubt lock up the instance. This issue mentions t3a.micro which...

Is anybody having these issues with Azure? I only use EC2 and it's pretty much a guaranteed way to crash the VM. I use the Amazon Linux v1 and v2...

Usage just balloons up. I'm wondering if it's Amazon that kills the server for using all the CPU credits. SSH will connect after this happens, but nothing else: ```` OpenSSH_8.1p1,...

I'm pretty sure it's RAM. Opening up a project it balloons from up to 750M/979M of RAM. Closing VSCode drops it down to 164M/979M. I opened up VSCode again and...

@steelkorbin The amount of RAM is 100% the reason why mine crashes. I'm not sure why your servers are having issues though. How much memory left do you have up...

Still happening on Material Symbols as well.

I'm currently using a polyfill for `EventTarget` in NodeJS environments. I see `Deno` will support `EventTarget` out of the box, so at least we're going to get nice usage from...

Deno actually uses a somewhat custom method of "get the parent" that allows custom overloading. The check occurs by checking if the `EventTarget` "is a node" by checking if has...