Jacob Foster

Results 10 comments of Jacob Foster

Yeah, I can see how that'd be a problem... Even if it could convert, a float doesn't quite capture all of the data in a timedelta. One possibility would be...

I have not tested the code in the description with graphene 2.0 and the corresponding update to graphene-django. Hopefully I'll get a chance to take another crack at it soon,...

Just adding another opinion here. 😄 I think the choice to limit network and IAM role reliance is a good one. Any sort of change that requires actually hitting AWS...

Yes, please. Running into issues that have been fixed, but not released. 🙏🏼 Is there anything we can do to help?

Just in case someone else runs into a similar need anytime soon. At first, I was worried that doing anything like this would break email standards. But it seems that...

Saved me some troubleshooting. 👍

Related, in order to get links to work to a running dynamodb-local container, I had to also add the following: ``` services: aws-sam-local: ... links: dynamodb:dynamodb command: ... --docker-network [project-name]_default...

It looks like `FileField` is being registered to the graphene `String` type. That means the value coming out of it is whatever `six.text_type(value)` will spit out when called with the...

Hello! I am trying to integrate a postgREST API with open-web-ui as a tool server for our AIs. However, the lack of operationIds makes this very difficult. I would also...

I am also unfamiliar with Haskell, but I would guess it would be somewhere in this method: https://github.com/PostgREST/postgrest/blob/2eb9e4a8a4e76a9d5feefd0e7a5abebb2823bfe7/src/PostgREST/Response/OpenAPI.hs#L304