Anant Thazhemadam
Anant Thazhemadam
> This happened to me many times because of circular dependency, check if you have 2 classes that are requiring each other, remove one of them from requiring the other...
> this seems problematic as it means that calling length can actually change the length (think stateful iterators). @martinholters could you please elaborate? Calling `length` on the same object multiple...
Ah, I see. The only way I can think of would be to call `count` on a copy instead, but that's just even less performant. 😕
> @thazhemadam - when this PR gets merged could you also open a follow-up PR to Compat.jl to ensure backward compatibility? Thank you! Yes, I can do that. 🙂
Generally, a patch with a fix (or even a potential fix - even if it is incorrect) that gets sent to the mailing lists has the syzbot address (from the...
This seems related - https://github.com/JuliaLang/Pkg.jl/pull/2504.
I'm on 1.7.0-beta4. I just feel that something like  looks more intuitive and reads a lot better than  It's something I've found necessary while scrolling through later to...
It's a pretty trivial change and I can make a PR if it's a welcome one 😄
I'd like to work on this. How/where do I get started?
Ideally, I think only the actual traces themselves should be limited by the pager, and the menu would show up nonetheless. Would that be possible?