Curiositas

Results 16 comments of Curiositas

Yes you can close it !

I there. Is there a package that does draw emojis ?

> Perhaps a plotting package like Plots.jl or Makie.jl might be able to do it. Or work with the terminal with Term.jl etc... > > Using Cairo.jl and FreeType will...

@petvana It seems good to me. This way we are sure to aim the correct directories / julia executable wherever they are landed / installed. We may also propose to...

I do not now much about batch but there are different ways to parse/format the argument's list. I'll be looking at that tomorow

Try with this, the `%*` batch arguments are needed once but are used twice : ```batch @echo off set JULIA=julia.exe for /f "tokens=1-4" %%i in ('%JULIA% -e "using AutoSysimages; print(julia_args());...