Peter Stiernström
Peter Stiernström
I noticed some of my own homegrown packages still using ido after switching to counsel / ivy. It's pretty nice to have the completion system be uniform. In my case...
Trying to run `eldev emacs --fg-daemon` I notice two problems compared to running same emacs command without eldev. 1. `Ctrl-c` will leave the emacs process running 2. The output is...
Shippo::CarrierAccount.all seems to only return a subset (page 1) and no obvious way to fetch next page.
I ran into this the other day. Consider the following handler: ``` (ws-start (lambda (req) (with-slots (process headers) req (let ((is-post (assoc :POST headers))) (if is-post (progn (ws-response-header process 200...
When exporting underlined org text the result is `the underlined text`. Slack will render the html tags here.
Enable a quick way to filter out services with a particular status. I tried this: ``` (defun prodigy-add-status-filter () "Read string and add filter for status." (interactive) (prodigy-with-refresh (let ((string...