hyperstack
hyperstack copied to clipboard
Hyperstack ALPHA https://hyperstack.org
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
line 6 of installation code sample reads `require File.expand_path('../test_app/config/environment', __FILE__)` should be `require File.expand_path('../../config/environment', __FILE__)` Also for now we need to lock gem 'webdrivers', "4.6.0"
test pull request for ruby 3/rails 6.1/opal 1.3.2 compatibility
Ascii characters (such as `©`) in the range 0x10 - 0x7F, will cause a syntax error on the client when reloading: `name: "SyntaxError", message: "malformed UTF-8 character"` See https://github.com/opal/opal/issues/2189 for...
Its useful for a component to know if its parent is going to accept an event from the component. ```ruby fires :foo ... ... accepts? :foo # does my parent...
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...
they changed something you can patch it like this: ```ruby # patch to detect new style React memoized symbols module Hyperstack module Internal module Component class ReactWrapper def self.stateless?(ncc) `typeof...
Currently its scattered between operations and models and a pretty weird way.