hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

Hyperstack ALPHA https://hyperstack.org

Results 118 hyperstack issues
Sort by recently updated
recently updated
newest added

I'm attempting to create a new Rails app with Hyperstack, but I get an error during the `hyperstack:install` step. EDIT: reproduction repo: https://github.com/CodingItWrong/hyperstack_rails ```bash $ ruby --version ruby 3.0.1p64 (2021-04-05...

**Reproduction steps:** - create a new hyperstack project - compile assets with `bundle exec rake assets:precompile` - start server in production environnment - Open your browser on localhost:3000 **Expected result**...

A Native::Object is a BasicObject and it doesn't respond to "tap". It defines method_missing so `Native::Object.new.tap` returns nil At [hyperstack/ruby/hyper-component/lib/hyperstack/internal/component/props_wrapper.rb:113](https://github.com/hyperstack-org/hyperstack/blob/075162ff6cd9ecc8572c3947b3e55c06f669f789/ruby/hyper-component/lib/hyperstack/internal/component/props_wrapper.rb#L113) .tap returns nil so fetch_from_cache returns nil instead of the...

bug
good first issue

Its unclear what you need to do to do simple stuff like `Window.location.path = 'some new path'` (the answer is you have to first import browser/window) but for these basic...

needs doc

listed instructions for installation produces the following output. i did this in windows powershell: rails new MyApp -T -m https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb puma bundle install and it just looks like an ordinary...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies
javascript

Fixes #410 This adds fallback lookup to the `I18n#t` helper method available for components. It first checks the full namespace as it did before, but also will then look without...

Right now `Hyperstack::I18n#t` is smart in that it uses the name-spacing to look up the translation. This works great for those, but if we're trying to look up a translation...

enhancement

chromedriver-helper has been unsupported for a while now in favor of webdrivers. webdrivers is included in the hyper-spec gemfile, but isn't actually used. I usually end up fighting against chromedriver-helper,...