Tony Narlock
Tony Narlock
# Changes ## New installation method - Based on generation via `ckeditor5-package-tools` 2.1.0 - https://www.npmjs.com/package/@ckeditor/ckeditor5-package-tools/v/2.1.0 - https://github.com/ckeditor/ckeditor5-package-generator/blob/v2.1.0/CHANGELOG.md - https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/migration-to-new-installation-methods.html - https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html # Appendix - #149
> [!NOTE] > - [ ] Annotation needed for `benchmark` ([`BenchmarkFixture`](https://github.com/CodSpeedHQ/pytest-codspeed/blob/7f04bd7e3cc57349407c4e95f08d88f192562d31/src/pytest_codspeed/plugin.py#L307)) # Problem It's difficult to catch performance degradation or improvements over time, in a PR, etc. # Changes ##...
# Changes ## poetry -> uv - https://github.com/astral-sh/uv - https://docs.astral.sh/uv - https://pypi.org/project/uv/
### Description This is a typo fix. It fixes copy on [Persistent selection](https://remirror.vercel.app/?path=/story/extensions-decoration--persistent-selection). Before: "Try to selected some" With PR: "Try to select some" ### Checklist - [ ] I...
First, thank you for this valuable project! I'm catching up after nearly a year and want to upgrade through multiple versions. Currently, I'm finding it challenging to understand what's changed...
Both Gunicorn and Django log incoming requests, which can lead to duplicate request entries. # Question Is there a reference or best practice for configuring both the HTTP server and...
## Changes - Add runtime dependency check in CI using `uv run --no-dev` - Run check before installing dev dependencies - Print package version and basic functionality test results -...
* graphene_django_sentry version: 0.4.0 * Python version: 3.12 * Operating System: Linux ### Description Installing via `uv` ([repo](https://github.com/astral-sh/uv), [docs](https://docs.astral.sh/uv), [PyPI](https://pypi.org/project/uv/)) ran into the `sentry-sdk` constraint in setup.py: https://github.com/phalt/graphene-django-sentry/blob/49e05345d84605ddad7cec36da7410a3100658ec/setup.py#L13 ``` ×...
This commit overhauls the README to make it more skimmable and immediately valuable to new users: - Add clear value proposition at the top to immediately communicate purpose and benefits...
# Changes ## Cmd: `Git.init` improvements This PR enhances the `Git.init()` method with improved parameter validation, comprehensive documentation, and extensive test coverage. Key improvements include: 1. **Enhanced Parameter Support**: -...