Anton Antonov
Anton Antonov
I want to change the opacity of the polygon plots made with this package. Here is the code I tried initially: ```python import bezier import matplotlib.pyplot as plt import numpy...
Executing a Raku cell with this code crashes the Jupyter kernel (in both Visual Studio Code and Safari): ```raku sub MAIN() { say 'HERE!!!'; } ``` I get the message:...
Please, provide (downloadable and) executable code for the README and/or Wiki examples.
Please modify the package M2MD, so Command Line Interface (CLI) scripts can be made. For example the following script does not work because M2MD requires front-end operations: ``` #!/usr/bin/env wolframscript...
Using the package's example file "antlr2perl6" over the file [InputFormLexerRules.g4](https://github.com/rocky/FoxySheep2/blob/master/grammar/InputFormLexerRules.g4), I got the following error: ``` Unknown type, this should not get triggred in method to-lines at /Applications/Rakudo/share/perl6/site/sources/04CF9BA541DE71DF8E77833BA483DE2123FD57EC (ANTLR4::Grammar) line...
While working on a article for doing regression based on "Math::Matrix" I found out that the method `inverted` [uses](https://github.com/pierre-vigier/Perl6-Math-Matrix/blob/8457331caccb2a2e95777ab831636817e48ac9af/lib/Math/Matrix.pm6#L535) the (lazy) attribute `determinant`. Since `determinant` can be quite slow, I...