Derek Konigsberg

Results 10 issues of Derek Konigsberg

**Is your feature request related to a problem? Please describe.** USB CDC does not appear to provide a reliable way of knowing when there is a user application on the...

Feature 💡

The current design requires an external USB-to-serial dongle, that exposes the RTS/DTR lines, for programming. While a common item, it is still an annoying extra item to have to keep...

enhancement
hardware

I frequently create bullet-list items under elements in a checkbox list, often to provide extra details or clarifications on a particular checkbox item. I've found that the Joplin WYSIWYG editor...

bug

This function is called from "uopen_modified.c" without being declared in anything included by that source file. Putting the declaration here fixes that issue.

This file makes calls to malloc() and free(), without including the header file that declares them.

Inside curve25519-jni.c, the following code is used to throw an AssertionError when certain signature functions fail: `(*env)->ThrowNew(env, (*env)->FindClass(env, "java/lang/AssertionError"), "Signature failed!");` This works on older versions of Android (e.g. KitKat),...

If the library gets into a state where the group session lacks a signature key, make sure that encrypt fails with an InvalidKeyException. This allows the code calling encrypt() to...

The testVectors() unit test in NumericFingerprintGeneratorTest does not pass, when attempting to compare the scannable fingerprints to the provided test vectors.

ScannableFingerprint comparison used to throw a FingerprintIdentifierMismatchException in cases of mismatch. It now just returns a boolean that indicates whether or not the fingerprints matched. I don't think the unit...

### Description When a context menu expands downward, and covers the dock, menu items overlapping the dock area are unselectable. Its hard to attach a useful screenshot, because none of...