Lev Lukomskyi
Lev Lukomskyi
For Ruby on Rails project with webpacker I had to add this to `environment.js` to make it work: ```js environment.loaders.append('this-window', { test: /bootstrap-multiselect/, use: [ { loader: 'imports-loader', options: {...
It doesn't fix the error, but after running ``` rvm gemset create global --default ``` command ruby works as expected
By registering another handler for `signalcaptcha://` you break captcha logic for signal app itself. There is another way to automate - just modify https://signalcaptchas.org/challenge/generate.html page and host it locally. Critical...
I had a similar segmentation fault issue caused by `asset_path` call after upgrading to `sprockets` 4.0.0, though I was able to fix the issue by downgrading `sassc` gem from `2.2.1`...
I found out the same – indexed colors are ignored.. I've composed such helper method to check color AND indexed color: ```ruby class RubyXlUtils class
replaced this package with [ember-svg-jar](https://github.com/ivanvotti/ember-svg-jar) because of this