Kevin Berthier
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,...
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 ?
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...