Tashi Dendup
Tashi Dendup
I am trying to generate barcode and print in the html page. Below is my code ```ruby require 'barby/barcode/code_128' require 'barby/outputter/html_outputter' @barcode ||= Barby::Code128B.new( 'Some data' ).to_html ``` `in my...
How do we define `supported_currencies`, I have tried all possible options like ```ruby Spree::Config.supported_currencies = ['USD', 'EUD'] Spree::Config[:supported_currencies] = ['USD', 'EUD'] Spree::Config['supported_currencies'] = ['USD', 'EUD'] ``` None of the above...
# This is a (Bug Report / Feature Proposal) #### :tophat: Description For bug reports: * Webpacker can't find decidim_dev.css in /app/public/decidim-packs/manifest.json * It should successfully run in the docker...