José Joaquín Atria
José Joaquín Atria
I'd be happy to send in a PR for this. From your snippet, it looks like you'd prefer to have Test::Mojo detect which test backend is loaded, and use that...
@elcamlost: that's very tied to Test2::V0, which is currently the recommended bundle for Test2, but will likely change. And although not the recommended way to do it, you _can_ use...
@elcamlost If Test2::Mojo is to be thought of as a sort-of Test2 tool (as in Test2::Tools...) then maybe we could change the use line from Test2::V0 to use Test2::Tools::Basic (for...
This may be specific to my setup, but setting `normal_window` to `true` sort of made this problem disappear. With that, the icon does not display at all in the system...
I had a conversation about this feature yesterday with @neilb at LPW, but it looks like MetaCPAN doesn't yet make use of the deprecated flag. Has a decision been made...
I welcome the community embracing our work in raku.land and join in on the effort. I think both @JRaspass and I agree that the aim of the project was always...
Other than the Todo, the things that you mention are not really part of modules.raku.org: the citation page is a link to an external Github Page, and the Most Wanted...
@melezhik I've been working on a different version of this PR for a while (it's the one we are using in raku.land), which does not use the Perl lexer as...
I have a branch where I've added Terminal::WCWidth to Terminal::Print, and it works fine (the only problem is that the Terminal::WCWidth tables are pretty outdated, but if my https://github.com/bluebear94/Terminal-WCWidth/pull/6 gets...
I'd be happy to see this as existing at a higher level than Terminal::Print, and indeed most of the examples I mentioned seem to be high-level APIs to low-level terminal...