Results 9 comments of Simon May

I was worried about this exact same issue, and I used Easer to solve it in the following way: The basic idea is to use Easer to launch an app...

Sorry for the edits, but right after creating this issue I thought I’d also observed this without using `SharedArrays`. However, I can’t reproduce that right now…

OK, it’s definitely happening even for a normal array, so this has nothing to do with `SharedArrays`! That makes it much worse!

@mookid I see, that’s fair enough of course! I didn’t see anything in the README or help message to suggest this, though, so in the short term, it might be...

Just to add some information that has [since been added to the Discourse thread](https://discourse.julialang.org/t/how-to-properly-use-unitful/40295/14), the difference is that although the printed representation is the same, the `cm` in the third...

Hm, I see. So it rather seems an issue with `pmap`/`asyncmap`?

Would it make sense to add a pointer to [EndpointRanges.jl](https://github.com/JuliaArrays/EndpointRanges.jl) in the README note? Using `iend` seems to be working correctly: ```julia julia> using EllipsisNotation julia> using EndpointRanges julia> A...

@exander77 Indeed. The discussions in your old issues, e. g. #18, #26, give some background on why issues like this one have existed from day one, and continue to persist...