Henrik Skov Midtiby
Henrik Skov Midtiby
### Description On the [front page](https://github.com/PolymerElements/paper-checkbox), the version number is stated to be 3.1.0 in the npm button / image. But this version is only 3.0.1 (according to [package.json](https://github.com/PolymerElements/paper-checkbox/blob/master/package.json)).
When I open the demo.html file in chromium, I get the following error: ``` demo.html:1 Uncaught TypeError: Failed to resolve module specifier "katex". Relative references must start with either "/",...
## Overview: What does this pull request change? The pull request is meant as a first step towards getting the automatic type annotations (mypy) to work on the codebase. ##...
## Overview: What does this pull request change? The pull request add type annotations to the files manim/scene/*.py and some of its dependencies. The request is still a work in...
## Overview: What does this pull request change? The PR adds type annotations to some of the elements in manim/utils ## Motivation and Explanation: Why and how do your changes...
## Overview: What does this pull request change? In this pull request I have addressed some of the files with only a few reported mypy errors. ## Further Information and...
## Overview: What does this pull request change? ## Further Information and Comments This pull request is related to the ongoing effort of adding type annotations to Manim https://github.com/ManimCommunity/manim/issues/3375 ##...
## Overview: What does this pull request change? More work on https://github.com/ManimCommunity/manim/issues/3375 Continuation of PR #4134 The module manim/_config/utils.py is now going through mypy checks without raising any issues. ##...
## Overview: What does this pull request change? This pull request will add types to mobject/text/*.py ## Motivation and Explanation: Why and how do your changes improve the library? ##...
## Overview: What does this pull request change? This PR adds type annotations to `vector_space_scene.py`. ## Motivation and Explanation: Why and how do your changes improve the library? More work...