Tasos Maschalidis

Results 18 comments of Tasos Maschalidis

This is a valid issue. Thanks for the PR, I will use it until it gets merged.

I was just looking for this as well.

I am getting a similar error as well: ``` ** Execute assets:precompile rake aborted! SassC::SyntaxError: Error: 1.75rem/add isn't a valid CSS value. on line 2746 of stdin >> e%3c/svg%3e") #fff...

I am trying to figure this out too. This looks like a very basic step to be missing from the setup. Edit: There is a field in the admin section....

> Can you give solution "require': cannot load such file -- coffee_script (LoadError)`"??? You can fork the repository and comment out line 4 (`require 'coffee_script'`) from `spree_editor/lib/spree_editor.rb` I did that...

The problem seems to be coming from this file: https://github.com/spree-contrib/spree_volume_pricing/blob/master/app/models/spree/line_item_decorator.rb There is a check that updates the line_item price only if the quantity was changed. Commenting that condition out, seems...

``` # app/controllers/spree/digitals_controller_decorator.rb module Spree module DigitalsControllerDecorator def show if attachment.present? if digital_link.authorize! if Rails.application.config.active_storage.service == :amazon redirect_to main_app.rails_blob_path(attachment, disposition: "attachment") and return else send_file( ActiveStorage::Blob.service.path_for(attachment.key), filename: attachment.record.attachment_file_name, type: attachment.record.attachment_content_type,...

I was trying to figure out how to call window for so loooong. Thanks!

The docs now mention adding rails-hyperstack, but they are still/again out of date. The installer doesn't seem to actually create the app/hyperstack/components directory. `rails g hyper:component app --add-route="/"` after running...

@coffeejunk This is what I am experiencing as well. However on production (Heroku) the page is not working no matter how many times I might refresh. Seems like a loading...