bardo84
bardo84
Hi, coming from [this post](https://discourse.julialang.org/t/we-need-better-introductory-material/6961/84) Thanks for generating introductory material! I did not get from the Readme or perusing the material how to use it, where to start. Thx!
Re https://discourse.julialang.org/t/algebraofgraphics-question/72982 To name axes or legends in this format you would use the pair syntax, that is `x => "x"` , `y => "y"` , `grp => "group"` ....
My usual flow is to have two windows, tiled using dragging to the left and right or by WIN-left and WIN-right. Now connect the borders, so that dragging the line...
Since not all tests did pass, I cannot ask for help - mentoring is supposed to be for improvements only? So how to proceed? Possible constraints are not clear. I...
(please redirect to a forum etc. if available) Can the language be changed or extended to be closer to say, Matlab or Julia? - end func; -> end - mat[i][j]...
Hi, with v.exe on PATH, it works as expected in cmd and powershell. Git Bash: hanging, non-responsive. [cmder](https://cmder.app/): v starting up, but giving errors when issuing commands: `C:\Users\bmu λ v...
I introduced different syntax errors in a running code. The resulting error messages are always larger than the line in question. Subsequent detected errors did not conform to equally offset...
Under Windows, waxc works with the files in the examples folder, but not with new files. Working from a examples file, copy, rename, edit, waxc works again. There is a...
Great code, easy to adapt! For a GUI project I could need one more column, is this feasible? Had no luck in experimenting.
Is it possible to redirect the output of Phix programs to the lower edita pane? The constant resizing and closing of terminal windows is annoying. Thanks for your work!