Jiahao Chen
Jiahao Chen
The `@async` pattern I used in my karaoke notebook actually works great now in v0.1.1 - I don't get the weird sync issues anymore.
I tried updating my karaoke notebook to 0.3/0.4 and it throws errors. Code like ``` jl @sync begin soprano = @async play(parsevoice(""" f'#.4 f'#. g'. a'. a'. g'. f'#. e'....
@JeffBezanson I put those two lines in for debugging. It's not in the base library version.
I had originally intended the CC license to pertain only to the images scans and transcripts. However, IANAL and I'm not entirely sure what the copyright status of these are....
You're looking for `haskey`, not `has`. But yes, it would be nice if this worked, so that `jld` behaved like an associative structure.
It's worth thinking a bit more about how exactly `JLDFile` is similar to a `Dict` and how it isn't.
I'm very amused to see this (as well as other convergent discussions), as I've been secretly working on writing IterativeSolvers as iterators and I really like how it's turning out....
Also observing parallel discussions about APIs makes me think that we should work toward a closer interface for both ODE.jl and IterativeSolvers.jl, especially since many of the latter can be...
@andreasnoack The first set of parentheses is not necessary when you do call overloading on the type rather than the instance. Here's what a different example looks like: ``` immutable...