Rony Lutsky

Results 17 comments of Rony Lutsky

Was there any progress with that? If not I might pick it up and work on it

@tordans Thanks. I'll take a look at it and create a pull request to merge it with this repo :)

@Calvinwuyts Sorry for joining late, you can take a look at @allenyllee's solution integrated into this library by looking at #68 :) (forgot to update until I saw the message...

I have a similar problem Any direction for a solution with poetry >= 1.2?

@andrasmaroy Following [python's library logging guide](https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library): > It is strongly advised that you do not add any handlers other than NullHandler to your library’s loggers. This is because the configuration...

@andrasmaroy removed the capturing + changed to logger. Now, for the following code: ``` import logging from pconf import Pconf Pconf.file("non_existing_file_1") logging.basicConfig(level=logging.INFO, format='%(asctime)s %(levelname)-8s %(name)-30s %(message)s') Pconf.file("non_existing_file_2") ``` The output...

An update: I tried making `oid` and `backend` properties of celery shared between all threads by using if-lock-if but got into trouble as I think there are other places which...

> Thought about this earlier too, it's easy to implement, but current users have a big task ahead. Will implement this soon. @cyberjunky Any news regarding that? I can try...

@cyberjunky I'll hopefully open a PR in the following days once I have a free hour 🙏 I'll handle #119 as well