mulderr

Results 27 comments of mulderr

I would be happy to help or even take over if no one else comes forward. -- I ran some simple tests. LGTM. Also I see `http-client` is already using...

Hi! > There is a huge performance problem with the code – even if we do not select any checkbox (so all text boxes show just "-") the performance of...

@AshleyYakeley Did you also have a look at `tz`? [This PR](https://github.com/nilcons/haskell-tz/pull/31) is a draft of POSIX TZ support for `tz`. Hoping @klao will manage to make sense of my code...

Instead of a python script you could use something like `dnsmasq` with custom `server` stanzas. Ex. `server=/myorganization.com/192.168.x.x` would resolve all queries for `*.myorganization.com` using `192.168.x.x`. Although maybe not - I'm...

Personally, I'm +1 on hard breakage, forgetting `String` altogether and a major version bump with a clear note in the changelog.

As long as we're brainstorming ideas and not ruling out a major overhaul in the future... A notification is, or rather could be, a special case of a server initiated...

I don't completely follow but it seems like we are now considering full blown pub-sub. > The client widget will always have to be the first to initiate the connection....