Aldo Mateli
Aldo Mateli
In order to improve user experience, an optional GUI companion application should be made available.
Hi all! In the following example the type provider fails to recognize types when calling `getManager()` on doctrine. A call to the manager is often necessary as there might be...
Build failures often indicate a fault with the software being built such as compilation or test failures. However, there is a subset of build failures (called *environmental* or *non-verification failures*)...
Build failures often indicate a fault with the software being built such as compilation or test failures. However, there is a subset of build failures (called *environmental* or *non-verification failures*)...
Build failures often indicate a fault with the software being built such as compilation or test failures. However, there is a subset of build failures (called *environmental* or *non-verification failures*)...
In this patch I want to discuss the possibility of adding an optional parameter to the `findAll` method, that IMO makes sense to be there: `$orderBy`. When one needs to...
Hi all. For the King and Pawn endgames do you think the goal could be changed from checkmating to promotion(Perhaps even as an option)? It feels repetitive to have to...
Add django integration. Features * Autowire middleware * Expose config in the container
Currently all integrations are deployed on release. We can use support for extras so that user installs only those relevant. https://python-poetry.org/docs/pyproject/#extras
They can ask for dependencies as usual and return a function that will perform the task. ```python @container.functional def greeter_factory(translator_service: TranslatorService, other_service ...) -> Callable... def greeter(name: str, locale: str...