Benjamin Kirkbride

Results 60 issues of Benjamin Kirkbride

I need Pydantic 2.x for a thing I'm working on but "sansio-lsp-client 0.10.0 requires pydantic=1.7.3"

See: https://github.com/Akuli/porcupine/issues/1407

It would be great if this extension was available on https://pgxn.org/

A few of us at PyCon this year got together and brainstormed a new Web Stack that we are calling PyHAT (Python, htmx, ASGI, TailwindCSS). The first thing we set...

these pages are blank: https://github.com/expressobits/inventory-system/wiki/Inventory-Database

bug

A few of us at PyCon this year got together and brainstormed a new Web Stack that we are calling PyHAT (Python, htmx, ASGI, TailwindCSS). The first thing we set...

How do people feel about implementing (and enforcing) autoformatting in Arcade? Specifically: - Black for code (120 char line length) - Ruff for imports Some considerations: - we would likely...

See https://discord.com/channels/458662222697070613/1254980545780125776 for some additional context. # The Section Docs are Misleading, Confusing and Sparse - The purpose of sections is not really described in detail anywhere. - I would...

enhancement

# Problem Today, when lint commands are run, they run over everything. This means that errors that have nothing to do with the changed code are given to the model,...

A lot of frameworks provide classes/functions that have a set number of arguments. It is idiomatic and/or required to have them in place even when not used (ARG002), and they...

rule