Rafael Pivato
Rafael Pivato
Adds main entry point for `bubblechart` so it can be imported using requirejs or something similar. _Warning:_ My tests did not pass locally, apparently because of changes in QUnit or...
In order to use this as a module through `npm`, you need to manually build it before hand. Which means having things like `grunt` installed, even if you are relying...
For users just willing to try the tool or preview the outcomes, without actually creating any pull-request, a *dry-run mode* would be appreciated. Instead of creating the pull-requests, logging information...
As reported at #2273 and #2280, we need to make sure that data files are included as part of different distribution options, focusing on **sdist** and **bdist_wheel** in fact. We...
Create a generator **`noticed:application_notification`** to create a base class for notifications of a Rails application. ```ruby class ApplicationNotification < Noticed::Base def database_format { 'type': self.class.name, 'params': params } end def...
To favor sub-classing, allow default options to be defined for a notification. Here goes a suggestion: ```ruby class ApplicationNotification < Noticed::Base deliver_by_defaults :database, format: :database_format deliver_by_defaults :action_cable, format: :action_cable_format deliver_by_defaults...
Consider supporting this changelog format: https://github.com/wearpants/playerpiano/blob/8e29deec5314910c49157dfc5f05d74dc993d223/CHANGELOG#L1-L3
This pull-request contains minimal code to allow setting custom base URL for a custom directory. That should help testing locally with [Pebble](https://github.com/letsencrypt/pebble) and also possibly use with other ACME servers...