Samuel Stroschein

Results 262 comments of Samuel Stroschein

Closing as the vs code extension will be re-written. Will take some time.

The issue persists with v1.5 of flowbite.

Workaround described in https://github.com/DonJayamanne/typescript-notebook/issues/74#issuecomment-1229406059

With "svelte.plugin.svelte.useNewTransformation" set to `false`, defining custom web components works as follows: ```ts // app.d.ts declare namespace svelte.JSX { interface IntrinsicElements { "example-element": { name: number; }; } } ```...

@trailsnail I argue yes. I expect a popover to function like [Chakras popover](https://chakra-ui.com/docs/overlay/popover). The main difference between a popover and a tooltip is first and foremost the name. Using a...

> (a) doing it in all the places What about progressively adding hints instead of all at once? > (b) getting the translation of every action in every language 1....

We (https://github.com/inlang/inlang) use git as the backend and plan to build an [easy-to-use git SDK](https://inlang.com/documentation/the-next-git). That SDK might be of benefit to notable in the future. Feel free to reach...

Discussion is ongoing in https://github.com/solidjs/solid/discussions/805

@b3ngg you could take a look at inlang again. The CLI is not out yet. The VSCode extension will be re-released within the next 7 days.

See https://github.com/unjs/consola/issues/251#issue-1952779657