Zachary Sunberg

Results 233 comments of Zachary Sunberg

> let say I am in the REPL, how would it distinguish between using an electron vs Gtk window for example? You can also specify the display explicitly, i.e. `display(d,...

I'm not intimately familiar with the inner workings of this package, but I am guessing from this that there are type instabilities and dynamic memory allocations slowing it down. The...

Ah, yeah, it was kind of silly of me to think this is a type stability/allocation issue, haha. Such a large slowdown is obviously algorithmic. If `fit` is the only...

Right - you would have to do something like ```julia struct CategoricalCPD{D,T}

Tasks are - [ ] make javascript load a local js file into the dom head - [ ] figure out where to store the js file - [ ]...

Unfortunately I have no idea about how to make the browser load a script from a local file - I think it is a security hazard of some kind. I've...

Maybe it can be fixed with this https://github.com/EricForgy/Pages.jl

@pilgrimygy it looks like your system was not able to start chrome. Do you have google chrome installed and does the command `start chrome` work in the command line?

If you have a different browser installed, consider using `inbrowser` instead of `inchrome`.