Results 16 issues of Nick Mazuk

### Describe the bug What is the units for the `inlineStyleThreshold` config option? Characters? Bytes? Kilobytes? This should be specified in the docs and JS Docs. ### Reproduction https://kit.svelte.dev/docs/configuration#inlinestylethreshold ###...

Currently, array literals are not parsed in the text_proto format. For instance, consider the following message: ```proto message Greetings { repeated string greetings = 1; } ``` If you try...

Currently the README says this crate is only supported with the Diesel CLI for Postgress. This issue is a feature request to also make it work with sqlite. From reading...

Sometimes it's really helpful to make the tag name dynamic. For instance, let's say you're making a button component. Sometimes buttons are HTML `` tags (e.g., for links) and sometimes...

Hi there, thanks for the crate! Quick feature request: sentence case. Here, every character is lowercase except the first character which is uppercase. ```rust use convert_case::{Case, Casing}; assert_eq!("My variable name",...

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story It's easy to begin development with the wrong dependencies installed. Here's...

type: feature