immetoo2

Results 9 issues of immetoo2

The console spec says that the console functions are enumerable. In some order browsers this may not the case like; FF < 49 Some logger wrappers use Object.keys(window.console) to get...

To learn the ImDrawList interface have recoded some of the FX drawing contests code to imgui-java from; https://github.com/ocornut/imgui/issues/3606 ``` ImGuiIO io = ImGui.getIO(); ImVec2 size = new ImVec2(320f, 180f); ImGui.begin("FX",...

enhancement
api

The linux alsa midi-in implementation is missing.

Nonce mining is slow on json object, on string is fast but on bytes is the fastest. Have been trying to develop an nostr server, and looked at the event...

enhancement

When running openMSX on a computer without a sound card (like a VM) it complains about missing devices; ``` ALSA lib confmisc.c:855:(parse_card) cannot find card '0' ALSA lib conf.c:5180:(_snd_config_evaluate) function...

Follow up from issue #1455 to implement RDCAPACITY command. When I use openMSX with the latest non-emulator Sunrise IDE ROM file I get these warnings printed: ``` unknown packet command...

device emulation

When using the `export` command i tracked 2 workarounds; * Diskmanipulator export (sync) fully non-cased filename compare (duplicates) * Diskmanipulator export (sync) don't touch/overwrite unmodified files When using `import` and...

dir-as-disk
diskmanipulator

Currently the `DeviceName` is hardcoded in the HD and CDROM handlers for IDE and SCSI. The code is already prepared to allow per catridge device name, only the set function...

When starting a video recorder session, it sometimes start with a single frame of blue color. When i glue all videos to one, i noticed sometimes a blue flash and...

recording