Joseph

Results 9 issues of Joseph

Are there any plans to support rendered markup? Perhaps Markdown or HTML? I'm trying to make an extension that will a set of textual information. It'd be nice to add...

enhancement

## 🐛 Bug Report Current icon button styling method creates styles for the icon's colors at the IconButton component level. This causes issues when trying to color the icon for...

## What I did - Adds an option `--only-type ` that takes either `play` or `smoke` - If the option is set, only Play or only Smoke tests will run....

enhancement

I use Yarn workspaces in my project and having the `node_modules/.bin` folder explicitly defined in the exec path causes the plugin to error. Removing it allows the plugin to use...

### Description 📖 Uses `path.dirname` instead of `path.basename` so we correctly determine the `manifestDir` in the assets-manifest plugin. ### Background 📜 This was happening because the package was using `path.basename`,...

### Description 📖 We want to use the `assets:precompile` extension but we don't want it to install dependencies. This allows setting `VITE_RUBY_SKIP_ASSETS_PRECOMPILE_INSTALL=true` to skip installation while keeping the rest of...

Support the DTCG format for importing https://design-tokens.github.io/community-group/format/

enhancement

Plugin currently fails to import a variable alias that uses another variable alias as its value.

bug

### Description 📖 Allows additional options to be passed to the `vite_plugin_legacy` rails tag helpers. This way we can do something like: ```ruby ``` ### Background 📜 This was happening...