Results 83 issues of Paul Garner

### What problem does this feature solve? I have a line chart with time series data like: ![Screenshot 2024-06-25 at 17 22 25](https://github.com/apache/echarts/assets/147840/1666acca-7cf1-4a06-943d-039a7199c4b4) I have `"tooltip": {"trigger": "axis", ...}` to...

new-feature
pending
missing-demo
en

## Problem I have defined two Step Functions state machines in my CDK (Python) application. When I try to use the render option the preview panel opens but with this...

bug
stepfunctions

I'm trying to evaluate whether this library will work with HTMX. So i.e. with one of the non-SPA framework integration options, such as https://www.material-tailwind.com/docs/html/guide/django The docs show that in this...

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: macos - Python Version...

:microbe: bug
:sponge: formatter

### Describe your issue? I had an ever-growing list of `NagSuppressions` rules that were at the bottom of the `__init__` method of my `Stack`s I also use a bunch of...

documentation

``` $ pipx install libyear installed package libyear 0.2.1, installed using Python 3.12.2 These apps are now globally available - libyear done! ✨ 🌟 ✨ $ libyear -r requirements-ci.txt Traceback...

# Bug I have the following model: ```python class CompanyRelation(EmbeddedModel): company_id: str = Field(key_name="companyId") class Person(Model): model_config: ClassVar = { "collection": "Main", "parse_doc_with_default_factories": True, } company_relations: Optional[list[CompanyRelation]] = Field( key_name="companyRelation",...

bug

This is intended to fix #484 ...and appears to not break anything else 🤞 😄

### Describe the bug using this code (Python) ```python graph = CdkGraph( app, plugins=[ cast( ICdkGraphPlugin, CdkGraphDiagramPlugin( diagrams=[ { "title": "unfiltered", "name": "unfiltered", "filter_plan": { "preset": FilterPreset.NONE, }, }, {...

bug
backlog

Makes compiled output deterministic, when doing tuple unpacking to set multiple vars in a single `{% set ... %}` call. fixes #2021