Maciej Łoziński
Maciej Łoziński
> having already 26 level of priority isn't enough Can be troublesome if you want to put one task just after all `(A)`s but before `(B)`s. Then you have to...
Is it now an official channel? What about Gitter?
Confirmed, error is still there.
@hiiamboris [suggested](https://gitter.im/red/bugs?at=5dab13094bc69e6b6601b19e), that it's by design, but although the [line he pointed at](https://github.com/red/red/blob/15b13004d3263ad0a9182be6bcb851b77346f653/red.r#L510) indeed returns status `0` at the end of the script, [`quit-return`'s implementation](https://github.com/red/red/blob/c5722b6efcd299c46df6469d14d23020bca40d95/environment/routines.red#L17) shows, that according to [Red/System...
Note: it works only for console compiled from sources on Linux ```shell $ echo "Red [] quit/return 1" > ~/issue-4095.red $ git pull origin master $ echo 'Rebol [] do/args...
``` >> loop 10 [probe to binary! to float! now/time/precise wait 1e-3] #{40E955695B8348F5} #{40E95569659AF9EC} #{40E955696FAA4767} #{40E9556979ACFFA8} #{40E9556983B3E9A7} #{40E955698DAE3E6C} #{40E9556998288052} #{40E95569A22B3893} #{40E95569AC215B9A} #{40E95569B6134CE4} ``` First 32 bits are the same, and...
> In Aurora Store (FLOSS play store tool), you could try opening the menu when viewing the app, then select "manual download" and enter "7766" which is the latest version...
It would be great to see this in F-Droid, it would definitely add credibility to the project and simplify installation for privacy-aware (de-googled) users. Seems there are some communication issues,...
Hmm I just found more info in [configlet docs](https://github.com/exercism/docs/blob/7b30c32e3c2ca024a86db0326925d3e1908542d7/building/configlet/uuid.md) , but it suggests, that UUIDs can only be generated by *configlet*. Perhaps we could just add info about using external...
Problematic code is a Windows implementation of `get-text-size` function, which relies on face object. MacOS and Linux versions could probably be modified more easily.