Márton Polgár
Márton Polgár
@savetheclocktower @kiskoza any updates on this one? I think it's a very important overhaul topic, the PR seems kinda stale at the moment.
> We could consider adding an adverb to `grep` such that it will slip automatically but, since that is (AFAIK) exactly equivalent to adding a trailing `flat`, it may be...
For context: the behavior is the same outside the REPL as well, v2022.07 Ubuntu 20.04 (haven't tried the new v2022.12 release yet), so it's probably neither the fault of the...
@falsifian Update: it seems to work on the latest Rakudo you can build, with the RAKUDO_RAKUAST environment variable set to 1. This means that it's probably a parsing+codegenning error, and...
@jubilatious1 `for ^1` supposedly does set `$_`, though, and `"{$_}"` should be evaluated in that scope. By the way, still, start the REPL using `RAKUDO_RAKUAST=1 raku` on a recent Rakudo...
The `== 0` is unhelpful here. `($_ for ^1)` returns `(0, )` (that is, a `List` that contains 0), same for `({$_} for ^1)`. `("$_" for ^1)` returns `("0", )`,...
To be honest, this seems simply out of scope for smol-toml since it's not meant as an editor, only a tool that correctly converts between Javascript data representation and TOML...
@maliknajjar I mean it makes exactly the difference of right and wrong whether the GUI produces separate lines as one long line or not. It is a bug in guifier...
To redirect `decont` to zen-slicing or one of the two (!) postcircumfix operators that can be used for decontainerisation (yes, `[]` is no different) is simple. If that's fine with...
Could you please clarify? I'm not sure what you miss; the way I understand is that you imply the same thing @0rir said explicitly in the other issue - namely...