Michail Pantelelis
Michail Pantelelis
test pull request for ruby 3/rails 6.1/opal 1.3.2 compatibility
Setting param_accessor_style :accessors for Hyperstack components enables accessing component parameters directly without the need to prepend the 'params' object. This isn't supported for operations and it would be a great...
When upgrading to hyper-spec i get a strange uninitialized constant Selenium::WebDriver::Firefox::Service although i don't user Selenium::WebDriver::Firefox::Service anywhere in my code (only references to Selenium::WebDriver::Firefox) A solution i have found and...
I switched recently to the new Redis message functionality and I get the following exception in production.log ``` I, [2021-02-25T14:13:45.826641 #1289] INFO -- : Finished "/cable/" [WebSocket] for 127.0.0.1 at...
While developing on Hyperstack channels and policies play a central role in data flow from server toward connected clients and the overall application logic. While important from the security point...
This fixes https://github.com/Agilefreaks/Aquarium/issues/50 by rescuing the offending iterations.
As described here: https://github.com/ruby/set/pull/2 SortedSet has been removed from Ruby and is now an external dependency. Due to dynamic nature of Aquarium specs now fail due to a: ``` RuntimeError:...
I have an activerecord column of the enum type. I get an "Exception raised while saving - FloatDomainError: NaN" error on the js console on save just before the model.save...
Hello @catmando, I hope you are doing well! I have managed to update hyperstack to ruby 3.0.7 and 3.1.6 on rails 6.1.7.10 and opal 1.5.1. All tests pass except pre-rendering...