Elia Schito

Results 181 comments of Elia Schito

Sure! Can you please check first if the export mode is updating the file on the file-system? You can verify that by saving and reopening the file to let TM...

If you have time I'd be more than happy to merge a PR updating the readme and explaining this behavior and how to change it

@pcreux I switched to head and `application_controller` remains cached, I'll try a `bundle update inherited_resources` and tell you what happens :)

@pcreux me too, on head activeadmin and latest inherited_resources I get cached application_controller methods

I temporarily solved locally by changing this line: https://github.com/reactjs/react-rails/blob/344ba138a5c827a4d9e55787b5afc0f477a609f1/lib/react/server_rendering/webpacker_manifest_container.rb#L47 to: ```rb dev_server_asset = open( "#{ds.protocol}://#{ds.host_with_port}#{asset_path}", {ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE} ).read ``` I would say that it should be safe to not verify...

@iLucker93 here's a fix we came up with @kennyadsl that will patch `Spree.Views.Cart.LineItemRow.prototype.onSave` to make it reload the page whenever a new item is added. It's not pretty, but should...

This seems to be solved, and the overrides section in the new guides has updated instructions https://edgeguides.solidus.io/customization/customizing-the-core#using-overrides. @jarednorman @kennyadsl you think we can close this?

Awesome work! _(thanks to @fkchang for spotting it!)_ --- > remove parts that use the filesystem...for now @wasnotrice since I was doing stuff with Opal + node-webkit / atom-shell I...

> Note: I wonder… Nothing changes going from web to shell in terms of reliability and maintainability. On the contrary reliability increases by supporting jus WebKit+v8 and everyone knows Ruby...