Oleksii Sholik
Oleksii Sholik
It wouldn't be very practical, look at the number of versions of goon that are available https://github.com/alco/goon/releases/tag/v1.1.1
Hi folks. There's a bug in goon that prevents signals from being delivered, see https://github.com/alco/goon/pull/6. You should be able to work around it by providing some input to the spawned...
It also panics when trying to stop a running process.
Thank you for your contribution, @MarcusSorealheis. I have plans to make it seamless to use external processes started with Porcelain under a supervisor. I'll have to hold off merging this...
Sadly, I've been doing a bad job maintaining the project, not for the lack of enthusiasm though. Truth is, both Porcelain and goon have some design flaws that make it...
When the default value of `DATABASE_REQUIRE_SSL` was set to `true` in https://github.com/electric-sql/electric/pull/767 (2023-12-22), it was implemented correctly. The later change that accidentally flipped the default (https://github.com/electric-sql/electric/pull/848) was made on 2024-01-18....
Corrections: * the original enforcement of SSL connections by default was released in [v0.9.0](https://github.com/electric-sql/electric/releases/tag/@core/electric%400.9.0) on 2024-01-18. * the "fix" that added support for `sslmode` and accidentally flipped the default value...
I have prepared [a draft of release notes](https://deploy-preview-136--electric-sql-website.netlify.app/docs/reference/release_notes#2024-xx-xx---patch-release) if we release this change as part of a patch release.
> On top of this change, we noticed that the scheduler can sometimes undershoot. That is, if we schedule after 5000 ms, we could then obtain a `last_msg_diff` of 4999.7...
@davidmartos96 @icehaunter [Here's an alternative approach](https://github.com/electric-sql/electric/commit/0144f4e92a9c74ee363cbb8fa2d9c2928d24e508) that, instead of adding a margin of error to timer firings, keeps a separate timestamp for sent pings. Every time a ping interval elapses,...