Michail Pantelelis

Results 8 comments of Michail Pantelelis

Hi there i am having the same problem, using reactjs (react-rails 2.4.7) through rails asset pipeline I found that i must have: ```ruby config.after_initialize do config.assets.paths = config.assets.paths - config.assets.paths.select...

We did have a conversation about this a couple of years ago...now i think understand it better. Back then i upgraded to a problematic version of puma and could not...

Actually as noticed by @hmdne in https://github.com/opal/opal/issues/2189#issuecomment-788525364 on line 49 it should by 0x80 instead of 0x10 Additionally I don't use hyperstack autoconfig so just make sure it loads early...

Looks like this should close as https://github.com/opal/opal/pull/2235 is closed...

I think it should be: def accepts_list @@accepts_list ||= {} end with @@ for class variable

Yes, you can see how in the main documentation: https://docs.hyperstack.org/client-dsl/javascript-components#importing-javascript-or-react-libraries Hyperstack depends on React 16 though...

Also support Model#load for aliased attributes like: ``` module ActiveRecord module InstanceMethods def load(*attributes, &block) first_time = true ReactiveRecord.load do results = attributes.collect { |attr| send("#{model._dealias_attribute(attr)}#{'!' if first_time}") } results...

With ruby 3.0.7 it runs the latest version of puma ~> 6 (see: #459 )