Michael Hendricks
Michael Hendricks
I ran into this problem again while traveling. I received an SMS on my temporary Israeli number and needed replies to come from that number.
In my day-to-day usage, caller ID using other mechanisms has been poor. It's really awkward with Swift and Adium and unreliable with Conversations. Having a reliable fall back like _/me_...
Upon further reading, XEP-0191 doesn't make sense for an external component. A client sends stanzas without a `to` attribute so the server handles them directly. An external component has no...
> Fatal error: exception Stack overflow I resolved this error (camomile 1.0.2, OpenBSD 7.0, OCaml 4.13.1) by increasing ulimits: ``` $ ulimit -n "$(ulimit -H -n)" -l "$(ulimit -H -l)"...
When I modify Eve code in the editor, it's automatically saved to disk. Maybe sync the other way too: modify Eve code on disk and it's updated in the editor....
> Eve needs the value to sum over as well It could be helpful to add this explanation to the [sum docs](http://docs.witheve.com/handbook/math/sum/) as well. That was my first attempt at...
I'd like to see how they fare as well
Subversion is supported since commit 20ef0a8f16ab01e0e8021c9c7519488b828d4d6b
It makes sense and it's a good idea. Thanks for the suggestion
I ended up creating an `unset!` rule at the top of my personal keybindings for every `ctrl-k ...` binding on Linux. For anyone that's interested, here's what I have: ```...