Daniel Mita

Results 21 issues of Daniel Mita

Table header names changed in https://github.com/Raku/doc/pull/4031. Closes https://github.com/Raku/doc/issues/4085.

Changes in #4031 has caused the table to no longer match the exception for the op table in https://github.com/Raku/doc/blob/d29bcbb5205e3c15db09aa85546b05534cdb7af1/assets/js/main.js

docs

A currently failing test relating to https://github.com/rakudo/rakudo/issues/4036.

`Raisin::Entity::_compile_column` contains the following check on an entity runtime return value: `$retval && !ref($retval) && $retval =~ /^Raisin::Entity::Nested::/` The checks on `$retval` unfortunately means that any non-zero value returned as...

With an automated build, you can add a repository link so that when another docker hub repository is updated your docker container is automatically rebuilt. This would likely eliminate the...

I'm experimenting with bundling dependencies with solutions. The CLI flagged that having a file larger than 65535 bytes is a problem, but it looks like its possible to upload larger...

There are places in the documentation where Perl's `tie` is used to initialize a variable. However, the args given after the type look to be dropped. I'm not sure if...

I noticed that the dotfiles from Ubuntu in `/etc/skel` (`.profile .bashrc .bash_logout`) weren't in my home directory. Simple enough to copy there manually, but shouldn't they have been there already?...