Hans

Results 5 issues of Hans

### Describe the bug I use SvelteKit. I have a somewhat complex page that contains quite a lot of components and imported functions. I had sporadic problems with this page...

pending triage

I have a table with a column dat has a date field with a default value of [infinity](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DATETIME-SPECIAL-VALUES). ```sql CREATE TABLE test ( id integer NOT NULL GENERATED ALWAYS AS...

I frequently use pino-pretty alongside other tools (e.g., test runners). When I pipe the output to npx pino-pretty, the formatting of everything not generated by pino gets erased. Is there...

Since the closing of #13 hyphens are no longer automatically stripped. I would like the option to have hyphens automatically added between symbol and description. The plugin already handles capitalization...

feature

### Description It’s too easy to forget that you need to make Sets and Maps reactive by importing them from svelte/reactivity. I’ve lost MANY hours debugging because an import was...