Keenan Brock

Results 81 issues of Keenan Brock

factory out of the box does not run and states this request type must be this value Also, all tests using this factory hard code this value

test

first commit is squashed: - https://github.com/ManageIQ/manageiq/pull/23034 This adds a change that provisions send all options to dialog. This is required for asl to properly modify requests

wip

## Overview |Auth Server|Interface|Delimiter| |-----------|---------|---------| | Liberty | oicd| `,`| | | saml| `;`| |ipa | sssd| `:`| |ldap | sssd| `:`| ## Goal Allow users to have a `:`...

enhancement
dependencies

Most models include `SupportsFeatureMixin`. This moves up to `ApplicationRecord` `+1/-73`

cleanup

# 3.2 [ref](https://rubyreferences.github.io/rubychanges/3.2.html) Highlights: - [x] optional: `Regexp.timeout = 1.0` or `Regexp.new('^a*b?a*()\1$', timeout: Float::INFINITY)` - [ ] All methods wishing to delegate keyword arguments through *args must now be marked...

dependencies
wip
unmergeable
ruby3.3

## Overview For now, this is only changes simple expressions like `Host-name` and not those with an association `Vm.host-name`. It also does not change `` clauses. Looking for feedback on...

performance
wip
core
stale

The receiving end (ruby code) will use this delimiter to separate classes. Since the various components use different delimiters, it is easiest to configure this in one place and pass...

bug

Alternative to #11619 This is part of https://bugs.ruby-lang.org/issues/20750 Before ---- Calling `rb_thread_call_with_gvl` when the GVL is acquired throws an error. After --- Calling `rb_thread_call_with_gvl` when the GVL is acquired graciously...

fixes: ``` warning: lib/prawn/fonts.rb:9: warning: loading in progress, circular require considered harmful - lib/prawn/font.rb ``` Aah. Fixes: https://github.com/prawnpdf/prawn/issues/1349

csv has been removed from the standard library in ruby 3.4