ParadoxV5

Results 91 comments of ParadoxV5

> Hey @ParadoxV5 are you still working on this or should this be closed? Hey, @kddnewton, now that https://bugs.ruby-lang.org/issues/20499 has properly fixed #2716 in the Ruby upstream, I plan to...

:up: for *something* (not necessarily this) From https://github.com/soutaro/steep/pull/905#issuecomment-1977213468, the current solution is ```rbs class Object def nil?: () -> bool # cannot be assertively `false` or else `NilClass#nil?` breaks polymorphism...

> https://docs.python.org/3.13/library/typing.html#typing.TypeIs > Y'all were talking about adding `pure` to RBS for type narrowing predicates before, perhaps this would work instead? > ⸺@DanielPechersky, [on Ruby Discord](https://ptb.discord.com/channels/518658712081268738/1143338778384146574/1244737487004368997)

> I removed `Object &` and made adjustments to minimize changes. 🆙. Non critical changes to the RBS are better scoped for another PR (or after [some adjustments to the...

> Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). Man… this process is so clunky. [P.S.] Why does...

Thank you for your clarification. There weren’t a lot of feature _improvements_ listed in https://github.com/ruby/ruby/blob/v3_3_0/NEWS.md. In fact, I see a handful of easy #good-first-issues. It would be more progressive to...

> OTOH it's significantly easier to contribute once the RUBY_VERSION has been bumped How’s the roadmap looking? > The line is only about syntax and parser, so it feels out...

> The preview pane […] can be integrated in 3rd party apps like Total commander. Would be neat if Peek also has an API for 3rd party additions [EDIT: see...

> And how would it then differentiate from the preview pane? (Possibly) different in a technical perspective. Perhaps the preview pane is nothing more than a widget, but the peek...

> On the user side it mostly works fine, you're right, but on the developer side we have to make a lot of quirks to make it work with newer...