fross
fross
> The easiest way is to specify your input jars (and/or wars, ears, zips, and directories) and a single output directory. ProGuard will then reconstruct the input in this directory,...
Hi, In [README.md](https://github.com/mirumee/ariadne-codegen/blob/main/README.md), the example provided for the bearer token could be updated. **Current example:** `{"Authorization" = "Bearer: token"}` **Desired example:** `{"Authorization" = "Bearer token"}` → the colon `:` following...
Hi, I'm making use of pyxcp and [udsoncan](https://github.com/pylessard/python-udsoncan) in unit tests. **Question:** Is there a way (or configuration) that can be used to reduce the time it takes for closing...