ruslandoga

Results 315 comments of ruslandoga

It seems to happen due to the last job being removed only after app restart. This can be verified by first running jobs with ids 1, 2, then with 3,...

@warmwaffles here's the zig file: https://github.com/ruslandoga/sqlite-zig-problem/blob/master/src/ext.zig Here's how I'm compiling it on mac: https://github.com/ruslandoga/sqlite-zig-problem/blob/1d0eeecfd50aec8622c70b2c3b928aecb9defc0b/Makefile#L10-L12 Zig docs suggest downloading ["nightly" master builds](https://ziglang.org/download/) so I'm using ``` > zig version 0.10.0-dev.2473+e498fb155 ```

@warmwaffles small update: I [printed](https://github.com/ruslandoga/sqlite-zig-problem/blob/84a098686dde6b70cd14d4b73398e37259940f0d/src/ext.zig#L10) the pointer and it was `102a7acdc` when called from Elixir and `120016530` when called from `sqlite3-cli`. Converting these to base10 yields `4339510492` and `4831929648`. And...

[`std.mem.alignForward` workaround works,](https://github.com/ruslandoga/sqlite-zig-problem/pull/1) but it'd be easier to not have to use that.

@warmwaffles hi! I wasn't able to find the cause of this issue at the time so I moved away from using extensions in my app. I still plan to learn...

@paskal I don't have merge rights yet. I'll ask Uku about it tomorrow. > I've got the advice for that change from the ClickHouse developer here in a bar in...

@openscript 👋 That's a rather harmless warning and can be ignored. More info: https://github.com/open-telemetry/opentelemetry-erlang/issues/419

@abishekrsrikaanth 👋 Are the any errors in the logs? `docker compose logs plausible`? You might want to try using one of arm64 container images.

@abishekrsrikaanth ah, right :) So until https://github.com/plausible/analytics/pull/2103 is merged and [`v1.5.0` is released,](https://github.com/plausible/hosting/issues/54) there aren't any official arm64 images for `plausible/analytics`. But some community members have built their own arm64...