Valter Kraemer

Results 6 issues of Valter Kraemer

**Describe the bug** When trying to validate `.cody.yml` using the curl command in the [docs](https://docs.codybot.xyz/docs/config.html#config-validation), I get the error ``` curl: (6) Could not resolve host: www.codybot.xyz ``` **To Reproduce**...

T-bug 🐛

Long time user, first time contributor The following code doesn't report a "Unused CSS selector" warning: ```svelte img[alt=""] { border: 1px solid red; } ``` Fixes: https://github.com/sveltejs/svelte/issues/8042 ### Before submitting...

Just wanted to let you know that trpc-sveltekit works just fine with `adapter-cloudflare`, made an example repo without any special setup. https://github.com/valterkraemer/trpc-sveltekit-cloudflare-example

Going from `Active` to `Completed` hides all items even though "Buy Milk" should be visible. Expression: `mv-if="filter == 'all' || (filter == 'active' && !done) || (filter == 'completed' &&...

bug

### Describe the bug A value is only considered a dependency of a rune if it is called in the same event loop tick. ### Reproduction This won't re-evaluate when...

documentation

**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** `MySchema.path('path to object')` returns `undefined`. **If the current behavior is a bug, please...

enhancement
backwards-breaking