Alex Pearwin
Alex Pearwin
This message is emitted from the `app.events.Receiver` receiver? Hmm. What broker are you using? Are the application and worker able to connect to the broker?
I had a similar issue trying to use a package which used [tiangolo/poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin). The package also specified a version in its `pyproject.toml` so the plugin was redundant for my use...
[This issue](https://github.com/mikel/mail/issues/659) in the Mail gem is related; same error message. The fix therein works for me.
I encountered the same error but potentially for a different reason: running multiple DuckDB instances in parallel, each downloading the same extension(s). I've opened https://github.com/duckdb/duckdb/issues/12589 for that.
I had a crack at adding Decimal support and managed to add reading without too much trouble: https://github.com/alexpearce/explorer/commit/709aa6768f4944a07126eb7ae595f449b5153346 I found adding write support more challenging. It seems that Decimal support...
Heh, quite right @bossek! `for` is pretty flexible and I struggled to come up with a short example that `for` couldn't manage.
**TL;DR**: Erlang's JIT compilation, enabled on most systems by default, is broken on Sonoma (https://github.com/erlang/otp/issues/7687#issuecomment-1737184968). You need to use a RabbitMQ package built with an Erlang built with `--disable-jit`. For...
I started looking into adding a Redpanda service to devenv, but the `redpanda-server` package is currently marked as broken (see https://github.com/NixOS/nixpkgs/pull/272521 for the latest attempt to fix it).
This is a nice addition, thank you. I suppose this won't be covered in the workshop, but is at least in the lesson for reference. It might be worth having...
If I remember rightly (and I probably don't because it was a looong time ago), we figured that CERN replicas were easiest for the analyst because the access pattern was...