James Hale

Results 7 issues of James Hale

This is a 2 year old edit, but it still seems worth cleaning up. The install instructions in the README fail so long as v3 is held in beta: https://github.com/graphql-python/graphene-django/blob/5d5d7f18154adc0d89e2c6baebd47c4e5d7d9fbf/README.md?plain=1#L31...

`nom::traits` is private. In order to implement generic parsers, it would be helpful to have access to the type defs. Or there is another way that I don't know? ##...

Sample recipe URL(s) below: - https://spoonacular.com/recipes/sesame-flank-steak-salad-1747701 - https://spoonacular.com/recipes/your-basic-low-carb-breakfast-1747693

enhancement

Docker defaults to using cached layers during `dagster-cloud serverless deploy`. The generated dockerfile is not composed in a way to trigger layer updates when code changes (e.g., when pinning new...

Because this library uses `multiprocessing` for parallelization, it's not available for use on AWS Lambda. While this can be mitigated by streaming logs from AWS, it still prevents the use...

This is an in-process fix for #17.

When preparing the HTTP POST request for sending email via the API, JSON serialization fails when attempting to serialize `django.utils.functional.__proxy__` objects (strings that have yet to be translated). Potential wrap-around...