Brunno Vanelli
Brunno Vanelli
Hello @samuelcolvin , I was working on this feature (see here https://github.com/bvanelli/watchfiles/commit/7daf501e71d9d5354defa532e6458313537a2c76) but I'm noticing some strange behavior regarding the notify library. On the add recursive in my tests, no...
Isn't this related to the fact that you are using the default value in the first example? ``` env.str("VAR", "VALUE") ``` Is not the same as: ``` os.environ["VAR"] = "VALUE"...
Hello @jrouly , currently this is not implemented but you can overwrite the __call__ and other methods with the decorated logged method to achieve the result you want. It's a...
This issue seems to be related first to the FULL_URL containing extra parenthesis, and second, the AWS_URL variable is being replaced by itself on the .env. The first is easy...
Hello @sloria , could you take a look?
Can confirm this error, here is the exact line where the error is raised: ``` Traceback (most recent call last): File ".\venv\lib\site-packages\mode\services.py", line 835, in _execute_task await task File ".\faust\tables\recovery.py",...
I had to do some tweaking in order for the imports to work properly. I haven't had any luck with the current release though, so I'm using the one on...
@nono-london have you tried one of the latest versions? It should solve the issue. Otherwise, you can use: ``` python -m pip install git+https://github.com/MagicStack/asyncpg.git@3d0e23fedfc39d5bd9732911288ad6c33147b525 ``` That I'm pretty sure fixes...
Hmm, it's hard to say what could be going wrong, but to me main main points would be: - Make sure the option ` --hidden-import=asyncpg.pgproto.pgproto` is used with pyinstaller -...
NTP itself can't handle timezones nor daylight saving times. That's normally the job of the operating system. What you can do, however, since the daylight savings occur in specific period...