Weera Wu
Weera Wu
### Gem version rails 7.1.1 rollbar 2.27.1 ### Configuration ```ruby # config/environments/development.rb # Show full error reports. config.consider_all_requests_local = true ``` ```ruby # config/initializers/rollbar.rb config.access_token = ENV['ROLLBAR_ACCESS_TOKEN'] config.enabled = Rails.env.production?...
**Related lists** - [x] https://github.com/orbitbot/awesome-mithril - [x] https://github.com/jondot/awesome-devenv#presentation - [ ] https://github.com/sorrycc/awesome-javascript#sliders
**Change log** - [x] Allow changing theme on touchscreen devices - [ ] Allow embedding multiple presentations into a page - [ ] Allow scrolling pass embedded presentation - [...
YAML is a superset of JSON so it could do what JSON can do. More important, it would make editing text a lot easier. The best library I can find...