Bryce Barbara

Results 10 issues of Bryce Barbara

Howdy! I thought it'd be helpful to control the box-shadow's opacity in a similar way with background's `bg-opacity-x`. Maybe something like `shadow-opacity-x`?

proposal

If an application takes longer than a few seconds to startup and fire diagnostic events, it causes NSwag to error out saying the assembly is missing certain methods which just...

## Description My guess is that the system is starting a node process pointing to a script's file path that isn't actually valid to the new process since it doesn't...

enhancement

**Describe the bug** Version: 11.0.0 As the title states, the indent levels of a file get royally mucked with if an export declaration is created that: * Is type only...

bug
domain: formatting

It would be helpful to have an icon that represents the plans for something that could be built. If one already exists, please feel free to close this request :)

When working on my project, I'm getting warnings from yarn about private packages and workspaces. I've tracked it down to this package and was wondering if you could release an...

I love the new Piper feature that allows for some better sounding voices to read text! I've run into the issue that it can take a bit of time before...

For whatever reason, there are things that will cause the agent's tool call to be ended early the resulting comment appears as:

https://github.com/vituum/vituum/blob/e99080e494581fe05510edaad4e8b530640ca1d9/package.json#L28 can be changed to ```json ".": { "import": "./src/index.js", "require": "./src/index.js", "types": "./types/index.d.ts" }, ``` You can find more details about the proper way to direct loaders to the...

There is invalid JSDoc in the return type causing errors in the `vite.config.mts` file. https://github.com/vituum/vituum/blob/e99080e494581fe05510edaad4e8b530640ca1d9/src/index.js#L54 It should be either: ```ts /** * @returns {[...import('vite').Plugin]} */ ``` or ```ts /** *...