L
L
https://github.com/imba/imba/issues/477
I have added an option for a style tag that if you add a rel='preload' in the tag, it now does this ``` ```
Here are a few suggestions I've been thinking about while developing with hyperstack Any cable go: https://docs.anycable.io/v1/#/ruby/rails A drop in replacement for the action cable server integrated into rails. Much...
### Imba Version: ^2.0.0-alpha.215 ### Details While using formidable, I have encountered a case where the ctx is null, and this is causing a bug where the routed element does...
If i want to contain 2 points in a screen when I pan and zoom, how can I do that efficiently?
``` class TestPage < Hyperloop::Component def render div do form do TestField(store: TestStore, update_op: UpdateTestForm, form_key: :test_form, field_name: :test) button(type: :submit) end end end end class TestField < Hyperloop::Component param...