Nathan Lilienthal

Results 241 comments of Nathan Lilienthal

@sprang first of all, as a fan of Conway's Game of Life, thanks for showing me another very cool generative algorithm. However on my system X11+i3 I couldn't reproduce this,...

@remme123 I'm assuming you didn't mean to close this issue, reopening.

I just left a comment on the `geo` crate (see mention above) and I'm also aware of https://github.com/pka/geozero which implemented the WKT/WKB types already. As I'm interested in working on...

OK, so it sounds like my first task should be to extend `geozero` with `PointZ` support for `sqlx`. It seems like this shouldn't require any changes here, since the conversions...

@pka, IDK maybe I'm just missing something, but I cannot get the example to work in my application, and all the tests for `postgis` are marked as `[ignore]`. I'm getting...

> I'm not sure why this issue drifted to geospatial support when the OP clearly meant only geometric support? I'm sorry for causing some drifting here. My main issue was...

I was about to open an issue titled something like "git-secret should use fingerprints". This is currently causing me some issues for me. Mainly it's impossible to remove a single...

Sorry for the slow response, here's the backtrace. ``` Reading symbols from editor/backend/standalone/Axiom Standalone...done. (gdb) run Starting program: /home/nixpulvis/Code/axiom/build/editor/backend/standalone/Axiom Standalone [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1"....

Building on a 64-bit Intel machine for the same target. I've had to make just one minor change to get it to build (maybe the issue is with that). ```...