Joni Lahtinen
Joni Lahtinen
Modal is also inside another portal if that makes any difference.
Yes. Looks like that would do the trick.
> Pulled the following from `ostruct` to our `warble.rb` configuration file (added it at the top of the file): > > ```ruby > class Warbler::Traits::War::WebxmlOpenStruct > def new_ostruct_member(name) > unless...
I also had to add guard `return if name.nil?` to make this work with minimal rails 6.1.1. Added as the first line for `def new_ostruct_member(name)`
I have similar problem with sassc. I debugged it to the point that sassc spec is skipped because it is missing extensions. gem.build_complete file is not included in application.war. I...
Can/should rvm do anything about this?
@Tony133 If you have time, please check https://github.com/jlahtinen/nestjskafkaterminus I think this is about as simple as it can get to reproduce described problem. I have not idea how to fix...
@Tony133 Thank you. Works as you described.
We have this in our rails app in file config/warble.rb and it seems to work with warbler from master branch and with jruby 9.4.3.0 If I remember correctly this is...
Yes our expensive ones are API calls. We can currently keep value as null and do not fire API call until value is not null. This way we can know...