andig

Results 723 comments of andig

I'm developing a PV-controlled EV charger at https://github.com/andig/evcc and would like to support the newer Nissans. If I understand correctly the protocol has not been decoded yet? Are you aware...

I would be happy if @carlos22 wants to look at the fork. However, it has been entirely rewritten: curl replaced by guzzle, parser replaced by library (and in-sourced again due...

/cc @blacksenator

As for upgrade instructions we‘d need ro compare how the two have diverged. I really have no idea about this repo‘s functionality.

@starius would be great if you were following up on the python vs go topic?

Is the underlying question here if append should resize x2? It feels as if „memory-growing slice-like structures“ should potentially behave similarly throughout Go?

This would only be a problem on 32bit flatforms. Its int in php, too: https://www.php.net/manual/en/streamwrapper.stream-seek.php

Sounds like an excellent idea. Firetable can easily provide e.g. admin access to any sort of (embedded) data store if abstraction permits. UI and storage should be decoupled, as well...

It might help asking at the Slim repo/forums.

> Slim 3 supports PSR-7, right? If it does we still need a way to pass the request into the framework. The base repo has 2 middleware bridges for that...