TermWin.jl icon indicating copy to clipboard operation
TermWin.jl copied to clipboard

ncurses based data navigators

Results 8 TermWin.jl issues
Sort by recently updated
recently updated
newest added

Fix https://github.com/tonyhffong/TermWin.jl/issues/13 (garbled display on Linux) Fix Errors and Warning with Julia 0.6.4 Require Julia 0.6 and Missings Tested on Ubuntu 18.04 and macOS

this allows installing the package elsewhere

Using TermWin package on Arch Linux X86_64, Julia version 0.4.5, I get the following error: ``` julia julia> using TermWin julia> ex = :( f(x) = x*x + 2x +...

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...

First of all, this package is really awesome! Trying it on linux, I get some strange characters in the display: ![termwin](https://cloud.githubusercontent.com/assets/744556/6068146/e785b0fc-ad47-11e4-8016-5d5073a28010.png)

For example, the average of an integer column should use a floating point format.

Right now, every widget created is quite monolithic, you cannot easily put them together to create a more complex widget. We need to change that. Concepts needed: - a general...

enhancement

Tony, I get the following when trying examples from your README: ``` julia julia> tshow( df; colorder = [ :EnrlTot, :Teachers, :Computer, :TestScr, :CompStu, "*" ], pivots = [ :County,...