AlexanderJCS
AlexanderJCS
I noticed a small typo in the [skeletons documentation](https://meshparty.readthedocs.io/en/latest/guide/skeletons.html#algorithm): > The algorithm at it’s core works on a connected component of the mesh graph. This should be: > The algorithm...
Suggestion: In the `line_image` I use integer division to allow compatibility with Python 3. This change is needed because, in Python 3, an integer divided by an integer produces a...
The "warning" blocks in the readthedocs documentation are illegible. [The overview page](https://opencolorio.readthedocs.io/en/latest/concepts/overview/overview.html#concepts-overview) is an example, although there are probably several others.  Tested on Chrome and Firefox
I installed RealNeuralNetworks.jl using the following commands on a clean Julia 1.11 installation (using macOS 15.6): ```jl julia> import Pkg julia> Pkg.develop(url="https://github.com/seung-lab/RealNeuralNetworks.jl.git") ``` Then I try importing RealNeuralNetworks to get...
**这个问题是否源自某个缺陷?如果是,可于此处描述一下 | Is your feature request related to a problem? Please describe.** In preferences -> advanced, you can set a block key to temporarily block smooth scrolling. On paper, this...
The IntelliJ spellcheck labels some words that are valid bat commands as typos, which is rather annoying. I suggest that these words should be excluded from spellcheck in .bat files....