John

Results 55 comments of John

@dddomodossola this smells like long socket timeout (windows? or another library messing with sys.setsockettimeout) combined with remi pinging connected clients in a loop, which means that one blocking client can...

In my experience its not possible. While splinter, selenium and friends will find some simple errors, all my subtle bugs have been race conditions often among concurrent users. This means...

I'm sure there is a javascript polyfil you could use On 28 November 2016 at 19:32, Davide Rosa wrote: > Well, so I will write a new colorPicker widget replacing...

FYI: I don't think any of the ways you are currently doing it will be flicker free. It is my experience that you should rather make the 'image' a MJPEG...

I think new_from_list is a better name. Just document that it accepts a list of tuples On 31 Oct 2016 19:12, "Davide Rosa" [email protected] wrote: > @fpp-gh https://github.com/fpp-gh I think...

Is .children meant to be public? I'm not sure. In any case, it could be replaced with an ordered dictionary, which would let you keep the order at least. I'm...

Col/row attributes at the table item level level prohibit a future strict model/view split (think a javascript client side sorting mechanism). Other gui apis are very careful at this junction....

I hope every api decision is deliberate.

I would rather do FF rebases onto master than merges anyway. But I think this is all a bit too early as IMO REMI is quite far from a stable...

For single commits - tiny bugfixes or other small things that are not large enough to be called a 'feature', it keeps the history more readable as you don't have...