Lev Lukomskyi

Results 12 comments of 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

I've tried v0.13.4 on another macbook – it's not linking the device, it throws this error: ``` ❯ java --version openjdk 22.0.1 2024-04-16 OpenJDK Runtime Environment Homebrew (build 22.0.1) OpenJDK...

I have the same issue with `bin/importmap pin mermaid` – it appears that mermaid has 4 problematic dependencies: ``` Pinning "dagre-d3-es/src/" to vendor/javascript/dagre-d3-es/src/.js via download from https://ga.jspm.io/npm:[email protected]/src/ Pinning "dayjs/plugin/" to...

I think support for < 3.0 should be removed anyway, as older rubies do not receive security updates: Version | Support Status | End Date (Security) -- | -- |...

No problem – here is a verbose log for 15 seconds – https://gist.github.com/Lukom/43e86927e9f10b889cf60852e7ef5748 , you can find message `Found 1 records that were ...` 4 times. I hope this helps.