julian-goettingen

Results 6 comments of julian-goettingen

About the discovery-mechanism: All three big operating systems have named pipes, so I thought something should be possible with that. The `__main__`-process could spawn a process that will be the...

I see your concerns and why you want the explicit `connect`-method. I don't see a better way either. I do believe that a lot of people use loguru because it...

A shorter example popped up in my code: before remove logger: ``` ICE = open_pickle_file(fullfile_path_w_ending=working_file, # new (GIANNAM, 2022-01-13, 14:08) settings='rb', logger=self.logger) ``` after remove logger: `ICE = open_pickle_file(working_file, #...

I have discovered an example where the refactoring breaks syntax directly at the definition-site, also related to comments: removing the logger_obj from this: ``` def __init__(self, name=None, save_into_timers_classdict=False, # text="Elapsed...

Thank you for the quick response and the pointer on how to go about implementing it. I'll put it in my own personal backlog, though I don't suppose that PR...

Thanks for the reply. The project I worked on in May is over now, and I have zero time for open-source-contributions right now so I have to retract my offer...