Arthur Henry
Arthur Henry
Hi, I am trying to use those theme with the 4.15 version of Eclipse modified by Xilinx (Vitis 2021.1). The theme do not work at all, see screenshot below of...
Hi, I'm having a troublesome issue with vector of SVector. When I try to convert an Vector{SVector{3,Float64} into a Nx3 Matrix for plotting, Julia doesn't return if the vector is...
```julia using Term using Term.LiveWidgets app = App( Term.Pager("This is a pager. It lets you display a lot of text in a scrollable window."^300) ); play(app) ``` The app is...