Jim Garrison

Results 184 comments of Jim Garrison

I [tested all links](https://www.digitalocean.com/community/tutorials/how-to-find-broken-links-on-your-website-using-wget-on-debian-7) using `wget --spider -r -nd -nv -H -l 1 -w 2 http://tachyons.io/docs/table-of-styles/`, and https://github.com/tachyons-css/tachyons-code is the one other link that is a 404.

@amit1rrr That's very interesting. There is nothing more to the stacktrace beyond what I posted. None of my notebooks call asyncio directly, either, and to the best of my knowledge...

> So maybe all we're missing is a heavy dose of garbage collection, ensuring that all HDF5-referencing objects are actually collected and finalized? This seems doubtful to me, as calling...

Here's a test case that reliably crashes for me using JLD v0.6.7 ~~(which includes the race condition fix #346)~~ and julia 0.5.1-pre+31: ```julia import JLD function main() fn1 = "a.jld"...

@tkelman Turns out, I was looking at the wrong repo too. When I upgrade HDF5.jl to 0.7.1, my test case no longer crashes.

Thanks! That's helpful. Action item # 1, then, will be documenting this in that example. I am still having difficulty getting the example to work (i.e., TAB still results in...

I had to change `"TAB"` to `""` to get it to work. This is on emacs 26.1. Before it was bound to key 9, whatever that is. Now it is...

> Guess you'd better refer to the Emacs manual for how to specify key bindings. :) I'm afraid I don't understand. I copy and pasted an example from `examples.org`, and...

See also #35. Does this code also improve the speed beyond that pull request?