Evert Timberg

Results 9 issues of Evert Timberg

I have some code that is typed using [@types/geojson](https://www.npmjs.com/package/@types/geojson). When integrating types for Deck.gl into my codebase, I get a type warning when creating a `GeoJSONLayer`. ## Reproduce ```typescript import...

### Feature Proposal There are a number of legacy callbacks in scales that should either be removed or replaced with plugin hooks. Legacy callbacks: * beforeUpdate * beforeSetDimensions * afterSetDimensions...

type: enhancement
breaking change

The v3 legend implementation is largely carried over from v2 and needs a refactor to match the scriptable options introduced in v3 while at the same time resolving long standing...

type: enhancement
breaking change

I was testing out djantic with pydantic 2.4.2 and ran into an error caused by an import that was removed from pydantic. ``` File "/usr/local/lib/python3.11/site-packages/djantic/main.py", line 12, in from pydantic...

When this plugin is installed on Redmine 3.3.0 with the [redmine_agile](http://www.redmine.org/plugins/redmine_agile) plugin installed, the agile view is broken. I'm not entirely sure how this plugin causes this issue. If anyone...

### Is your feature request related to a problem? Please describe. There are new UUID versions that have been [proposed](https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format). We should add tests covering them to ensure that everything...

enhancement
good first issue

### Is your feature request related to a problem? Please describe. Postgres has [geometric](https://www.postgresql.org/docs/current/datatype-geometric.html) types. This library should support those. ### Describe the solution you'd like 1. Ormar fields for...

enhancement

### Is your feature request related to a problem? Please describe. Postgres has a [monetary](https://www.postgresql.org/docs/current/datatype-money.html) datatype that we should support ### Describe the solution you'd like Ormar field for monetary...

enhancement

The `CarsonsEquations` model class is instantiated from another object that contains the necessary attributes. This poses a problem when you want to run Carson's equations on some values as you...