Gerhard Muth

Results 36 comments of Gerhard Muth

So, how about contributing to the IPP community your IPP server?

This looks more like a config/setup/network/bonjour-printer-discovery issue to me. You can check your Bonjour setup like this: `dns-sd -Z _universal._ipp._tcp` You should see PTR, SRV and TXT records for your...

@williamkapke, the enum values are documented in [section 6 of the iana ipp registrations](https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xhtml#ipp-registrations-6). In order to display value names and not numbers I chose another approach (in my kotlin...

What is the current behavior? Are attributes with out-of-band values just ignored? From my experience it's quite common for IPP server/printer implementations to use out-of-band tags in situations where something...

Running Avahi in docker and exposing the bonjour announcments is not so easy. I remember I had success when allowing the container to use the host network. Reason is that...

I got similar error but related to --from. Issue seems that kaniko does not support fully qualified image names including registry. adding FROM as bla and then use COPY --from=bla...

Sometimes I have similar issues with pdf documents not being supported by the pdf engine of the printer. There are various tools for sure - I personally just use poppler...

Sometimes printers support various pdf formats and show this in the printer attributes. I suggest you run the Inspection workflow from IppInspector and provide log and ipp messages.

If this would be an iOS bug using (close) via the mongoose-homekit-webapp should work. however this does not work either. Even if iOS would send confusing commands this should not...