Alastair Douglas
Alastair Douglas
I noticed it said in the log that token auth was deprecated. That may be true for using the token as a password, but token authentication is alive and well....
I don't write objects with optional properties most of the time. I tend to prefer to use polymorphism to allow one of several data structures. When I do have an...
## The problem If I try to use declarator syntax to document an attribute, `p6doc` doesn't know what to call it: unit class TestClass; #| Absolutely imperative you supply this...
## Configuration information - EHRbase version: 0.15.0 - openEHR_SDK version: 9863c23 - Archie version: dc09642 - PostgreSQL version: PostgreSQL 11.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 8.3.0) 8.3.0, 64-bit -...
If a schema is invalid, it will cause a oneOf to fail instead of failing on its own. I discovered this while thinking `optional` was a valid thing. The below...
Many developers have their environments set to a dark background. Having metacpan be the only brilliant white window in one's entire desktop environment is ouchy. An alternative CSS using a...
I've logged in to metacpan using github and it's correctly identified me as ALTREUS, so when I go to my profile there it is. It has my old name listed:...
Not an issue, just wondered whether a copy of the original binary for the flow PNG were available somewhere. I'd like to hack at it without having to recreate the...
I expected a link, or several links, to github projects on either the homepage or downloads page. I didn't look any further to see whether these links existed anywhere else...
The default block widget just creates the `` inside `render`, meaning you can't pull a block apart to manually render some of it, like you can with a form. https://github.com/gshank/html-formhandler/blob/b62ac37421740b16ed0043e71d968606478335e5/lib/HTML/FormHandler/Widget/Block.pm#L130