billy1kaplan
billy1kaplan
Thanks for your hard work on this, this looks awesome! I was curious of union types are supported (e.g. `anyOf` in JSON Schema or `xsd:choice` in XSD).
**Describe the bug:** After running `bundle exec rake rails_rbi:models`, many files no longer typecheck with this error: ``` Unable to resolve constant BatchEnumerator ).returns(ActiveRecord::Batches::BatchEnumerator) ``` This is surprising to me...
I am dealing with a very fickle XML parser that requires the XML namespaces to be registered in a certain order. For example, this passes: ```xml ``` While this fails:...
**Describe the bug:** I would expect the following to be a "coercable" union type: ```ruby class Demo extend T::Sig class Test < T::Struct const :key, String const :value, String end...
Following up on our discussion here: https://github.com/chanzuckerberg/sorbet-coerce/issues/71 My first attempt at getting something to work for this. One interesting case that came up while testing this is that `String` is...