Shiba

Results 14 issues of Shiba

### Describe the problem It's a common thing using components to have personalized HTML elements. For example `` element, i can make a `` component that uses `` by default...

Any plan to add support for Gore detection? Would be useful, because if you dont want nsfw stuff you probably dont want gore too

enhancement
help wanted
question

Being able to regenerate types when abi changes would be useful.

Codebase needs `.prettierrc.json` for consistent formatting on PRs Github Actions might also validate if the formatting of the PR is correct Or it can format the code itself

Handled the cases when the input is `any[]` or `any` and not `unknown` or `unknown[]` https://github.com/total-typescript/ts-reset/issues/48#issuecomment-1440269813 You might wanna check if the test are correct.

It's annoying when you have a value with `unknown` type and can't use it inside `.has()` or `.delete()` function. Which doesn't make sense at all. `unknown` should be allowed and...

I'm not sure about the root cause but maybe its about complexity of the type? [Playground Example of 1.0.11](https://codesandbox.io/s/typescript-playground-export-forked-81iwxy?file=/index.ts) (Works) [Playground Example of 1.0.12](https://codesandbox.io/s/typescript-playground-export-forked-npvd2k?file=/index.ts) (Doesn't work)

Currently, `State` and `Computed` are defined as standalone classes within the `Signal` namespace: ```ts interface Signal {} namespace Signal { class State {} class Computed {} } ``` I suggest...

After switching from `bazzite-gnome-asus-nvidia-open` image to `silverblue-asus-nvidia`, I realized that `asusctl` doesn't automatically change its profile, when system power mode changes. I was able to fix the issue by using...