Alexey Stukalov

Results 203 comments of Alexey Stukalov

Also, #126 & #151 were non-breaking, but many JLD2 files created before 0.1.6 are unusable because of the wrong type names. This is something that should be avoided for files...

> We don’t use TagBot on any JuliaGraphs projects since it requires write access to the repo. Sure, I can remove it, but is it a problem to allow write...

> It means that if TagBot gets compromised, all repos that depend on TagBot are vulnerable to code manipulation. Ah, actually *TagBot app* and *TagBot GitHub action* are the two...

> but then someone has to be in charge of updating and auditing Well, *TagBot* is in *JuliaRegistries*, so it's a part of Julia ecosystem. As long as no 3rd...

Finally, ParserCombinator v2.1.0 is released, which unblocks merging this PR and releasing the new GraphIO version. I tried to initiate CI by opening and closing, but it seems that has...

> I'm slightly worried about the additional complexity introduced by the new abstract type and functions such as wrapped_dist and wrapped_dist_type. Can't we just add whatever definition was missing? It's...

> Oh it seems maybe @torfjelde has already fixed the problems in ... It doesn't define the bijector for `NoDist` though. I've added MWE to the tests.

For me on v0.4 the old code was throwing `InexactError` or something like that when NAs were hashed.

I've just thought it might be better to use `findnext(BitVector)` to skip NAs. I can resubmit an improved version.