gsar
gsar
It appears [email protected] is no longer listed in peerDependencies, so when this is used in a project that has other things that depend on [email protected], it fails to load with...
### Actual behavior I have a `Page` model for which I have an activeadmin page. The show route for for this contains a panel that shows some related records. This...
- [x] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). - [x] I have checked for similar issues and haven't found anything relevant. - [x] This is not a security issue (which should...
Introduces the following changes: * ignores `noscript` tags in html * treats unicode `\u00a0` and similar as whitespace when considering space characters for various operations * ignores whitespace when avoiding...
looks like `$(AR)` changed to `libtool -static` which doesn't accept `-r`: ``` current directory: /Users/gsar/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/triez-1.0.5/ext /Users/gsar/.rbenv/versions/2.5.0/bin/ruby -r ./siteconf20180328-53094-1nbp0vx.rb extconf.rb creating Makefile current directory: /Users/gsar/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/triez-1.0.5/ext make "DESTDIR=" clean current directory: /Users/gsar/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/triez-1.0.5/ext...
`Kramdown::Document.new('', input: 'html').to_kramdown` provokes an `undefined method 'type'` error: 
## Describe the bug Same issue as the now closed https://github.com/rswag/rswag/issues/768 but for `application/scim+json`. Left a note [in the other PR](https://github.com/rswag/rswag/pull/769#issuecomment-2332924158) but creating this issue in case that doesn't get...
app fails to load on boot with the new `DelayedJobGroupsPlugin is incompatible with Delayed::Job when 'destroy_failed_jobs' is set to 'true'` error. we are not setting this value explicitly anywhere in...