Douglas Gadêlha

Results 28 comments of Douglas Gadêlha

Probably the solution is #228

Looks a bit like CPU usage, but not really too high (under 50%). Before someone joining: ![image](https://user-images.githubusercontent.com/10081640/30866334-4fd55b80-a2af-11e7-81f8-6bb70ee60005.png) During map loading: ![image](https://user-images.githubusercontent.com/10081640/30866352-5eb8eebe-a2af-11e7-89fb-fd4e456b647e.png) After joining: ![image](https://user-images.githubusercontent.com/10081640/30866364-6554ed86-a2af-11e7-870f-67726c49777e.png) Not sure how to monitor network...

Reproduction steps: 1. Create 2 e2-medium VMs on GCP with Ubuntu 22.04 Minimal x86/64 (NOTE: Sysbox doesn't work with RKE control plane + worker in a single node [it doesn't...

This, in fact, wasn't standardized. Each target is sending appropriate information about its own platform, without a scheme of what fields should be sent. I'm really unsure if we should...

@b-twis once the package maintainer shows up ensuring this PR will get some attention, I can do that It's been a month since it was opened and no review. I...

There seems to be nothing in the oci provider to do this.

@lbguilherme tem um teste que quebra com esse update

@saltyshiomix, somehow [this](https://github.com/saltyshiomix/react-ssr/blob/master/packages/core/lib/helpers.js#L1-L7) is getting imported client-side and throws an `Uncaught ReferenceError: process is not defined` when rehydrating. Locally, I've replaced this code with ```typescript const isProd = () =>...

If anybody doesn't need any specific ts-node features, install the `@swc-node/register` package and replace ts-node with it according to the [documentation](https://github.com/swc-project/swc-node#usage): ``` npm i -D @swc-node/register node -r @swc-node/register script.ts...

Handy for PostgreSQL users, it would be nice to see an update on this.