Billy.Zheng

Results 248 issues of Billy.Zheng

Following code, I want to make sidekiq restart when I start rails. ``` rb log_file=Rails.root.join('log/sidekiq.log') pid_file=Rails.root.join('tmp/pids/sidekiq.pid') controller = DaemonController.new( :identifier => 'Sidekiq daemon', :start_command => "sidekiq -e #{Rails.env} -q default...

I have read README, it is fancy. But it seem like not worked for me. I have a `redis-server` binary file in $PATH, /usr/local/bin/redis-server. if I start redis with `redis-server...

After i check, i found many gem need specified opal installed. But, opal was release it 1.0 now, maybe we can mark which package is ready for use directly?

![image](https://user-images.githubusercontent.com/549126/36854377-d04a258a-1dab-11e8-99b6-566325df8fc0.png)

Hi, I use mu4e, and use emacs-async package to sent email. But, in some case, when I sent, I found the internet is not connect. In this case, my sent...

https://www.emacswiki.org/emacs/mark-lines.el I don't know how you use what command to complete the same edit operation, please point out if you think this is not so necessary. Following is my usage,...

Debugger entered--Lisp error: (error "The mark is not set now, so there is no region") region-beginning() byte-code("\10\203\11\0ed\10E\207\301 \302 \303E\207" [current-prefix-arg region-beginning region-end nil] 3) call-interactively(untabify) (if (member major-mode crux-untabify-sensitive-modes) nil...

As done in [move-dup](https://github.com/wyuenho/move-dup/blob/master/move-dup.el#L146-L162) package. Thank you.

crux-smart-open-line | S-RET or M-o | Insert an empty line and indent it properly (as in most IDEs). -- | -- | -- i thought smart-open-line will binding to `C-RET`...

Though, up down which come from [pry-stack_explorer](https://github.com/pry/pry-stack_explorer) work quite well for me. Could you please give a example for describe how up/down work? if it should same as pry-stack_explorer? Following...