Daniel Demmel

Results 107 comments of Daniel Demmel

I managed to build an ARM64 image locally, it needed 3 changes: 1. build [go-zetasql](https://github.com/goccy/go-zetasql) as ARM64 (no changes needed) 2. update `debian:bullseye` to `debian:bookworm` in the `emulator` stage in...

Not sure if more elegant, but I ended up copying binaries and libs into Distroless CC from the official Python image, which also serves as local development image. In my...

Oh cool, so by installing Python with uv you can get all the binaries and libraries under one directory (UV_PYTHON_INSTALL_DIR) so it's fewer paths to copy? It's probably much less...

> Thank you it worked for me! But do you think there's a way to customize the BUILD file for the original distroless python to adapt it to an higher...

I found the release here: https://github.com/openzfsonosx/openzfs-fork/releases/tag/zfs-macOS-2.2.3 It did work with 15.2, but it does need a bit of faffing, approving in System Settings and then restarting into recovery mode and...

Is it possible to connect to the BigQuery emulator from the compiled app? The `bq` CLI takes `--api=http://localhost:9050` so I'm wondering if there's any way at all to get the...

Hope you don't mind @ezyang but I [forked your tool](https://github.com/daaain/claude-code-log) and ran with it 😅 also pushed to PyPi, but changed the name in case you want to develop and...

I ran into the same issue and [fixed in a PR](https://github.com/goccy/bigquery-emulator/pull/387/files#diff-4dacc7a06791d88085bc744a0a2aa16559cb5b9b8fddd705177bfa2fbfe41d29R1248) a few months ago in a backwards compatible way, but the maintainer doesn't seem to be active any more...

Wouldn't even need a separate datetime MCP call, the current time can be added into the prompt template by the client.

Actually, today's date is already in the system prompt, so I suppose it either needs to be passed to the websearch tool as a parameter or the websearch tool itself...