Stefan Karpinski

Results 64 issues of Stefan Karpinski

Raised here: https://groups.google.com/forum/#!topic/julia-users/O5S8pPav5Ks.

See https://github.com/JuliaLang/julia/pull/34675. It came up that `symdiff([1, 2, 3, 2]) == [1, 3]` which struck me as... unexpected. I'm opening an issue to discuss whether this is a behavior we...

bug
collections
minor change

I'm intrigued by this project since we're looking for some solution to verifying identity for @JuliaLang's package manager. However, even though there is a ["what is it?" ](https://keys.pub/#what-is-it) section on...

Example code: ``` jl pid = getpid() vsz(s) = println(s*split(open(readall,`ps -p $pid -o vsz`),"\n")[2]) vsz("Initial VSZ=") using ZMQ vsz("After loading ZMQ, my VSZ=") ctx = Context() socket = Socket(ctx, PUB)...

bug

The `Message` type seems very unnecessary and like it exposes a lot of dangerous and confusing low-level details about how ZMQ works internally. Why doesn't `ZMQ.send` just take a array...

enhancement

```sh $ juliaup add 1.3 Installing Julia 1.3.1+0 (x64). Error: Failed to download from url `https://julialang-s3.julialang.org/bin/mac/x64/1.3/julia-1.3.1-mac64.tar.gz`. Caused by: https://julialang-s3.julialang.org/bin/mac/x64/1.3/julia-1.3.1-mac64.tar.gz: status code 404 ``` Not sure if this is a known...

bug
upstream

```sh $ juliaup add 1.0 Installing Julia 1.0.5+0 (x64). Error: Failed to extract downloaded file from url `https://julialang-s3.julialang.org/bin/mac/x64/1.0/julia-1.0.5-mac64.tar.gz`. Caused by: 0: failed to unpack `._julia-1.0.5` into `/Users/stefan/.julia/juliaup/julia-1.0.5+0~x64/` 1: No such...

bug
upstream

I may have missed it, but I couldn't figure out a way to run a specific Julia version without changing it to the default. It would also be handy to...

enhancement

I want to start an official discussion of what makes a project an application here.

There are a lot of package authors still tagging first and registering later, which often leads to mismatches between what’s tagged and what’s registered. TagBot posts a comment after the...

feature request