alex-eri
alex-eri
@asvetlov redis eats bytes. Why we cant use bytes? Python 3.6+ designed to use bytes too. There is opton designed customizable, but that we cant customize it. Simple `if` does...
@asvetlov > object str Here encoder designed as `object -> bytes`: https://github.com/aio-libs/aiohttp-session/blob/fa103356f6542d75160e546d9e4eb8fb90971c3c/aiohttp_session/cookie_storage.py#L53 All `*.dumps` and `*.loads` i know supports loading bytes except python3.5`s json
I removed this line in local fork.)
I think decode must be droped from here because it conflicts backend and codecs. Its trivial to fix backward compatability using wrapper for json codek in default value.
@alex-chuev where are `mergeLocaleMessage` docs?
Can i combine per page `` and `langDir: 'lang/'` ?
Problem exists with WDS off. I tryed pseudobridge with relayd too.
What if not run `pythonservice.exe` directly? For most people just need to send `ReportServiceStatus`.
Check example running without `pythonservice.exe` https://github.com/mhammond/pywin32/issues/1450#issuecomment-1119014554
@mhammond I run python code in subprocess. In this way logging and handling errors is much easier in python-way than with pythonservice.exe.