Carsten Igel
Carsten Igel
Flake 518 v1.0.0 has been released. It is a small wrapper around flake8 but the configuration is stored in pyproject.toml instead of tox.ini, setup.cfg or .flake8. As depicted in https://github.com/PyCQA/flake8/issues/234...
The PIP518 support as described in https://github.com/PyCQA/pycodestyle/issues/813 has been implemented roughly. It uses the toml package, since the toml package describes itself as being Python 2 compatible. Using another package...
If AutoHelp or AutoVersion are turned off in the ParserSettings, the consequence is not to show the command as available in the help text, if a help text shows up....
**Symptom** When turning off AutoVersion (or AutoHelp) in the `ParserSettings`, the HelpText still announces these commands as being available. **Root cause** In the `Parser` Class, the method `MakeParserResult` is called,...
Missing required values will be now longer treated as options. Hence the error message will be clarified to the positional arguments. This compares to option 3 from #755 .
**Synopsis** If a required value with a `MetaName` is omitted, the error is depicted as Option, which might be misleading: > A required value not bound to option name is...
If you want to run pixeldroid with your instance, you need to configure passport using `php artisan passport:keys` and `php artisan passport:install` These options are missing on the official documentation....
**Describe the bug** After digging a bit, I found a strange behavior, which could be related to #270: I generate my code like [this](https://github.com/carstencodes/buildinfo-om/blob/e12d1d232ac11f092ac2fc358bdf62c65917c2d2/pyproject.toml#L26). As the target version is not...
Package `protolint` was already taken. Using `protolint-bin` as new python wheel name.
When building .NET protobuf serializers, gRPC services or grpc clients, the proto files are actually generated during the build using the `Protobuf` collection. This project is already shipping a maven...