Peter Philips

Results 33 issues of Peter Philips

we use ActiveScaffold(AS) for our admin controllers, and want to use Carmen for country selects in the rest of the site. In development env, Carmen worked as expected, but not...

The import cmd (at least for mysql) is `mysql #{credentials} -D #{database} < #{file}` which will result in the file being appended to the current database. Is there an option...

feature
mysql

Hello, Thanks for this extension. After activating this extension and restarting VSCode, I get the error: > Can't update ngrok binary. The extension may not work correctly. Upon further inspection,...

Thank you for the version selection chart. However, I'm finding it confusing for our case where we are upgrading to Ruby2.7.x and Rails 6.0.x (a common and modern stack) Today,...

question

Hello! Thank you for this gem. But it does not appear to have been updated in 4 years! There are many updates including security updates to swagger-ui, like this important...

Currently, the Giphy plugin does not include `limit` query parameter and can result in a really slow response from Giphy. I have seen this be upwards of 20s response time...

This adds more modularity to Giphy options while starting with sensible and performant defaults closes #1436 This uses the Giphy concept of "renditions" to add performant grids of giphs. Ref:...

### Steps to reproduce Given: ExceptionNotifier is configured with: ``` ignore_notifier_if: { email: ->(env, exception) { ... } }, ``` And an exception notification is manually sent such as through...

Is this gem meant to be used outside of SemaphoreCI? We are encountering an issue with the `after_job` method that uploads insights to SemaphoreCI because of a missing `http` shell...