Matthijs Kok

Results 5 comments of Matthijs Kok

The [TechEmpower Framework Benchmarks](https://github.com/TechEmpower/FrameworkBenchmarks) describes itself as: > This project provides representative performance measures across a wide field of web application frameworks. With much help from the community, coverage is...

Tanstack Query has v9 support https://github.com/TanStack/query/pull/7543

From comparing the tags https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0 it seems like mostly some deprecations and "boring" maintenance work.

Just encountered this as well on the latest version `3.5.0` Here is a minimal reproduction example `.sqlfluff` ```.sqlfluff [sqlfluff] dialect = postgres rules = convention.casting_style [sqlfluff:rules:convention.casting_style] preferred_type_casting_style = convert ```...