Bogdan Luca

Results 47 comments of Bogdan Luca

Build for latest commit https://github.com/codesandbox/codesandbox-client/pull/6697/commits/62ecc049ea055d4d571ba22a68dbaf7fa16f3173 is at https://pr6697.build.csb.dev/s/new.

@krallin As @igor-borovkov mentioned (thanks for digging out that info!), adding `setlinebuf(stdout);` at the beginning of `main()` fixes this. Should I open a PR? Out of curiosity, I did a...

In the meanwhile I replaced it with a `beforeSend` handler where I use something like ```js function getExtraData(err) { const result = {}; let currentErr = err; let keyPrefix =...

Hello everyone, 🙂 Is this still an issue for you? I just tested all the sandboxes from the OP and comments, and they all work for me. The tests ones...

@luukrijnbende I also hit this, after copying a few TB of data to some new Seagate IronWolf drives. Did the issue eventually fix itself for you? (see my comment [here](https://github.com/Seagate/openSeaChest/issues/117#issuecomment-1812565773))

There's a few gotchas here: - `command` has to be an array of arguments - arguments are appended to the entrypoint, so you don't need to specify that - arguments...

Works fine here in a 1-node test cluster bootstrapped with `kubeadm`, with `cri-o` `1.29.3`, `kubernetes` `1.30.0`, and `metrics-server` `v0.7.1` ([chart](https://artifacthub.io/packages/helm/metrics-server/metrics-server) version `3.12.1`): ```sh $ crio version INFO[2024-04-25 07:34:27.402979362Z] Starting CRI-O,...