Eldar S

Results 10 comments of Eldar S

Thank you! With SimpleInjector the decorator could other injectables in the constructor so library support for this feature has advantages over users doing it themselves with lambda. I hope to...

Thanks for your attention and collaboration with this issue :) I think your suggestion for decorator with lambda would requires users of this feature to do more work in the...

The Python decorator applies to functions, nit interfaces, so how would I use it to decorate an interface so the lagom container resolves the decorator implementation wrapping another class I...

With the described lambda we don't have 2 things: 1. Ability to resolve additional decorator/decoratee dependencies using the DI container 2. When decorator/decorated have new dependencies we need to modify...

The decorator must have a constructor parameter implementing the same ABC as it's registered for, and can ignore it in the implementation of the abstract methods. The useful thing about...

Thank you! ‫בתאריך יום ה׳, 2 בספט׳ 2021 ב-0:22 מאת ‪Roberto Prevato‬‏ :‬ > Thanks for opening this issue, I will keep it open and try to add this >...

@HomiGrotas I'm not convinced it's important enough for backend/data engineers since it's about low level networking, and it's also blocking low level networking and there are async I/O alternatives, for...

@HomiGrotas I suggest adding "sockets" to important modules section with a brief description and two stars indicating better third party alternative below, then in the Topics Index add a "low...

I'm reading the docs and I see it doesn't work officially on Windows, and there's a fork for that. Is it something you use with Linux/Mac only or Windows as...

@IamTugy Before we can recommend pyenv right from the beginning, I have some questions: 1. How is it integrated into IDEs (PyCharm/VS Code) for choosing correct Python version? Do they...