David

Results 58 issues of David

I'd like to recommend changing restructuring this repo to work like the [official 3rd-party repo](https://github.com/getsolus/3rd-party). A few reasons why this would be advantageous: - Allows anyone to setup the repo...

question

### Describe the problem - When developing with `svelte-kit dev`, the `event.platform` object is always empty, with no great way to mock it. - When building using an adapter like...

enhancement

**Affected version** - io.github.seadve.Kooha 2.2.3 - Flatpak: false - Experimental: true - Distribution: Manjaro Linux - Desktop Session: plasmawayland - Display Server: wayland - GTK 4.12.1 - Libadwaita 1.3.5 -...

As of version 3.45.0, SQLite now supports `JSONB`. Thus, the generator should output it as `types.JSON[json.RawMessage]` like it does for `JSON`, instead of the default `string`.

enhancement

I was trying to set up bob in my existing project, when I ran into the following cryptic error: `unable to fetch table data: sql: Scan error on column index...

bug

### Describe the bug The `event.cookies.[get/set/delete]` options type is no longer compatible with the `CookieSerializeOptions` type from `cookie`, with no alternative type provided by `@sveltejs/kit`. ### Reproduction ```ts const cookieOptions:...

types / typescript
ready to implement

**Is your feature request related to a problem? Please describe.** It is not possible to manage webhooks via the CLI. I would like this option in order to automatically add...

enhancement

Fixes #519 This removes the `box-shadow` that Tailwind adds to inputs by default, which eliminates the weird outline shown in #519.

It would be great if the templ LSP supported [inlay hints](https://github.com/golang/tools/blob/master/gopls/doc/inlayHints.md). Currently, I tend to lean toward providing an options struct as a single param to my templ components, because...