Federico Martinez

Results 8 comments of Federico Martinez

Hi! We are facing the same issue. Will this be released?

I was thinking of something like ```python try: presets.update_presets_if_necessary() except ConnectionError: # There was an error connecting to the hue lights # let's pretend it is a new user self._set_startup_for_new_user()...

Hi! What is the status of this issue? Is it possible to get the extension compiled for windows? Thanks!

I've managed to build it for php 7.4 nts x64 for windows: https://github.com/federicoemartinez/Tensor/releases/tag/3.0.1 I don't know if I can help you somehow so you can build it again.

> > I've managed to build it for php 7.4 nts x64 for windows: https://github.com/federicoemartinez/Tensor/releases/tag/3.0.1 I don't know if I can help you somehow so you can build it again....

> @federicoemartinez Thanks a lot. solved the issue by using nts version of PHP 7.4. Could you please make a ts version of the tensor build for windows please? I'll...

Could this be avoided if the decorators accepted a argparser factory (a callable that returns an instance of argparser) so the instance is created when needed?