Jake Rosoman
Jake Rosoman
Now that github is encouraging people to call their primary branch "main" instead of "master" it probably makes sense to default to main or master rather than just master
```julia "Your Doc String" @CLI (message::String, times::Integer=3; color::Symbol=:normal) times < 0 && throw(ArgumentError("cannot repeat negative times")) for i in 1:times print_with_color(color, message) end ```
I'm not sure this is good accounting practice but I prefer to be able to record asset purchases the same way I record expenses.
instead it now exports `true` if it creates a new process and `false` otherwise. This means you don't need to have two executables which means it will be faster and...
I get an error when I use relative paths to load templates with the same name as a JavaScript module. The template itself actually loads fine though it just does...
I struggled a bit with chapter 4 where it shows that if you put a variable in the attribute position it will become an attribute entity id rather than a...
Its just because code run by require and code run by the vm run in separate contexts. I'll let you know if I find a fix.