Dustin Sallings
Dustin Sallings
I've lost sight of things on github for a while... just noticed this particular message. I've not even been aware of forks, but if it's useful to you, we can...
It's really hard to estimate. You only see when things were finished, no idea when they were started. ## Dustin Sallings stephanenicolas [email protected] wrote: > Thank you very much Dustin....
I'm just not sure what you're asking for is possible. The timecard thing will tell you when work was done, but not tell you how long the work took. The...
There's a github gem that does something similar. I think they just have a file in .git with the hashes to be ignored/marked clean/whatever. ``` git goggles --they-do-nothing someguy/dumbbranch ```...
Configurable might be good. It feels more like a branch than a tag, though, if you have it actually moving along with the code. That might be more acceptable. Tags...
It says 0.15. I used 0.16 and it was fine. You could always try something newer and report whether it works.
The README suggests it was intentional as this project seems focused more on being a good broker. I published a client at http://hackage.haskell.org/package/net-mqtt that I'm using for my own projects....
If you want to avoid a port collision, you should pass `0`.
It's oddly one of those common knowledge things that has been this way for a long time, but isn't well documented (I think MS documents it in some of their...
This seems to have fallen behind a bit. I'm still using my branch as the v5 stuff is important for my use cases. Is there anything significant to be done...