Maximilian Roos
Maximilian Roos
I would mildly vote against it given that it expands the API without providing much _broad_ value. I'm on your side about the underlying issue being frustrating. but users who...
thank you very much @zesterer I made some progress, but have been really struggling with one part. I don't want to use you as free support, but also I'm spinning...
that makes sense not to include explicit params. I think I had included them to try to understand what they should be. *but* even after removing them, it doesn't help:...
FWIW we get the same error when running `cargo outdated` in PRQL: https://github.com/PRQL/prql, latest commit is 67453ae1
Yes `dist` looks like it's been really successful, +1 In general, I'd be keen to embrace tools like that — we get their enhancements for free and reduce the scope...
Ah, that's a very good point; I hadn't thought of that. I had a quick look but didn't see a way to get around that in https://opensource.axo.dev/cargo-dist/book/ci/customizing.html It would be...
possibly this relates to https://github.com/anthropics/claude-code/issues/1414 — so _only_ using containers is possible, but mixing linux containers & mac causes deletions...
> Mount the `~/.claude` directory into your container and perform manual authentication the first time. Run `claude login`, open the OAuth URL in your browser, and paste the generated token...
Our semantics should be a bit clearer here, but what would you want the output to be? Currently PRQL returns: ``` SELECT total, total, a ``` ...based on ``` total,...
What should the SQL be?