Ryan Mounce

Results 8 comments of Ryan Mounce

I am experiencing the same issue with 1 of my 2 Annke C800's. Both were previously working with H265 and could be viewed via Safari on macOS/iOS. At least I...

> Just wondering if anyone has more information on this, or can at least post some of the serial number ranges that are known to work vs. not work? And...

I've been able to work around this by patching nginx-vod-module to skip the trailing bits test, rebuilding nginx and copying the new /usr/local/nginx/sbin/nginx binary into my v0.12.0-beta3 container. `nginx-vod-module/vod/avc_hevc_parser.c` ```...

Hmm you're right with the newer WS2815 datasheet, they seem to be very inconsistent. I'll do some more research to summarise these and do some more scientific testing to determine...

## Datasheet summary | | T0H | T1H | T0L | T1L | Tdata | | ------------------------ | ------- | --------- | -------- | ------------ | -------- | | WS2812B...

I encountered this a while ago (back on 3007.1?). Worked around it by ensuring that salt runs as the `salt` user. At the time I was only trying to run...

Within `salt/utils/gitfs.py` `find_file()`, reverting from `salt.utils.verify.clean_join` to `salt.utils.path.join` fixes this this for me on 3007.4. Regression does appear to have been introduced by https://github.com/saltstack/salt/commit/f7c28ffbf18dbf693a15b1ba9493918de3e88cf3 `verify.clean_join` appears to check that the...

> Will this fix also works for gitfs and https as repo? Yes, I was using HTTPS when I found that workaround.