Patrick Plenefisch

Results 57 issues of Patrick Plenefisch

Lots of classes are opaque except for oracle documentation. override `.inspect` to make it easier to see what is available

Un-tag hanging tests with soon-to-come PTY.spawn support from JRuby https://github.com/jruby/jruby/issues/6552 (draft as not yet added to JRuby master)

## Describe the bug Large datasets seem to cause a segfault. Investigating the resulting coredump, the stack trace was 100k lines long: ``` (gdb) bt #0 0x0000555c25ff41a6 in recurse_list (flag=flag@entry=117042,...

bug

Currently, Marshal.dump and YAML.dump fails on java primitive arrays. Given that java primitive arrays are, well, primitive, Marshal/YAML should be able to dump/load them easily. Note: exceptions are thrown for...

java integration
enhancement

Setting CFG_TUSB_DEBUG=3 seems to be pretty hard, I can't seem do it via cmake where CFG_TUSB_DEBUG=0 is typically defined as a command line argument. However, when I put `#define CFG_TUSB_DEBUG...

tinyusb

Since enabling a simple MSC drive, I have gotten frequency crashes. Using tinyusb 0.12, I got this log sequence, culminating in an assertion failure: ``` ...snip... USBD Setup Received 80...

tinyusb

I am using OST for wifi testing, and as such, I rerun the tests constantly. It would be nice if the end screen had a one-click "redo" or "restart" button,...

PySimpleGUI 5.x was moved to a non-free license, and 4.x packages were yanked. This prevents loading the non-free versions. Articles: https://news.ycombinator.com/item?id=39369354 https://www.reddit.com/r/freesoftware/comments/1beqi2j/about_a_month_ago_the_very_popular_pysimplegui/ https://discuss.python.org/t/pysimplegui-now-requires-a-paid-license-opinions/48790?page=2

I was trying to compile LFP for JRuby/Ruby SubSpawn on DragonFlyBSD, but it errored out. The only issue is that `sys/termios.h` isn't present, in favor of just `termios.h`. Modifying https://github.com/sionescu/libfixposix/blob/16f524a0509519d5873922793579de84b1b38bf6/configure.ac#L84...

__IMPORTANT:__ Please take note of the below checklist, especially the first two items. # Pull Request Checklist - [x] All pull requests must include the Contributor License Agreement (see below)....