fingolfin0
fingolfin0
```echo "Трудоемкость.*" | eyo --stdin```
There is the strange black strip at the bottom of program launched in cage. See screen photos: Running alacritty (virtual terminal) in cage in vt (click to show the screen...
[This](https://kaspa.gitbook.io/kaspa/archive/archive/reference/blocks/difficulty) page says that difficulty "is the probability of ..." But this is complete nonsense, because the **probability** cannot be more than one. Help me figure out what is a...
Hello and thanks for amazing tool! I use config based on `ckclient.json` example from repo. But the cloak only worked after specifying the command line option `-s`. I also found...
Note that `grub-mkconfig` uses `PARTUUID` even if the setting `GRUB_DISABLE_LINUX_UUUID=true` is not specified. It is sufficient only to specify the setting `GRUB_DISABLE_LINUX_PARTUUID=false`. At least that's how it works on my...
Snapper encodes non-ascii characters to [numeric character references (NCRs)](https://en.wikipedia.org/wiki/Numeric_character_reference). This change will improve readability even if grub can't find desired graphemes in it's font; in this case it will display...
Let's say we want to introspect a module: `raku -e 'for ((require Test).WHO.keys) { .say }'` works great, as does `raku -e 'for ((require Test)).WHO.keys { .say }'`. However, `raku...
```raku class Foo { } sub make-mixin { my $value := 42; return Foo.new but role :: { method get-value { $value } } } (^100_000).race.map: -> $i { die...
There is an example: ```raku class A { method TWEAK { start die } } A.new; sleep 1; ``` It works without error. One would expect an error like this:...
Here is an example: ```raku grammar G { token foo { _ [