spacemanspiff2007

Results 240 comments of spacemanspiff2007

Thanks for your reply. I think I might have left some things unclear. I have a board that provides and additional ethernet chip and I currently I am not sure...

> I would be reluctant to significantly increase code size, as this would risk breaking ESP8266 applications. Imho device specific implementations could be split out in different files. E.g. a...

@kevinkk525 Thank you for your detailed reply. I think we both are thinking in the same direction. However I think having the possibility to subscribe to interface changes is a...

> It's entirely up to you to create an interface class that can be used across all your projects. This new approach offers the user a lot of options and...

Why did you bind the socket to the Interface? It won't work if I have two applications that are using the socket. I still think it makes sense to add...

@kevinkk525 : Sorry if my comment sounded rude or annoyed- I've had a rough couple of days. > I don't understand what you mean by that. Could you please explain...

:+1: Same here, owncloud with caldav

I absolutely agree with you: Support for every datatype will unnecessarily inflate cattrs. However `pathlib.Path` is the recommended way to deal with file paths and it's part of the python...

I can confirm that the created ``ALTER TABLE`` command does not work with SQLite and this it's not possible to create migrations for it. If I drop a column "old_cfg"...

@PythonCoderAS Thank you for your hint! Unfortunately it's not clear to me how I can drop columns manually through the sql statement since everything looks correct. Could you provide me...