Jef
Jef
Recently started using Bulma, and I too was looking for something similar to how Tailwind allows you to use [`@apply`](https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply). It's really nice to be able to tidy up the...
It definitely is, but it takes some finagling and can potentially cause issues. A simple replacement could look like this: ```js const targetColors = ['#FF0000', '#00FF00']; const replaceColors = ['#0000FF',...
I was following along with the docs on using a [Generic schema](https://docs.nestjs.com/openapi/operations) + using the [CLI Plugin](https://docs.nestjs.com/openapi/cli-plugin#using-the-cli-plugin). This was giving me the circular dep error that @ankibalyan mentioned above. I...
> I don't think this should be added because the inference is an internal mechanism. Can you clarify your use case here? Absolutely! I use script setup, and I need...
I actually figured this out by writing a custom tag... although, I wasn't able to figure out how to add the glyph into the dropdown for the tags (like how...
Yeah that definitely makes sense for Something. Documenting them as String does indeed make them appear as such in the docs, but it doesn't show their default value... I'd have...
I've created a Ruby script that adds a Fields tag to the documentation... it was created in haste, so please, make fun of me if it's no good, haha. Anyway,...
This might be similar to https://github.com/primefaces/primevue/issues/5207
Very much appreciate the work you're doing with this library, so thank you! If y'all are open to community PRs, I was considering poking around the library and adding some...
Huh? I'm confused as to what the solution for this would be.