dylan-robins

Results 4 issues of dylan-robins

When not using entirely numeric version numbers (such as 2.1-PRELIM-03 or 1.3-FINAL-00), the text parts are transformed to lowercase after loading using to_dict (i.e. 2.1-prelim-03 or 1.3-final-00). This means additional...

Transparency shouldn't be affected by colour transformation, so when building the output data I copy over the input alpha value instead of setting it to 255. Testing was done on...

Sometimes cURL's -k flag is really useful when using APIs on networks that are not entirely configured yet. This is my case currently, I systematically get the following message: ![image](https://github.com/REST-API-Client/API-Client-VSCode-Extension/assets/27738722/ea425aca-5111-48e0-a167-b3c6d0eb221b)...

help wanted

When developing a plugin for Poetry, I found that despite the "include", "exclude" and "package" mapping content being fully defined in the documentation, no type hints were available to help...