Ryan Winchester
Ryan Winchester
> Hammer.Backend.ETS (provided with Hammer for testing and dev purposes, **_not very good for production use_**) Sorry, I was just wondering what are the reasons why ETS is "not very...
hubot has `enter` and `leave` methods that can be very helpful. well, at least the `enter` one is. any plans on adding `enter` responder macro?
Currently I can jump from usage to definition, thanks to https://github.com/jacktasia/dumb-jump/commit/7e256808d82d22532030e4c53197426d3e082593 but can't go the other direction ## PHP examples ### definitions: ``` php class Foo { function bar() {}...
When connection fails you `stop_and_reply` https://github.com/emqx/emqtt/blob/master/src/emqtt.erl#L617-L630 but I would not like this to happen. Depending on the reason, I'd like to just try reconnecting with my own custom logic (like...
When I set `clean_start = false` on protocol v4 it seems to work as intended -- I see the client online/offline and subscription still active even if the connection is...
When using tag `v1.1.1` I get this error: ``` mix deps.get ... ... * Updating cowlib (Hex package) ** (Mix) The lock is missing for package cowlib. This could be...
I mainly want to be able to `downcase` the file extension, for consistency.
Would really like some more detailed examples. For example, something like a POST with login credentials from a login form and storing a cookie/session in order to make additional requests
Is there no way to use SSL?
I personally find the `@spec` syntax highlighting to add too much visual noise to my code. I find it harder to scan for specific functions I'm looking for, and it...