HyungSuk Ryu
HyungSuk Ryu
@saf-dmitry I tried `cyrillic-translit` with Emacs `set-input-method`. In my case, Deft did not recognize its input method type at all. All keyboard inputs were recognized as English in Deft only....
@saf-dmitry Thanks for the information. I confirmed OS level input method switching worked. But it's quite inconvenient than internal input-method.
@saf-dmitry Many thanks! I found it just yesterday. And I tried to implant Korean language, "Hangul" keycode imitating original deft source in `deft-mode-map`, then still it can not be inputted....
Well, it seems that it depends on design decision. IMO, it is better to keep showing the number.
In my case, it stopped when my laptop connected to a VPN network. I must restart it manually. Error messages below: ```bash $ systemctl status cloudflared.service ... ...msg="failed to connect...
I tried dnscrypt-proxy. It was nice for a while when waking from sleep, recovering from screen lock, switching between LAN and VPN. But sometimes it has been same trouble, especially...
I've tried `cider-jack-in` in remote machine source. ``` Tramp: Opening connection for using ssh... Tramp: Sending command `exec ssh -q -o ControlMaster=auto -o ControlPath='tramp.%C' -o ControlPersist=no -e none ' Tramp:...
I already set `lein` to `exec-path` on the remote server.
I'm very sorry. My PATH setting placed in `.profile`. So I thought Tramp should check this naturally. But it ignored. I was thoughtless. Thank you for the hint.
I think I found a solution in lollipop. ``` java myView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); ``` [This disable hardware acceleration.](http://developer.android.com/intl/ko/guide/topics/graphics/hardware-accel.html#controlling) You can use this to circleimageview's parent view, profile_img_container. Don't use this to...