Radosław Szamszur
Radosław Szamszur
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request It might be useful to have a class that...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request By default, GitHub actions cancels all in-progress jobs in...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request The current integration tests suite for cookie-cutter is very...
```Dockerfile COPY . $PYSETUP_PATH WORKDIR $PYSETUP_PATH RUN make install && \ poetry build && \ $VENV_PATH/bin/pip install --no-deps dist/*.whl ``` Currently, the project is installed without a root package, then...
Implement logging handler based on [QueueHandler](https://docs.python.org/3/library/logging.handlers.html#logging.handlers.QueueHandler) which will send structured logs to [Seq](https://datalust.co/seq) TODO: - [ ] Seq logging handler class implementation + unit tests - [ ] Seq configuration...
- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request I need to play a bit with nix in...
**Checklist**: - [ ] Added tests for changed code where applicable. - [ ] Documentation reflects the changes where applicable. - [ ] Updated the `CHANGELOG.md` file with your changes....
Since `mock` is now (well it is already for a long time, but I've missed this somehow :smile: ) part of the Python standard library, available as [unittest.mock](https://docs.python.org/dev/library/unittest.mock.html) in Python...
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5' (2023-12-01) → 'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01) • Updated input 'flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/e92039b55bcd58469325ded85d4f58dd5a4eaf58?dir=lib' (2023-11-29) → 'github:NixOS/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652?dir=lib' (2024-01-29)...
- [x] I have searched the [issues](https://github.com/fastapi-mvc/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Resolve how to handle generator aliases conflicts. Currently, there...