Damien Drix
Damien Drix
Another dead link is the "For more information look at the Madoko manual" bit at the end of the readme.md here on github.
I have the same problem in IJulia and it seems to come from `showvalues`.
The problem occurs with both 0.5.0 and 0.5.1 — I have IJulia 1.6.2. Here is a working example: ```julia using ProgressMeter p = Progress(100) for i in 1:100 update!(p, i;...
Hi @tbreloff, at the moment this is very much personal experiments but the aim is to make it more broadly usable eventually! The philosophy of the project is to provide...
Online sparse coding / predictive coding applied to robotics. It sounds like you do something similar!
On OSX it's also available via Homebrew (`brew install pandoc-crossref`)
Agreed that this would be nice. In my case this mostly bites in combination with IJulia -- if I accidentally ask PyPlot to draw something that takes forever, the only...