Alex Arslan

Results 491 comments of Alex Arslan

I don't know much about Android or ARM so I don't have a whole lot to contribute here, but some blind Googling suggests that Android may define both `__strong_alias` and...

FWIW option 2 is the approach JSON.jl takes with the `null` keyword argument to `parse`/`parsefile`. It has a default value of `nothing` but you can pass `null=missing`. This seems like...

Would it be possible to replace the custom implementation of scoped enums here with a dependency on [EnumX](https://github.com/fredrikekre/EnumX.jl)? That has no dependencies and is very small.

Is Pkg set up to fetch submodules when updating?

That table was just copied from the documentation as it existed in Base before it was moved to this package. It should probably just be removed.

Hey @mroughan, thanks for the contribution! I'd prefer not to include all the examples and PDFs in this repository. The visualizations would be neat as a notebook, perhaps posted in...

You can just push more commits to your branch and they'll show up here. We can squash on merge.

Well that's odd. Any ideas, @simonbyrne?

+1 for unexporting it