Jesper Öqvist
Jesper Öqvist
The diff below allowed me to be able to use `//!
> I truly fear that the complications and corner cases of Doxygen comment style would lead to an ugly and bloated implementation. Amen brother, I know too well the pain...
@jnikula I was just trying to be funny in my previous reply, sorry for any confusion it caused. I sincerely have no intention to try to convince you to add...
I had an idea a while ago that the sun position should be specified by time of day. But the position then depends also on the day of the year,...
Also, the time-of-day simulation would not be useful when all you want is to control the azimuth of the sun relative to the current position, or when you want to...
This is a duplicate issue, but I will leave it here because it is such a common question. The answer remains the same: currently not working on it, might work...
@justjanne There is a working proof-of-concept for OpenCL rendering in the code. You could use that as a starting point. To get it to production level you'd have to do...
The `fit_to_screen` variable is redundant. The number of characters that are part of the completed progress can be calculated with the expression `(space_available * elapsed) / duration` and if this...
Parenthesis expressions seem like the easiest way to trigger this: ```jl println(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((1))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) ``` It is also possible with deeply nested lambda expressions: ```jl x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w-> x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w-> x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w-> x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w-> x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w-> x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w-> x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->x->y->z->u->w->...
Just an idea but if Julia had an option `--banner-text={text}` then juliaup could use it to inject the update notification only for the REPL. Julia already has the option `--banner={yes|no|short|auto*}`...