Viktor L

Results 7 issues of Viktor L

Setting dark mode in the browser results in `undefined` being added as a class instead of `dark`. This happens both when using `colorScheme.toggle()`, `colorScheme.set("dark")` and methods from `useColorScheme`. It works...

### What version of Bun is running? 1.1.18 / 1.1.20 ### What platform is your computer? Darwin 23.5.0 arm64 arm ### What steps can reproduce the bug? 1. Add a...

bug
needs triage

#### Use `SCAN` instead of `KEYS` when getting ids from Redis KV store. From [redis docs](https://redis.io/docs/latest/commands/keys/): >Warning: consider KEYS as a command that should only be used in production environments...

### What version of Bun is running? 1.1.20+ae1948925 ### What platform is your computer? Darwin 23.5.0 arm64 arm ### What steps can reproduce the bug? Basic monorepo: ``` app ├──...

bug

Less strict version of `brand`. The code is basically the same, just a couple of more test cases.

enhancement
question

Shared symbol would improve ergonomics by making Flavor a weak version of Brand. Previously disussed here: https://github.com/fabian-hiller/valibot/pull/950

enhancement