Bryan Varner

Results 7 issues of Bryan Varner

A markdown block like: ``` This is soooo cool! ![the thing](the_thing.jpg =120x60) ``` Will fail with a `StringIndexOutOfBoundsException`. The issue is with ResizableImageInlineParserExtension.java ``` @Override public boolean parse(@NotNull LightInlineParser inlineParser)...

Many of the scm related tasks are currently uncovered by ITs. We should be able to make a project stub pointing to a locally inited git repo inside the target/stub...

I saw a few commits due to missing / outdated resources, and I'm not sure how to handle this with Python. I think it depends on how you want to...

feat: Requirement bump to pyside6 cleanup: Removed requirement for qimage2ndarray. Conversion was only one-way, and ndarray is pretty straightforward to convert to QImage. Library did not have a release for...

As explained by rbartl [in issue #7](https://github.com/egineering-llc/collectd-fast-jmx/issues/7#issuecomment-68267491) got that Unexpected Throwable: java.lang.NullPointerException error in my fresh setup. After some added debugging i found it was a missing java_memory line in...

Addresses issue #2239 * Moves JVM initialization to the `cjni_config_callback`. * Appends things to the config_block, or initializes on first invocation. * Shuts down any previously initialized JVM (if more...

Pending contributor action
Fix

I have a small USB camera, works fine with opencv, works fine with V4L2. When I run bCNC on my machine with a python2 install, the camera works. When I...