Nathan Schulte

Results 56 comments of Nathan Schulte

It would be nice to be able to customize the desktop notification priority, too. It seems to me these notifications should be `urgency_low` out of the box, given the notification...

@graysky2, the specification doesn't clarify the distinction between `urgency: low` and `urgency: normal`, other than hinting that they may have different timeouts. http://www.galago-project.org/specs/notification/0.9/x320.html > Notifications have an urgency level associated...

@graysky2 wrote: > It's unclear to me how to do this... multiple calls to notifyd are displayed in subsequent windows to my knowledge. To this end, Dunst allows to configure...

I haven't built or tested the changes for ChibiOS or rusEFI (no LSE hardware). I added logic for all STM32 devices in ChibiOS, and re-enabled LSE for the three STM32...

This would be a nice feature to consider [soon]. Due to an issue I have with Spot, when moving and using cellular connection, Spot will generally only play a single...

The build system expects to run as root and have liberal file-system permissions. This may be as simple as changing some paths used with the build. ``` $ cat /etc/docker/daemon.json...

https://github.com/nmschulte/docker-ce/tree/support-userns-remap

I'd love to help tackle an answer to this -- maybe next year when my project is running in stock form again, and I have a rusEFI compatible hardware in-hand.

I see now this parser is actually a copy of https://github.com/benhoyt/inih, which attempts to align with a Python behavior as noted in this interesting report: https://github.com/benhoyt/inih/issues/51 It would be ideal...

bump -- @dragomirecky, et al