Vladimír Záhradník
Vladimír Záhradník
I will need to build a library for Dart (because of [Flutter](https://flutter.dev/)) and some time later also for Python (because I will most likely build a [Home Assistant](https://github.com/home-assistant) integration). So...
I think the easiest approach will be if I create the repos and later I will transfer ownership to you. From the start, there will be a lot of commits...
Hi Dave, No I didn't know about this. But I already can tell it wouldn't work. Simply negating the logic wasn't enough in my case. In order to read from...
I decided to test `NegatingIoAbstraction` anyway. It's better to have a confirmation than to guess. But as expected, it didn't work.
Hi @davetcc I had busy month working on non-coding stuff. I have this in my mind and will definitely ask you when I hit on some block.
@davetcc what do you use for testing besides writing unit tests for the parser? I will need to test realtime communication between the library and the embedded server. Ideally I...
Hi Dave, I came to a similar idea to you. Just instead of embedCONTROL.js I would use Flutter. There is a library to embed JS code. Anyway, I still think...
@davetcc From your description I see the implementations vary in supported functionality. In ideal case, what should the library support? I came to this so far: - TagVal over serial...
Oh, it makes sense. So the WebSockets are just the bridge to the Java API server. I plan to build my version on the Java one. From what I can...
By the way, didn't you consider separating the API part from the codebase? Like a separate repository called for example `tcmenu-core-java`. Especially when there will be more libraries, it makes...