Espen Antonsen
Espen Antonsen
Minified version not updated
Avoid issues like ruby/setup-ruby#349
``` $ heroku pg:outliers ERROR: column "total_time" does not exist LINE 2: SELECT interval '1 millisecond' * total_time AS total_exec_t... ^ ▸ psql exited with code 1 ```
It would be nice if there was a command to get the word count of translation values. This is useful for getting estimates from translators.
According to the iCalendar specification: ``` The "DTSTART" property defines the first instance in the recurrence set. ``` And it includes an example of this: ``` Every other week on...
When trying to create a draft I am getting the error "Path is null for "_drafts" directory." I see that I must either enable the `jekyll_auto_find_paths` setting for the plugin...
After upgrading to Airbrake v5 I am seeing requests to v1-production-notifier-configs.s3.amazonaws.com. This is a default setting in Airbrake to use for remote configuration. See https://github.com/airbrake/airbrake-ruby/pull/611 As there is no need...
Just wondering what will happen to https://freegeoip.net when it is being taken over by @apilayer. Free version? Paid plans? Regardless, great to see the project being continued :)
``` class Member custom_post :authenticate End Member.authenticate(params_ignored) ``` Collection requests should not modify attributes. Should only modify for save/update. (Title modified)
Fixes #34