Skip to content
Advertisement

Tag: read-eval-print-loop

How to print a list of xml elements and their properties in the Powershell REPL console?

Referencing: https://www.red-gate.com/simple-talk/sysadmin/powershell/powershell-data-basics-xml/ and: https://stackoverflow.com/a/65264118/4531180 how is a list of elements and their properties printed? Answer To address the for-display formatting problem: If you look closely at the sample output from your own answer, you’ll see that even though the display is mostly helpful, the value of the author property is author instead of showing the (presumed) first-name and last-name child-element

Julia Gtk Windows do not display outside REPL

I am trying to use Julia with the Gtk package outside the REPL. Using this code: in the REPL works, but the same code put in a test.jl file and using: in the command line does not work. I have tried the method written here: https://github.com/JuliaLang/Gtk.jl The code runs but no window appears. If it’s any help, I’m on Manjaro

Advertisement