Anton Antonov

Results 3 comments of Anton Antonov
trafficstars

@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.