-
SDK 7.0.1
[ERROR] : TiApplication: (main) [90,2388] Sending event: exception on thread: main msg:java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/…
-
Its used so little, and can cause all sorts of confusion.
This is NOT really a config problem, but it effects many different hyperloop gems, so I am placing it here for safe keeping!
-
The [React.rb patches](https://github.com/fkchang/opal-hot-reloader/blob/fc099b3d8ea5c2a1cba4b12c646a7fa0198e31d2/opal/opal_hot_reloader/reactrb_patches.rb) use invalid Ruby syntax - module definition…
-
We are only seeing this issue on Heroku (does not happen on a local instance). I have tested changing the transport to :simple_poller and all is fine, so it only happens with :pusher as the transport.…
-
This can be problematic for lists needed keys.
For now a workaround could be using the object ID if the record is not persisted.
-
Background: Hyperloop moves Rails models to the frontend using Opal. ActiveSupport::Concern is commonly used in models, and it's actually just a single file with no dependencies so it can easily be co…
-
I guess before raising this issue I should try this first :-)
But I am thinking that saying`DIV[class: :foo]` is much cheaper to implement than `DIV(class: :foo)`...
but I am not 100% sure about…
-
For example
`on_dispatch { Channel::Foo, Channel::Bar }`
if a single client attaches to both Foo and Bar the message will be sent twice.
you can get the same effect as well by doing `2.times …
-
Hyperloop Gem version (e9b83bfa6bea)
Rails version (5.0.2)
When using mount `Hyperloop::Engine => '/rr' everything` works well.
When using mount `Hyperloop::Engine => '/hyperloop'`
I got the e…
-
my config:
2.4.1 :006 > Hyperloop.public_model_directories
=> ["app/models/public", "app/hyperloop/models"]
All my models descent from ApplicationRecord which extends ActiveRecord::Base.
Becau…