Archonic

Results 35 comments of Archonic

Thanks for the article @droegier! My company is currently paying a disturbing amount for CKEditor5 and it's collaborative editor cloud solution. If anyone figures out a rock-solid collaborative solution, know...

Should have mentioned - It's a feature request, not a bug. I found it convenient to group together similar adjacent actions. This way if I do an sdiff on 2...

I updated `consolidateDiff` to actually work (derp). I also updated `compare` to split based on words (space delimited) instead of sentences. `conolidateDiff` now makes space delimited comparison output manageable. I...

@skandragon That's pretty awesome! I've written that into a module along with an an HTML parsing class. Without running through the parser, the compare is correct, except it will split...

I found a similar plugin that has support for videos with width and height: http://ashleydw.github.io/lightbox/

I've also tested this (via [@ghiculescu's comment](https://github.com/heartcombo/devise/pull/5340#issuecomment-833840004)) and it fixed the 422 rendering issue when submitting an erroneous form. It doesn't seem to solve all turbo compatibility however. When submitting...

I'm still working out what the issue is to be honest. A redirect (302 and 303) also doesn't render on the client even though the server is rendering the redirect...

The issue I was running into was something else. I was trying to upgrade from Turbolinks to Turbo in my main app. I still don't know what the issue was...

I just hit this issue upgrading from 0.11 to 0.14 and I think @bhtabor's solution works perfectly. There's unreleased pundit stuff in the master branch but I think it would...

The UI is the focus of most usability concerns. I don't see a good reason to not include the unbundled UI in the repo.