Elia Schito

Results 181 comments of Elia Schito

Would be great! The other usual pain point with gems is the use of mutable strings, currently some monkey patching is in place for them: https://github.com/opal/opal-rspec/blob/master/opal/opal/rspec/fixes.rb

All files in opal must be precompiled to js before they're required. Currently the compiler catches method calls to require and require_relative and tries to get the path (eg a...

Status update: @wied03 is in the process of running rspec specs in opal-rspec and the upgrade to the latest version https://github.com/opal/opal-rspec/issues/30 Bringing this to attention in case he needs any...

@jarednorman I guess so! Thanks for the ping 🙏 I'll take care of it right away. Also sent you (and a few others) an invite on rubygems.

Moved this one out of the main project workflow, will remain as a feature request for future improvements.

I guess we might need specialized partials for log entries as well 😒

I'm fully in favor of pushing a new major with an explicit dependency on solidus_auth_devise. Most of the extensions secretly assumed it to be there anyway, much better to just...

> @MadelineCollier nice! We should definitely address the missing CanCan conditional code. @rainerdema @elia do you have any context why this is missing in the new admin? Were we planning...

> The only roadblock for reusing the `component('ui/forms/address')` seems to be that the component is maybe a bit old/possibly only functional within the context of the orders admin? I am...