Jason Kraus
Jason Kraus
When I run `list(path.glob("*/metadata.json"))` the code will hang on an S3 path but not on a local path. But if the second portion include a "*" then it will work,...
djkombu.transport.Channel does not use transactions when performing operations on the Queue. If there is more then one concurrent worker then it is possible for the same message to be retrieved...
Things were going well until the last line: ``` npm i -g graphql-cli graphql-cli-generate-fragments graphql init graphql get-schema graphql generate-fragments ``` Get the usage help with the last line saying:...
* **What is the current behavior?** `DjangoModelFormMutation` has the option to change the input name of the mutation, but it is always set to "input" regardless of value. Like so:...
Why is this important? Well it seems the javascript swagger client will always set the accept header to 'application/json`: https://github.com/swagger-api/swagger-js/issues/1124 When the client does the request against the schema url,...
I have the following code that checks for problems, fetches two nodes, moves one to the other, and then performs another check. ``` probs = Concept.find_problems() assert not any(probs), str(probs)...
The following paper has both an unusual observation space and actions space: https://arxiv.org/pdf/1812.09195.pdf The observation space consists of a list of dom nodes. For my purposes I have interfaced with...
The initial requested url has an extra `/` which the server returns a correcting redirect. This is one extra round trip that can be eliminated. ``` 2019-08-04 18:50:46,511 https://api.weather.gov:443 "GET...
If `points_forecast` is called with an invalid set of coordinates, the API will respond with a 404. The current client will continue to retry the request even though it should...
Found that for this tool to work with our application at work, it has to be more aggressive when traversing children and dependencies.