Anton Antonov
Anton Antonov
@dhermes My simplistic suggestion is to just have an `alpha` argument for `bezier.CurvedPolygon`, for example: ```python curved_poly = bezier.CurvedPolygon(edge0, edge1, edge2, edge3, alpha = 1.0) ``` *(In my [RandomMandala](https://pypi.org/project/RandomMandala) package...
I have both a use case and a non-use case: asking LLMs to generate Raku code (say, for random pet names) gives often code with `MAIN` definitions. Of course, it...
I think that is fine. I would not (or didn't) expect `MAIN` in Jupyter Kernel to interact "outside" of the notebook.
Cannot be installed in macOS too.
See a corresponding implementation in ["lib/Jupyter/Chatbook/Sandbox.rakumod"](https://github.com/antononcube/Raku-Jupyter-Chatbook/blob/master/lib/Jupyter/Chatbook/Sandbox.rakumod): - There is a private method `get-user-init-code` - `TWEAK` is changed to invoke that private method - See the evaluation concerns comments.
Ok. I will submit a PR soon, but I am not sure about a few points: - Names of variables and config directories - How to make unit tests (in...
I tried to fork the _current_ repository and got the error: > No available destinations to fork this repository  ---- *(I tried!! 😅)*