Jerry Lin
Jerry Lin
Everything is currently manually tested only, however, there's an obvious need to have formal unit and integration tests.
Following issue #16 there should be clearer documentation oh which one of [KaTeX's config options](https://katex.org/docs/options.html) are supported or not supported.
See #6 . There is potential for a JS engine to not be found, giving a user a cryptic error.
Originally motivated by user report #7 . It was unclear what version was required to use the `katexmm` tag. Some longer term solutions may include release notes.
I have a fairly large project with lots of tests and on my computer only, running `sbt "jacoco:test-only --"` and `Keys.fork in jacoco.Config := true`, the task consistently dies at...
[Play framework](http://www.playframework.com) is a java web framework which Gradle began supporting around version 3.1. It uses Gradle's new software model. See: https://docs.gradle.org/current/userguide/play_plugin.html The gradle-lint-plugin doesn't seem to correctly lint the...
**Is your feature request related to a problem? Please describe.** For Typescript Docusaurus users, the plugin generates a type error for the sidebar. This error is completely harmless and works...
If you create a class named Class and generate the equals(), it uses `final java.lang.Class other = (java.lang.Class) obj;` rather than type defined in the file.
I found it fairly simple to integrate MongoDB into my FastAPI application using Motor & Beanie. Added this recipe to the docs as a convenience to other developers.
Currently interested in chaining or extending the `rye lint` command to also perform typechecking. For example: ```toml [tool.rye.scripts] typecheck = "mypy mymodule" check = { chain = ["rye lint", "typecheck"]...