Youri Westerman
Youri Westerman
Finding out what is going wrong in prod environments can be tricky sometimes. This PR allows an optional logger to be passed which enables a debug log. Now finding out...
In order to prevent Qt Creator from rebuilding Qt6 at every change and to make the build of Qt6 more re-usable, I have split off the modules in this Sdk...
This is to be used in an App extension for Qt Creator so that Qt5 will become optional/uninstallable. And needs to be available so that: https://github.com/flathub/io.qt.QtCreator/blob/use-extension/io.qt.QtCreator.yaml can be merged to...
This will make Qt5 optional for Qt Creator and needs to be available before we can merge: https://github.com/flathub/io.qt.QtCreator/blob/use-extension/io.qt.QtCreator.yaml to beta and test it. ### Please confirm your submission meets all...
In the other methods of this controller this is done in the same way and in our usage of the bundle the current code produces an error where the doctrine...
Generating the migration goes well and executing works like a charm, however mypy has a few complaints: ```sh migrations/versions/cd7033b17112_update_form_component_types_enum.py:13: error: Module "alembic_postgresql_enum" does not explicitly export attribute "TableReference" [attr-defined] migrations/versions/cd7033b17112_update_form_component_types_enum.py:26:...
It would be really nice and save us some time updating things if there were some extra container image tags available. Assuming the releases follow semantic versioning, we could have...
Fixes: https://github.com/OpenAPITools/openapi-generator/issues/21335 ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
When importing a svg through an entry, the incorrect manifest key is generated. This PR contains a failing test case to illustrate the problem. It seems very related to https://github.com/symfony/webpack-encore/issues/808,...
Currently CodeQL is informing us about an issue in the generated wofklows: Which makes sense, all the secrets are passed to the runners. That could potentially lead to unintentionally leaking...