Wez Furlong

Results 893 comments of Wez Furlong

Note that when using the GH Actions "rerun all jobs" after encountering this error, you can encounter https://github.com/softprops/action-gh-release/issues/166 instead, which requires deleting the half-uploaded files before re-running the jobs again...

https://github.com/softprops/action-gh-release/pull/181 seems relevant

AtomicParsley is a tool for mp4 files. Adding support for other file formats would be a lot of work and almost like building a new, different tool, which honestly is...

Thanks for getting a stack trace; I've pushed a commit that seems to make things better! PS: I enjoyed listening to your track!

I've tagged a new release (`20210114.184825.1dbe1be`) that has this change. I don't directly maintain the `brew` recipe; if you feel like it, you could submit a PR to brew to...

> I'm automating generation of my [catalog](https://www.subatomicglue.com/disco) from source .wavs, Thanks for the link! I feel like I've heard `ELECTROVIBE (XENON PLASMA MIX)`, or something similar, somewhere before but with...

Thanks for the praise :) However, I don't have bandwidth to dig into making or supporting 32-bit binaries. I'll definitely consider a PR to https://github.com/wez/atomicparsley/blob/master/.github/workflows/ci.yml that enables a 32-bit windows...

It's been a while since I looked at this... https://github.com/wez/evremap/blob/master/src/mapping.rs#L53 uses `KeyCode` for its type, which is an alias for https://docs.rs/evdev-rs/latest/evdev_rs/enums/enum.EV_KEY.html If the evremap code were to target https://docs.rs/evdev-rs/latest/evdev_rs/enums/enum.EventCode.html instead...

I wouldn't expect it to work like that, but it wouldn't surprise me if it has been doing that all along, as my use cases always involve the main key...

I've been avoiding complexity because of the running as root requirement, but with that unblocked, I think it's reasonable to expand the functionality. I would welcome a PR! I don't...