Michael Mogenson

Results 27 comments of Michael Mogenson

Hey, I'm trying to bring up the USB hardware, based on the LUFA and Teensy libraries. However, I can't seem to get the `USB_GEN()` interrupt to trigger from an end...

Never mind. I was paying attention to the bits being set, not the bits being cleared. The following, less readable, version enumerates correctly: ``` unsafe { dp.USB_DEVICE.uhwcon.write(|w| w.bits(0x01)); dp.USB_DEVICE.usbcon.write(|w| w.bits(0xA0));...

Seems like events expire after some time. Replacing the `wf:resume()` line with the following will work for some tuned delay. ```lua hs.timer.doAfter(1, function() wf:resume() end) ```

There's a 0.5 second debounce delay between a window being moved and the event being emitted. If you resume or subscribe within this delay, you'll receive the event from before...

Hi. I tried again today. Still cannot get any chatter on serial and AdaDFU device disconnects when attempting to do a DFU update from the D6 Flasher Android app. This...

PaperWM.spoon follows the behavior of the Linux version of PaperWM: When a window is closed, the window to the left is moved on screen (if not already visible) but the...

Thanks for the fixes! Just tried out the master branch and it looks like everything is working well! Also, glad you like the editor. :)

I've been trying to find a reliable way to reproduce this, but I cannot. Sometimes this behaviour will occur, and a log-out or reboot will solve it. I've been switching...

I made this for MacOS: https://github.com/mogenson/PaperWM.spoon

I see the same thing. Ubuntu 20.04, bluez 5.53.