Splines
Splines
## Description of bug / unexpected behavior ```py class CircleStretch(Scene): def construct(self): ellipse = Ellipse(width=1, height=2) self.wait() self.play(ellipse.animate.set(width=6)) self.wait() ``` This code results in the following animation where the [`Ellipse`](https://docs.manim.community/en/stable/reference/manim.mobject.geometry.Ellipse.html?highlight=ellipse),...
In my `/etc/default/hostapd` I see this warning: ``` # Defaults for hostapd initscript # # WARNING: The DAEMON_CONF setting has been deprecated and will be removed # in future package...
### Current problem GitHub actions/scripts can output [a special log syntax](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-warning-message) to create warning/error messages directly in the GitHub UI. This is awesome, since you will see the warnings/errors in...
Hello Nicolas Dugué and Anthony Perez, first of all thanks for making this great project open source, it really helps to understand the inner workings of the Louvain algorithm. ---...
Hi there, [Erik Imgrund](https://github.com/imkgerC), a friend of mine, recently wrote a python program to simplify the usage of AFLGo. It's an alternative to bash scripts that - at least in...
Hi there, I'm trying to fuzz [**libvpx**](https://www.webmproject.org/code/) - a video codec library from Google - using AFLGo. However, linking fails at the moment. The build instructions for libvbx can be...
Hey there 🙌, thanks for this awesome open-source project. We're using it at the university of Heidelberg at [MaMpf](https://mampf.mathi.uni-heidelberg.de/), our mathematical media platform, and it's working like a charm so...
## 🐍 Package Request > PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. ~ From the project description on...
In our python library [`ResultWizard`](https://github.com/resultwizard/ResultWizard), we give users the following advice on how to upgrade to a newer version of siunitx. The problem is that if you installed siunitx via...
### Clear and concise description of the problem The [`quotes`](https://eslint.style/rules/default/quotes#options) rule states it has two options: a string option and an object option. From the documentation, I don't understand how...