Sean Bartell

Results 6 issues of Sean Bartell

When "Time display" is set to "decimal", after about an hour timers will show "00.100" before switching to "01.00", which is correct.

bug

[This article](http://www.hackerfactor.com/blog/index.php?/archives/661-Dude-Looks-Like-A-Lady.html) uses image URLs both in `` tags and in the text, to comment on information included in the URL. When News Reader rewrites the URLs in the ``...

enhancement

I tried to export my calendar from the Calendar app and import it into Calendar Plus 1.1.1, but I got an "import failed" error message. The problem was that the...

Adds a format in `contrib/dict_in_stream` that stores a dictionary, optionally compressed, in a skippable frame at the beginning of a stream. This format is useful to reduce the size of...

CLA Signed

Some common floating-point operations can be optimized to bitwise operations. Ghidra should recognize these patterns and simplify them back into floating-point operations. For example: ```c #include float negate(float x) {...

Type: Enhancement
Feature: Decompiler
Status: Triage

When two threads are using a WorkQueue and the reader thread exits due to an error, it must call WorkQueue::finish() to wake up the writer thread. Otherwise, if the queue...

CLA Signed