Daniel Tompkins

Results 24 comments of Daniel Tompkins

The pure Python implementation also works with the same two dependencies on Alpine. It's only the `[binary]` implementation that seems to fail with the nonce issue. Perhaps I still don't...

So `pip install ./psycopg_c` will call the script (tools/build/build_libpq.sh) to build `libpq`? But this only builds `libpq` if it can't be found installed under system packages? I don't understand how...

If I run `pip install ./psycopg_c` without `apk add postgresql-dev`, I get: ``` No such file or directory: 'pg_config' ``` I see this [SO answer](https://stackoverflow.com/a/44938314/12149529) that says `postgresql-dev` supplies the...

Ok, thanks very much for laying that out for me. I'm beginning to better understand how it works. Thanks for taking the time to explain and sorry for my ignorance....

I ran the `./build_libpq.sh` script and first ran into an issue with the missing `bison` package. I did `apk add bison` (actually I added it in the `apk add` statement...

EDIT: **RESOLVED** (see linked issue) I'm having issues getting Next to actually return the resized image(s) from the API. New comment on issue #65890 here: [https://github.com/vercel/next.js/issues/65890#issuecomment-2466570522](https://github.com/vercel/next.js/issues/65890#issuecomment-2466570522) **TL;DR**— using `fill` and...

Hey thanks for the response. I found a solution. I was running it on a Vagrant vm, but emulating the x86 architecture from Apple silicon (m3 arm). I was having...

Is there a recommended way to restart the AeroSpace app? I've been terminating through htop and then running again.

Ah, nice, good tip! Thanks. I appreciate that it's still a keyboard-accessible option with the Raycast launcher.

I was able to resolve stringing/globbing by enabling firmware retraction. In my `printer.cfg`, I added the following: ``` [include timelapse.cfg] # Helps reduce stringing/blobbing [firmware_retraction] retract_length: 6.5 retract_speed: 25 unretract_extra_length:...