Huddy Buddy

Results 10 issues of Huddy Buddy

**Is your feature request related to a problem? Please describe.** I'm attempting to use a very dynamic component-based approach in order to create an internal package for styling components (a...

enhancement

### Describe the problem I'm attempting to make it possible to do an over-the-air update for my front-end with another smaller front-end that exists to show a loading screen during...

type: feature request

`yaml-rust` appears to be [unmaintained](https://github.com/rustsec/advisory-db/issues/1921), however, the community has published an actively maintained fork under the name of `yaml-rust2`, It is a drop in replacement. Details on "Vulnerability" - [RUSTSEC-2024-0320](https://rustsec.org/advisories/RUSTSEC-2024-0320.html)....

It would be worth investigating if the dependency is required at all, this simply replaces it with the `crate` key in the `Cargo.toml` with `yaml-rust2`. TODO: update changelog when everything...

### itsmy.fyi Profile Data ```Markdown --- slug: d3rpp name: Hudson Curren about: Average Cider dev image: https://d3rpp.dev/_app/immutable/assets/me-687034ed.webp links: [["Website", "https://d3rpp.dev"], ["Cider", "https://cider.sh"]] socials: [["Twitter", "https://twitter.com/d3rpp_dev"]] og: image: https://d3rpp.dev/og.png background: color:...

Cider is migrating to a different backend and will no longer be powered by Tauri as of Cider 2.5 This is the link to the project: [Cider](https://cider.sh) > [!NOTE] >...

I can see a great use case of this library being for API Types in a more rapid & c-like/go-like style, though the only real barrier being the lack of...

This is a fairly simple PR that adds the ability to include more than one function in the `routes` option of the various adapters. I've been able to test it...

More than happy to remove the Yarn changes if necessary Fixes #131

**Describe the bug** Normally when using this it mostly isn't an issue since [`@sveltejs/kit` does](https://github.com/sveltejs/kit/blob/01d2720a0c1a913b8961d07ca2cfae5ea06be2ab/packages/kit/package.json#L22). However, when you create a sveltekit application, `@sveltejs/kit` is a `devDependency`, while `trpc-sveltekit` is a...

bug