Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

I seem to still have problems with keywords: ``` jl # data N = 10^5 N_queries = 10^4 dim = 3 k = 1 data = rand(dim, N) # Normal...

Comma works perfectly. Thanks for a quick answer! :)

It would be nice if https://github.com/jrevels/Benchmarks.jl could be merged into this repo before that (and maybe moved to JuliaLang since it is now more or less officially used as the...

A negative thing about having the formatting inline is that it makes it harder to read the string: ``` "π is approximately $(e, fracdigits=6, someother=2), while e is approximately $(e,...

Yeah that makes sense. The previous behavior feels broken...

Any previous art in other languages with a download function?

> otherwise we run code at module load each time. This is not really true, the toplevel code only runs during precompilation (or if you load the module and have...

This fails on earlier julia versions, I think you need to use the ccall to be compatible.

My guess is that the crash is not actually when precompiling but when loading the precompiled file. And then there is some task or something that is serialized and tries...