Mastercuber
Mastercuber
This PR deprecates Python 3.6, since this version has reached EOL (see link in changelog). Python 3.9 and 3.10 are now supported versions. All dependencies are upgraded to versions between...
For comfortable reasons it would be great to detect, and then refresh the page, history changes in the documentation. Example: When I am [here (Options)](https://www.chartjs.org/chartjs-plugin-zoom/guide/options.html) and go to [here (Otpions#zoom)](https://www.chartjs.org/chartjs-plugin-zoom/guide/options.html#zoom)...
Is it enough, at creation time of a comment, to check if the "isReply" is true and if so just add "parentCommentId" to the form?
**Is your feature request related to a problem? Please describe.** It is a bit weird when I answer to comment of a post and this answer is added at the...
### 🔗 Linked issue Closes #10 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...
### 🔗 Linked issue Closes #1 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...
### 🔗 Linked issue closes #132 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix...
To improve the build process a bit, I installed [vite](https://vitejs.dev/), add a npm `build ` script and a configuration file for vite. When executing `npm run build` vite will build...
This PR upgrades all dependencies to the newest versions. The problem with converting numbers to bignumers is solved by clearing all [default conversions](https://github.com/josdejong/mathjs/blob/master/src/core/function/typed.js#L167) and (start) adding only those needed for...
It is possible to use the `evaluateTex` function with symbols (`a`, `b`, `c`), but a symbol out of multiple characters like `aa` are seems to get tokenized to single character...