Andreas Hütter

Results 4 issues of Andreas Hütter

Is there a way to install this on SteamOS? I am asking because I already invested several days into trying to get this installed on my Steam Machine (lastest SteamOS...

You know what would be really cool? If I could send any message to my worker processes, for example something like this: `naught send change_log_level_to_1` The effort of implementing such...

- make it usable outside of a browser (e.g. Node.js) - strict mode - add the opportunity to preserve newlines (optional) If you don't mind I would also like to...

Trying to cancel a subscription leads to an error: ``` const printer = ipp.Printer(CUPS_URI); const response = await new Promise((resolve, reject) => { printer.execute('Cancel-Subscription', { "operation-attributes-tag": { "attributes-charset": "utf-8", "attributes-natural-language":...