Alex Burgel

Results 15 issues of Alex Burgel

**Is your feature request related to a problem? Please describe.** My team uses a git flow-like workflow where changes are made on feature branches and then merged into main/release branches....

feature/request

We use Siren to force users to upgrade when we release breaking changes on our backend. We ran into an issue recently related to this and the `StoredSkippedVersion` setting. Our...

I recently noticed the following error in xcode. It doesn't seem to cause any breakage, my app builds, runs and tests without issue. I think it's related to SwiftDate because...

### Tell us about your environment **Ruby Version:** 3.2.2 **Framework Version (RSpec, Minitest, FactoryGirl, Rails, whatever):** RSpec 3.12, Rails 7.0.8 **TestProf Version:** 1.2.3 The docs could use a caveat about...

Our app uses Rails engines and the [packs standard](https://github.com/rubyatscale/packs-rails?tab=readme-ov-file#making-your-package-an-engine) which means our routes and controllers are in a few locations. We love this gem and would be very happy if...

We use PublicSuffix to extract the domain of the host so we can pull out the correct wildcard domain. An alternative may be to use [`config.action_dispatch.tld_length`](https://guides.rubyonrails.org/configuring.html#configuring-action-dispatch) to do the same...

### What version of `kubb` is running? kubb/2.13.0 darwin-arm64 node-v20.11.1 ### What platform is your computer? _No response_ ### What version of external packages are you using(`@tanstack-query`, `MSW`, `React`, `Vue`,...

bug
@kubb/plugin-zod

The signature of `Kernel#warn` is `warn(*msgs, uplevel: nil, category: nil)`, which allows passing no arguments. ```ruby irb(main):001:0> warn => nil irb(main):002:0> require 'uncruft' => true irb(main):003:0> warn /Users/aburgel/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/uncruft-0.3.0/lib/uncruft/warning.rb:5:in `warn': wrong...

~~This is a draft. I still have to get the tests updated and write more tests, but I wanted to get some feedback before doing so.~~ I approached this in...

I couldn't find a way to add permissions boundary to an existing app, so I kinda hacked around the internals to make it possible. I thought others might find this...