CokaKoala

Results 23 issues of CokaKoala

Hi again! I've noticed that PRs for adding OAuth providers have been merging again and since the completion of #376, I thought I'd toss this one in again. I've updated...

![ff](https://i.imgur.com/KHWVVDp.png)

type: bug
status: under review

Typically CLI's should just return the contents of `--help` (it already does in our case) without any errors Current state: ```zsh Usage: shadcn-svelte [options] [command] Add shadcn-svelte components to your...

type: bug
status: needs owner

### Describe the bug When the pseudo-class `:where` is a child of `:not` and the selector inside of `:where` is an "unused" selector, it is incorrectly purged. I would also...

bug

Follow-up for #905. Caching has now been implemented as of `v0.2.0`. --- **Edit 1:** Looks like the images are cached to `node_modules/.cache/imagetools`, which is a bit of a problem due...

This PR fixes an issue that we've been experiencing in https://github.com/huntabyte/shadcn-svelte/pull/978 where the hash for the generated image ID is different when it's computed on different machines. The goal of...

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

bug
help wanted
workaround-available

For the tailwind adder, `+layout.js` was being installed instead of the needed `+layout.svelte` file.

After execution, the `package.json` would be completely collapsed without spacing like so: ```json {"name":"toolbar-test","version":"0.0.1","private":true,"scripts":{"dev":"vite dev","build":"vite build","preview":"vite preview","check":"svelte-kit sync && svelte-check --tsconfig ./tsconfig.json","check:watch":"svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"},"devDependencies":{"@sveltejs/adapter-auto":"^3.0.0","@sveltejs/kit":"^2.0.0","@sveltejs/vite-plugin-svelte":"^3.0.0","autoprefixer":"^10.4.16","postcss":"^8.4.33","svelte":"^4.2.7","svelte-check":"^3.6.0","tailwindcss":"^3.4.1","tslib":"^2.4.1","typescript":"^5.0.0","vite":"^5.0.3"},"type":"module","dependencies":{"bits-ui":"^0.21.7","clsx":"^2.1.1","tailwind-merge":"^2.3.0","tailwind-variants":"^0.2.1"}} ``` This...

### Topic all packages ### Description `strict` mode is useful for catching common mistakes with better guarantees of correctness. Enabling it also lights up the codebase like a christmas tree,...

enhancement