Joseph Weidinger

Results 6 issues of Joseph Weidinger

Nice app here. Easy to use and effective. I'm trying to write an applescript file that changes preferences basically from "0" to "65872." And back and forth depending on if...

In Lakh dataset `lmd_full/0/0016ddb29c16d94c366d72b442ee1c78.mid` cannot be read without panic. I tried reading it in a python lib (using `mido`) and it worked fine. Open in VLC and played just fine....

Hi there, as far as I can tell there isn't any support in this project for inputing midi files but maybe I missed something? Of course midi is not about...

enhancement
question

totalReward is accumulated but never used except for being added to rewardStore, which is also unused. Was this for debugging or is there a missing feature?

In my fuse fs, I store mtimes in nanosecond precision. For my `getattr` handler, I set this like: ```c++ stbuf->st_mtim.tv_sec = path_info->file().last_modified_at().seconds(); stbuf->st_mtim.tv_nsec = path_info->file().last_modified_at().nanos(); ``` I have confirmed that...

Is there desire to support this type of functionality in Input within the library? ``` cmd+del = delete line alt+del = delete word cmd + left = cursor beginning of...

enhancement
help wanted