Matt Bauman

Results 52 issues of Matt Bauman

Akin to ipywidgets (#1385), it'd be great to support interactive widgets for Julia. The Julia package [WebIO.jl](https://github.com/JuliaGizmos/WebIO.jl) provides the backend for notebook/HTML widget support... and it additionally has support for...

enhancement
help wanted
stale
julia

I've really been enjoying Dashboards.jl — and am thrilled to see this becoming Dash.jl! I've been brainstorming a bit on how to make the HTML templating a bit simpler (and...

It'd be really nice to actually return a value from `Pkg.status` that is then displayed (instead of having it print as a side-effect). The motivating use-case here for me is...

This just happened to me. Note the newlines (that I entered when my system stalled) and the following REPL prompts (that immediately appeared after installing): ``` julia> using Foo │...

I'm not sure if this is a docs bug or an actual bug, but according to the docs things should just work with `R_HOME` either unset or set to `""`....

We're getting to the point where the core API is stabilizing. We can now start making things fancier and building out interfaces to base methods and other packages (like #5)....

Now that we have doctests, it is even more important that we reduce the duplication here to ensure that the real documentation is the one canonical source.

This is a major breaking change. Back before this package was officially registered, these checks were dropped. That means that many of the indexing methods that require sorted vectors are...

This supersedes #58. I like this approach better, and the first commit may be worth doing on its own merits: > When asking for the indices of an AxisArray, return...

Now that the axis information is stored as proper Axis types, one possible way to both allow an unchecked constructor and fix #14 would be to move the sort check...