Dmitry Matveyev
Dmitry Matveyev
After doing `zef install Red` Failing tests log ===> Testing: Red:ver:auth:api [Red] ===SORRY!=== Error while compiling /tmp/.zef/1712770250.2005101/05d3869fba8dfe2674fb9cf7b6620d6858d82514.tar.gz/Red-0.1.70/t/01-tdd.rakutest [Red] This type (NQPRoutine) does not support positional operations [Red] at /tmp/.zef/1712770250.2005101/05d3869fba8dfe2674fb9cf7b6620d6858d82514.tar.gz/Red-0.1.70/t/01-tdd.rakutest:193 [Red]...
[The last digit](https://course.raku.org/essentials/numbers/exercises/the-last-digit/) exercise uses a single concept of modulo division. [Number of tens](https://course.raku.org/essentials/numbers/exercises/tens/) exercise combines the concepts of modulo division and integer division.
This is a recent change https://github.com/Raku/problem-solving/issues/326 So this paragraph seems outdated https://github.com/ash/raku-course/blob/e107bc65d0bc2a23a3fdb4b9f4d35d65554c2531/essentials/numbers/operations/index.md?plain=1#L54-L62
Is there any infrastructure if I'd like to translate this course to another language?
Hi, awesome project, I would like to propose a new struct for `Key`, [here](https://github.com/greenfork/kisa/blob/21c45047f79a7454c6e5790e8c9911c975602baa/src/keys.zig) is a rough example of what I would like to propose. This is a piece of...
## The Problem When I try to profile MUGS, it produces nonsensical to me data. ## Expected Behavior Produces good profile data. ## Actual Behavior It produces large files 50-80...
Hi! When I try to fetch [clj-wordnet "0.1.1-SNAPSHOT"] (same with 0.1.0), I get the following message from lein: > Tried to use insecure HTTP repository without TLS. > This is...
I'm new, just installed Racket v8.0, trying to follow tutorial https://docs.racket-lang.org/datalog/Tutorial.html. I expect REPL to print me same results as when I execute code: ``` > parent(A, B)? parent(john, douglas)....