Michael R Sweet

Results 722 comments of Michael R Sweet

> This naturally requires that widget names are kept stable between PAPPL releases. ... which isn't something I want to commit to since I want to be able to change...

Will implement per-page text banners for 1.3.

Well, I had to look that one up. Sorry, I don’t use ArchLinux, and at this point things are really early so I’m not worrying about packaging for any distribution.

Assuming this has been taken care of...

Stretch goal: consider whether to add support for Microsoft "universal print service" REST APIs as an alternative to the System service Register-Output-Device operation.

@JaiLuthra1 The auto-setup stuff can be run in the main thread, and I would just use the papplDeviceList API to find any new printers. Like I mentioned in a separate...

@JaiLuthra1 I've added `papplPrinterPause` and `papplPrinterResume` functions for stopping and starting a printer, respectively. The corresponding IPP operations (`IPP_OP_PAUSE_PRINTER` and `IPP_OP_RESUME_PRINTER`) can be used for doing the same via IPP...

@tillkamppeter As far as I can see from the snapcraft documentation (), it does not currently support hot-plug for USB printers at all?!? Moreover, the current command-line interface that supports...

@tillkamppeter It *is* possible to monitor for device additions/removals over longer periods of time, and this pull request does have an implementation of that using libusb's hotplug functionality (which is...

@JaiLuthra1 Sorry, been in crunch time for a customer, will try to review this later today or tomorrow.