Jan Berdajs

Results 135 comments of Jan Berdajs

@brenogazzola thanks for a quick reply! I am using Spree (the Rails commerce platform). Not sure if they patched something here. To be clear the 'stock' file is in a...

Well that's what I want - for it to get overwritten. I don't need both files, I want my file to be used instead of the provided file. So is...

Thanks. I couldn't find any trace of Spree doing any patching of Sprockets, so I'm not sure how this is happening. For now I have solved it by patching the...

@brenogazzola at the time I took your explanation as proof that it's not Sprockets' fault, but now I'm digging into this again and I'm not sure anymore. The `DoubleLinkError` you...

Also, changing the order of the manifests in `Rails.application.config.assets.precompile` affects which version will be picked (from the last manifest in that list that includes the path). Note that `manifest.js` is...

I did as the docs say: ``` bin/rails javascript:install:esbuild # Install @spree/dashboard NPM package bin/rails g spree:backend:install ```

This broke one of my apps which is using sprockets on Rails 7.1.4. (specifically, it broke the assets in that app) I guess it's fine to go with the times,...

I have the same issue. In my case I am using a mqtt light that is in xy color_mode.

I have the same problem. Also running on TrueNAS, and the latest supported version with the driver is CUDA 12.3. I'm not sure if Python 3.11 was necessary but I...

I've noticed the same, when changing models, I will often get an error. Unfortunately, reconnect does not work for me and I need to restart the container to continue working.