Richard Hainsworth

Results 25 issues of Richard Hainsworth

Just installed Laverna on Ubuntu. Want to make shortcut in Application Bar permanent. For all other programs, I right-click and select lock. Laverna does not allow a lock. Any links...

Extra clarification for fez versioning, indicate preference for fez, note that if module migrated to fez to remove from p6c

## The problem `perl6.html` is a file generated by Pod::To::BigPage whenever `make html` is triggered, which is whenever the documentation system is updated. Problems with `perl6.html`: 1. Internal links do...

wishlist

I am installing Rakudo on a new server, and ran into the backend not configured problem. It took a while to realise that git had not been installed (fresh server)....

Rakudoc block comments do not work consistently. A `=begin comment` and `=end comment` sequence with an embedded `=begin code` / `=end code` generates a compiler error. If 'comment' is substituted...

language

Pod::Blocks are objects that have attributes such as 'contents' and 'meta'. By having another attribute 'line' containing the line number within the program where the block starts, eg, where the...

language

Any POD6 stanzas in the current CompUnit is available as $=pod. Accessing the POD6 in another file, eg., a documentation file in a directory, is not specified. Consequently, extracting the...

language

1. Rakudo does not properly implement Pod::Block::Table or Pod::Defn because these blocks do not contain Pod::Blocks relating to embedded POD6. Other Pod::Blocks allow for Pod::Blocks to be recursively embedded. 2....

language

I was looking to see which license Raku is under and could not find a reference to it on the home page (raku.org) A link at the bottom would be...