Guillaume Hivert
Guillaume Hivert
I wonder whether is should resides in sketch or not in the end. Maybe managing colors would just be something generic, and can be build easily on its own, before...
That seems really great ! 💜 It seems to be a great foundation to start with, the goal is probably now to test it properly, and add the desired features...
Hi, after some investigations (I had the exact same problem with `tsc -w`), I feel like there's just the need to catch the character `\x1Bc`. In the TypeScript compiler, we...
Hi, I have the same problem and investigated a little bit. By commenting out [that line](https://github.com/open-cli-tools/concurrently/blob/10ff00cbfbd4dbf1a41a716556b4592a20022fa9/src/flow-control/kill-on-signal.js#L14), I ended up with something working correctly, no double `SIGINT`, everything is cool. It...
That's weird, because I effectively had no problem with HTTPC without further configuration. However, when trying to reach a Render (render.com) PG instance through HTTPS, I had to explicitly ask...
Can confirm it's not working anymore with OTP26. Maybe we can wait for [pgo issue](https://github.com/erleans/pgo/issues/80) to handle it correctly.
Maybe we can have an API like ```gleam pub type Config { /// Other fields omitted for brevity Config(ssl: Ssl) } pub type Ssl { Disabled Enabled VerifyPeers(Cacerts) } pub...
In some environments, the certificate can be self-issued, and you'd have to add the CA certificate to the chain. In this case, verification will fail if using standard certificates. Skipping...
I tried another way, and it's working like a charm! I'm curious to have your thoughts on that flow. In the end, I took decision to do an opinionated checking,...
It's done! Feel free to update the branch or merge whenever you want! For history, I'm trying to see what I can do for `pgo` in the [erlang/pgo#80](https://github.com/erleans/pgo/issues/80) issue. :)