Sean Dilda
Sean Dilda
**Describe the feature or problem you'd like to solve** I find the gray background on `glab pipeline ci view` distracts me and makes it hard to read the text and...
When the ACME server takes more than 60 seconds to sign a cert, I've noticed openshift-acme gets into an odd state that it can't recover from without manual intervention. We...
While running a single namespace deploy in OKD 3.11, I received this error: ``` I1206 16:36:51.435611 1 event.go:218] Event(v1.ObjectReference{Kind:"Route", Namespace:"sean-test", Name:"acme-test", UID:"9c7f323c-f1c3-11e8-8f91-005056a1102f", APIVersion:"route.openshift.io", ResourceVersion:"11119402", FieldPath:""}): type: 'Normal' reason: 'AcmeCertificateProvisioned' Successfully...
I'm running geminabox 1.4.1 as a rubygems proxy. I recently realized that running a 'gem install' against my proxy is much slower on ruby 3.x than it is with 2.x...
Sample user agents: Mac+OS+X/10.11.6 (15G1217) CalendarAgent/361.2 Mac+OS+X/10.12.2 (16C67) CalendarAgent/384 These are not detecting as OS X, even though they are.
azure_mgmt_subscriptions currently has 2019-11-01 as the latest profile, but API docs are showing sample from a 2020-01-01 API version. Can we get the the newer API included in the gem?...
The current implementation of `strict_keyword_argument_matching` causes a deprecation warning with the following code (tested with mocha 2.0.2 on ruby 3.1.3): ```ruby class Example def foo(options_hash); end end example = Example.new...
I'm testing mocha 2.0.2 on ruby 3.1.3 and ran into an issue where a parameter matcher specifying a hash with String keys is being treated as keyword arguments by mocha....
I ran into an issue in my application after adding the `oj` gem. I tracked it down to `oj` turning some numeric values into `BigDecimal` objects when parsing them. Without...