David Ryskalczyk

Results 25 issues of David Ryskalczyk

This would allow editing a codeplug already on a radio with available tools (which can be used in WINE), then writing the edited codeplug back using md380-dfu.

wish list

Adds support for the PIC18F87J50. This chip appears to have a near-identical USB core to the PIC18F46J50. The general configuration bits are a little different, though, so the examples needed...

Most Apple and Mac emulators expect disk images to be either in the DiskCopy 4.2 format, or in a raw format. The DiskCopy 4.2 format is described here: https://wiki.68kmla.org/DiskCopy_4.2_format_specification It...

macOS has scroll and zoom gestures which are essential for usability on a trackpad (as right-dragging is tricky and there's no center button). This should be possible on Windows and...

enhancement
patch-available

The orientation arrows in the lower left corner currently seem to only be useful to provide an indication of the view. It would be nice if they could be extended...

enhancement
UI

The README for bees indicates that filesystems should be mounted with the flushoncommit option. This is not the default for btrfs. Additionally, having it enabled causes a warning in __writeback_inodes_sb_nr,...

kernel bug

The Apple runtime has the following methods for instantiating and destroying an instance of a class at an already-allocated memory location. ````id objc_constructInstance(Class cls, void *bytes);```` (This mirrors ````class_createinstance````) ````void...

The GNUstep libobjc2 API does not match Apple documentation. Some of these mismatches cause problems building code that links against the Apple runtime, e.g. Swift. The lack of objc_constructInstance and...

The A2R format is an unresolved format used by the Applesauce imaging hardware. Being able to read and write A2R would allow use of Greaseweazle with the Applesauce hardware or...

enhancement

The Applesauce floppy disk imager has a fast image mode designed for data recovery of fragile disks. This mechanism would be useful to support, but would require both firmware and...

enhancement