valia fetisov
valia fetisov
For me, the `cups.IPPError: (1030, u'Not Found')` problem was that CUPS ppd folder (`/usr/share/cups/model`) had two different drivers for the same printer model I was using. So the line https://github.com/armooo/cloudprint/blob/108b9f02669e141a499e339ed6bf098c5553dabc/cloudprint/cloudprint.py#L356...
1. Wouldn't it be desirable if `transactionManager` will throw an error if decorator is not present? 2. Why do we actually need a decorator? Isn't `transactionManager` or at least its...
More debugging information: If I use max object ``` mc.rtpsend~ @address 127.0.0.1 @port 30000 @use_rtsp 0 @channels 2 @active 1 ``` I'm able to receive the data via ``` ffplay...
Thanks! I was able to connect to the `rtsp` stream using the exact commands you've provided in the last message, but I still can't hear the sound, not sure why....
> Which OS are you working on now for what version of Max? I've tested on both `11.1` M1 (with rosetta) and `10.15` intel. Both with latest Max 8. I've...
The code looks good except for the hack on which it depends. [This line](https://github.com/sidebase/nuxt-session/pull/48/files#r1040721539): - Overwrites internal node js method [`response.end`](https://nodejs.org/api/http.html#responseenddata-encoding-callback) - It's dangerous, but potentially acceptable on it's own,...