Johnny Chen
Johnny Chen
Github.jl looks like a good option. If it's not on your table, I'll check it when I finished my Julia mirror project https://github.com/johnnychen94/jill.py ; I want to make it announced...
I don't know if there's a way to tell Documenter to exclude certain folders from indexing. But as a workaround, we can separate the PlotDocs.jl into two repositories (the main...
It is for the main doc, but you can still search the demos in the gallery doc. But TBH, I don't think it's more useful than a plain "Ctrl-F" search...
How does this proposal handle test-only dependencies if the test items live in `src/`?
If inline tests require a test-only dependency, where should the `using XXX` code be put? For instance, how would you make this [Query test on DataFrame](https://github.com/queryverse/Query.jl/blob/e36d8af8aaec4673846a24ffb9bf68fbf5edf02c/test/runtests.jl#L44-L54) an inline test? Where...
Thanks for the clarification. I get your points now. But I have to admit that this is a bit strange to have some test-only dependencies and `using DataFrames` in `src/`....
I hope we can pend this PR for a while until we address https://github.com/JuliaImages/ImageInTerminal.jl/issues/48. The current ImageInTerminal has one unwanted side effect; that any package loads ImageInTerminal would change how...
> Is this something we want to change for ImageInTerminal 1.0 ? Yes, I'd like to separate ImageInTerminal into two packages: backends and frontends. The backend might be as simple...
> Thanks, for pointing that. Maybe I can help on that matter ? Yeah, given that I have too many items on my todo-list it would be great if you...
Looks like GR already has built-in sixel support https://discourse.julialang.org/t/plots-in-the-terminal-with-sixel/22503/4 