Randy Burgess
Randy Burgess
> Had similar problem after a program reinstalled asdf. This ended up doing the trick: > > ``` > unset ASDF_DIR > ``` @mat-release I found this only worked temporarily....
cheap and dirty fix, unknown side effects: ``` showPicker: function (element) { $('.wickedpicker__title').contents().first().replaceWith(this.options.title); ... } ```
I completely agree with your approach for that very reason. Having the configuration attach a custom title to the "multiple" pickers isn't that hard with my little patch, but I'm...
@martinbarilik I'm using [email protected] and attempting to use [email protected] but still getting this error. How is this working for you?
I still get this error with Heroku and tom-select 2.3.1 and bootstrap 5.3.2: ``` app/assets/builds/application.js 1.6mb ⚠️ app/assets/builds/application.js.map 2.9mb ⚡ Done in 310ms rake aborted! SassC::SyntaxError: Error: "var(--ts-pr-caret)" is not...
I'm using sassc-rails 2.1.2
Got it to finally work by switching to `gem "dartsass-sprockets", "3.0.0"`
What kind of permission issue? I'm having this problem, as well.
I moved, as well. I liked asdf over the years, but I can't fool around with waiting on ruby upgrades like this anymore.