Archonic

Results 55 comments of Archonic

I also had to hardcode keys in to secrets.yml. It looks like ENV isn't working for a lot of people.

Because this gem basically just wraps one JS file, I took out that file, modified it for only supporting BS4, converted it to coffee and fixed the error seen here....

I'm hitting a similar issue but for this line: https://github.com/orchidjs/tom-select/blob/master/src/scss/tom-select.scss#L102 The error looks like this: ``` SassC::SyntaxError: Error: "var(--ts-pr-min)" is not a number for `max' on line 11059:18 of stdin,...

I just finishing narrowing this issue down to between 4.0.19 and 4.0.26, then found this thread. I'm using rails 3.1.10 however, so I don't think it's a Rails issue. I'm...

Ah hah! So implementing `tinyMCE.execCommand('mceRemoveEditor', false, 'some_div');` does actually allow me to load that editor again. It may still be an issue with undocumented changes to mode: 'exact'.

I've been told that `mode: exact` has been deprecated. There's no documentation about it, which they agree is shameful. There is however fallbacks to support `mode: exact`. I've tried reproducing...

I ended up installing Ubuntu 20 and got through the build errors there and have everything working :D. If I get it working on Windows I'll come back and mention...

Someone should definately pick it up if there isn't another way to listen to added to / removed from DOM events. Is there another way??

@mpetrovich Thanks! Unfortunately I need to support IE so despite being 3 years old, I may use livequery.

I'd love to avoid the use of livequery but it might be the best way to deal with [twitter bootstraps dynamic popover placement](http://stackoverflow.com/questions/15139046/bootstrap-how-to-override-dynamic-position-of-popover). I haven't come across another need for...