Jonas Stendahl
Jonas Stendahl
Blizzard have moved to a new API platform, and with that some breaking changes have been introduced (intended and unintended). - [x] Rewrite `fetch-api-docs` to support develop.battle.net. - [ ]...
To avoid running out of memory when executing a huge amount of requests we need a way to interact and process the response as soon as the request is executed....
While playing around in the level editor I found that a floor tile on which the player can't place rails would result in more interesting map layouts. These tiles would...
This PR adds a backend for pip-audit during the `check` goal. Fixes #13770.
This PR aims to add an initial backend for OpenAPI documents as outlined in #16042, most thoughts behind the PR is there but here's a quick rundown: - `openapi_definition` and...
# OpenAPI Backend I've been thinking about adding a backend for OpenAPI definitions to Pants, but before I get too carried away with coding it I wanted to "throw it...
``` Failed to get methods for Foobar : Uncaught TypeError: Argument 1 passed to Peekmo\AtomAutocompletePhp\ErrorHandler::onException() must be an instance of Exception, instance of ParseError given in /path/to/.atom/packages/atom-autocomplete-php/php/ErrorHandler.php:45 Stack trace: #0...
An old branch I decided to dust off and finish. 🧹 The OpenAPI targets were a great addition to allow futher OpenAPI-related functionality in Pants (codegen, linters, etc.), but I...
**Describe the bug** When trying to package a Pants plugin using `python_distribution()` while also using `pants_requirements()` for development of said plugin, the packaged plugin will include an install requirement on...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...