Kristian Gerardsson
Kristian Gerardsson
Mine works like this: If I want to autocomplete the css class `gutter-top` in an html file, i type `gu` and at first i get `gutter` as a suggestion, then...
Same issue here. Rails uses these values in their default translation files (yml) ``` --- en-GB: number: currency: format: delimiter: "," format: "%u%n" precision: 2 separator: "." significant: false strip_insignificant_zeros:...
Issue here with the shared files: ``` set :shared_files, fetch(:shared_files, []).concat( ['config/credentials/staging.key', 'config/credentials/production.key'] ) ``` Then i run ``` ❯ bundle exec mina setup to=staging -----> Using [Staging] -----> Setting...
Would love this too :)
Another possible solution: https://github.com/englandrp/Cross-browser-Flash-tabbing-and-focus-solution
Aw too bad. It's the only thing stopping me from using this. I use remote debugging all the time, and tbh, I don't like Reactotron that much :(
I would love this as well :)
Hm, getting an error ``` "exception": "#", ``` code ``` field :currency_code do |country| currency_for(country)&.iso_code end field :currency_name do |country| currency_for(country)&.name end private def self.currency_for(obj) @@currency[obj.alpha2] ||= ISO3166::Country[obj.alpha2]&.currency end ```...