Greg Howdeshell
Greg Howdeshell
Is there any support for this app? I am still experiencing the issue noted above and still not moving to actions.
@sbc100 I do wish this project would remain in usage because not all enterprise organization allow/enable usage of Actions within their GitHub instances.
@sbc100 I've been more of a consumer of the project but not yet a contributor to it. Locally I attempted to upgrade the project but there was major version bumps...
I do wish this project would remain in usage because not all enterprise organization allow/enable usage of Actions within their GitHub instances.
Is there no longer support for this repository?
Thanks @embeddedt but what I'm running into is I'm on GitHub Enterprise Server 2.22.4 so at the moment I cannot use actions. I have my server running finally but because...
I'd like to see a fix for the breadcrumb concept. The initial [PR](https://github.com/brianbianco/redisio/pull/268/files#diff-8ae42a59a6f4e8dc5b4e6dd2d6a34eabR290) missed updating the [sentinel recipe](https://github.com/brianbianco/redisio/blob/v2.7.1/providers/sentinel.rb#L185-L188) so now I'm stuck having to manually delete this breadcrumb file in...
> Hmm, I'm not sure I follow your example. I assume the `sleep(10)` indicates the boundary between two requests. The first request is above the sleep and that's when the...
Nope. The `read_entry` retrieves the value stored in the cache regardless if its expired. You have a way to check the expiration by executing `.expired?` on the returned object. The...