Aaron Taylor

Results 14 comments of Aaron Taylor

@arekkas I started a branch fixing this issue: https://github.com/ory/fosite/compare/master...kujenga:no-override-token-expiration Do you have advice on how to test this, and what a good location would be to better document the behavior?

Ah, thank you @jcchavezs ! I created a new file for it and missed it in my commit 🙈 all fixed now!

@jcchavezs if there is anything else needed from here here let me know! would be great to get this in.

I took a pass at implementing a more complete version of this to use interfaces throughout the package: https://github.com/openzipkin/zipkin-go/pull/188

With https://github.com/stanfordnlp/dspy/pull/347 this library should now be installable for those using openai >1.0, though the version used in the lockfile for this repo is still the same.

It appears that the latest release had a git tag and GitHub release added: https://github.com/stanfordnlp/dspy/releases/tag/v2.4.3 Great to see! Will that be standard going forward?

Just wanted to echo that adding a Cloud Run launcher for GCP would be great addition, it would make getting up and running in GCP significantly easier! There was a...

Here's an example of a similar class of error that I observed in a CI build that would be nice to have uv retry automatically: ``` error: Failed to download...

This would be quite useful to know! From Slack, we are now using this to override values from the environment (e.g. versions) locally when running "preview" in CI, so that...

This would be a welcome change! My expectation was that `lakectl local` would work similarly to how git works, in terms of tracking status of chnages, and what is considers...