Rok Fajfar

Results 10 comments of Rok Fajfar

The explanation can be found at http://libdill.org/structured-concurrency.html > Coroutines are scheduled cooperatively. What that means is that a coroutine has to explicitly yield control of the CPU to allow a...

Not exactly, I did not dive in that deep yet. However, after quickly skimming over the code it looks like that functionality is implemented inside the `cr.c` and `cr.h` files....

![nodefronterror1](https://f.cloud.github.com/assets/2836852/111517/102af5f0-6af9-11e2-9305-542158c8a1f6.png) Using 'nodefront compile' gives this ![nodefronterror2](https://f.cloud.github.com/assets/2836852/111518/14a98664-6af9-11e2-813f-fa50154423bc.png)

Some of the auth API has been added in the recent commits, still untested ⚠️

Should probably scrap out the common parts of authentication functions, put it in a base and write wrappers around it. 💡

Added base in b7fa65c9e1ae885d012eefac028be7999abcffa1

Isn't that the default behavior of most command line tools? When they're piped somewhere (**not a tty**) then they do not output color, except if forced.

Looks like D1 support has landed on the iOS / iPadOS version this week 🙂

There are already other issues where the same topic is being addressed, i.e. #522.