King'ori Maina
King'ori Maina
Title says it all. Each commit is an idea, details in commit messages.
At the moment, [there's only one version of the image on Docker Hub and that's been set to `:latest`](https://hub.docker.com/layers/aviggiano/redis-roaring/latest/images/sha256-0c4e97accbf6821b828b46aef0b77572b6d3866b6fb3b17e9f0ffd527f8cbeb3?context=explore) i.e. `sha256:0c4e97a`. Typically one would be able to specify the version...
Attempt to address the issue in https://github.com/aviggiano/redis-roaring/issues/98. I have updated the submodules in the `deps/` to point to the latest tag/release (note that main branches might be more recent): *...
Provides a handy helper to help generate the response headers either based off throttle data e.g. `env['rack.attack.match_data']` or even `env['rack.attack.throttle_data'][throttle_name]`. I don't know if this is worth being included in...
To fix an issue with the `\e` character which seems like an issue with `JSON.parse` so figured this is a simpler solution (we can discuss alternatives i.e. if we should...
I'm experiencing a `JSON::ParserError` because of a bad character (in my case it's `0x1b`): Here's the stack trace that showed me where the issue was: This is the `JSON.parse` we're...
- Tested on [default Stacey site](https://github.com/kolber/stacey-site)
I'm getting this error when I turn on the integration ... _PHP Fatal error: Class 'CFRuntime' not found in /home/xxxxxxxxxxxx/public_html/core/components/phpthumbof/model/aws/services/s3.class.php on line 69_ Also have a custom CNAME but pretty...
### What happened? When you [call `workflow_dispatch`](https://github.com/octokit/octokit.rb/blob/fb01ac2add47e5fafe71d25dfb20856cce2a4b46/lib/octokit/client/actions_workflows.rb#L33-L43) with the workflow-id of a non-existent workflow like so ... ```ruby begin options = { inputs: { environment: 'production' } } client =...
### Expected behavior Mounting a folder from OSX in a non-OSX system shouldn't inherit the case insensitivity. For example ... in an Ubuntu container it's not expected behaviour for it...