Kevin Berthier

Results 10 issues of Kevin Berthier

Is there any way to keep CSS from SFCs in JS instead of emitting a CSS file ?

I switched from VScode linux to https://github.com/cdr/code-server on local Since i lost some functionalities. It prints unknown configuration settings for : ``` "solargraph.definitions" "solargraph.diagnostics" "solargraph.references" "solargraph.symbols" "solargraph.completion" "solargraph.formatting" "solargraph.hover" ```...

Hello, Is there a way to convert dot shortcut classes `.my-class` to standard classes `class="my-class"`, and keep slim syntax ? Thanks a lot for your help

I moved from webpack to ESbuild but I get `ReferenceError: defineProps is not defined` My config is a bit different from the doc : `plugins: [rails(), vuePlugin(), require('unplugin-vue2-script-setup/esbuild').default()],` instead of...

### Expected Behavior > Should emit background images from 'flag-icon-css' package ### Actual Behavior Is it possible to exclude this package from caching ? See my try below , not...

### Description πŸ“– Some assets are missing on production after deployment. It happens totally randomly. A redeployment fixes the issue ### Reproduction 🐞 deploy.rb ```rb set :keep_releases, 5 set :use_sudo,...

bug
help wanted

Hi, thanks for your great work with Spraypaint & Graphiti ! I can't use the state sync. When I add `ApplicationRecord.sync = true` I got `EventBus.dispatch is not a function`...

Although β€œslim” is mentioned in the code, it doesn't seem to work. Is it a bug or a missing feature ?

enhancement
feature
templating
rails

Is there any way to take in account the `tool-versions` file in the root of the repo, to use different node version between staging and production ? Currently, I need...