Moritz Lenz
Moritz Lenz
I can't seem to return any Python `datetime.date` objects, they all come back as `Any`. This is what I've tried: use v6; use Inline::Python; my $py = Inline::Python.new; $py.run('import datetime');...
Marshalling Python objects to Perl 6 introduces an unnecessary and harmful level of itemization of arrays inside hashes/dicts, as demonstrated by this code: use v6; use Inline::Python; use json:from; .say...
I've tried to write a test file about passing arrays to python functions: #!/usr/bin/env perl6 use v6; use Inline::Python; use Test; plan 2; my $py = Inline::Python; $py.run: q:to; def...
If you open gnomecast twice by running `gnomecast` in two terminal windows, and you start a playback in window 1, and then close window 2, playback stops. It would make...
For the IRC evalbot, but also for other applications, it would be nice to have some kind of safe mode that disallows file and socket IO, and things like spawn/shell....
Fix typo
The two ops mentioned in the title are missing from `docs/ops.markdown`.
In chapter "Classes and Objects", the "Inheritance" section uses Emplyee/Programmer/Cook/Baker/GeekCook as example. The problem with is that it's pretty arbitrary, there doesn't seem to be an problem it actually solves....
Code inline in text paragraphs lacks a clear markup distinction from the text around it. The fixed-width font doesn't work out as recognition for pieces of code that ends in...
Footnotes seem to be rather fragile. For one, links to other contents with A inside a footnote don't seem to work. src/operators.pod turns A `A` into `sec:subtypeson page 91`.