Vadim Belman
Vadim Belman
Just an example: ```raku sub transform($v) { next if $v.contains("2"); "" } say (^20).map(&transform); ``` Even the `.map({...})` form is a good demonstration because the code block just cannot be...
> Well, it _can_: You missed the point. The actual iterator logic is in `map` lexical scope, actually. :)
@2colours: > The `.map({...})` form uses a `Block`, not a `Sub`. I'm not arguing against this behavior for a `Block` but a `Sub`. And consequently, that example looks like a...
> * Can't theoretically use adverbs in provides section, i.e. `"Foo:api":"lib/Foo2.rakumod"` ```json "Foo": { "path": "lib/Foo2.rakumod", "api": 2 } ``` Don't know how much would it complicate handling of META6...
My own two cents. First, about TOC. Best is to have `=toc` so one can chose where exactly they want to see it. This is best in cases when a...
Having to always define `:id` for any potential anchor is too much. Therefore some rules of implicit anchor naming must be defined. But they have to be clear and standard...
I don't think there must be any suggestion/defaults on the Rakudoc side as to where module links must point at. Neither implicit, by the standard; nor explicit by document creator....
> The renderer would have default mechanism to find `JSON::Fast` and point at the documentation. I have combined the "renderer" and actual person-reader into a single term "reader". The point...
As this was just a quick hack, I was considering an option to add specific support for unicode borders. Though you pushed my thoughts into another direction. What could be...
@AlexDaniel perhaps it'd make sense either disable the feature (through I like it a lot), or reduce it to support bare `Thanks`, `Thank you`, etc. with not continuation.