Vladislav

Results 6 comments of Vladislav

Seems like because of it after i click on url that redirect me to another page that is using the same menu with slideout js i can't do anything on...

gem install tiny_tds -- --with-freetds-include=/opt/homebrew/include --with-freetds-lib=/opt/homebrew/lib

any news about this? it's really needed

@metaskills what is the status of this feature? do you need any help with it? current defncopy does dump not in a really good way if we talk about syntax

the problem is here https://github.com/mileszs/wicked_pdf/blob/2.1.0/lib/wicked_pdf/wicked_pdf_helper/assets.rb#L177 I found two solutions: 1. add [asset_host](https://guides.rubyonrails.org/asset_pipeline.html) to your environment file 2. [patch](https://edgeguides.rubyonrails.org/engines.html#overriding-models-and-controllers) this method like this ``` def webpacker_source_url(source) return unless defined?(Webpacker) && defined?(Webpacker::VERSION)...