Mitch VanDuyn

Results 207 issues of Mitch VanDuyn

Related to #244 #243 #241

maintainability

ATM if you run `on_client`, `mount` and `isomorphic` methods in `before(:all)` blocks they just don't do anything, because the capybara `page` is not loaded yet. What should happen is that...

enhancement

this does not work: `before(:all) { before_mount { .... } }` the ast search mechanism in `Hyperstack::Internal::ClientExecution#find_block` thinks the outer block i.e. `{ before_mount ... }` is the block its...

bug

Rails has so many files, most of which are unused. Atom (and probably other editors) has a simple mechanism to hide files from the tree view. It would be good...

`rescues {}` is a bit dull. Perhaps `will_rescue_all` ?

enhancement

newer Opal versions do not automatically include the json library, which hyper_spec depends on (depends on Object#to_json) In most cases it doesn't matter since the json library will get included...

bug
needs doc

right now rendering_context boils all the children down to arrays of elements. Why? We should try to just return the child block to react as a function, and let react...

The configuration / generator script needs to add this line to ```ruby Rails.application.config.assets.precompile += %w( hyperstack-prerender-loader.js ) ``` to the `config/initializers/assets.rb` file. Work around is to add this file when...

bug
good first issue

Problem is that webpacker enhances `rake assets:precompile` to build the assets first, then builds the packs. This doesn't work as Hyperstack references the packs from the application.js (via the `hyperstack-loader.js`...

bug
good first issue

its a feature of Rails. workaround is to create a scope on the target class, and use that scope the result. We could automatically do this of course

enhancement
good first issue