twlz0ne

Results 27 comments of twlz0ne

@Fuco1 it seems to work well after set `sp-escape-quotes-after-insert` to nil.

@rofl0r - npm (without -q option) ``` sh proxychains4 npm install [proxychains] config file found: ~/.proxychains4shadowsocks.conf [proxychains] preloading /usr/local/Cellar/proxychains-ng/HEAD-e527b9e/lib/libproxychains4.dylib [proxychains] DLL init: proxychains-ng [proxychains] DLL init: proxychains-ng [proxychains] DLL init:...

[proxychains4.log](https://gist.githubusercontent.com/twlz0ne/a62b8a7f65907474fdfd67c60585dc63/raw/112058150397d87cc9b1aeb676059c7a26164d0c/proxychains4.log) [proxychains4-q.log](https://gist.githubusercontent.com/twlz0ne/a62b8a7f65907474fdfd67c60585dc63/raw/112058150397d87cc9b1aeb676059c7a26164d0c/proxychains4-q.log)

After change `#if __GNUC__ > 2` to `#if 0` ``` sh $ proxychains4 -q curl -so /dev/null -w "%{http_code}" https://google.com 301 $ proxychains4 curl -so /dev/null -w "%{http_code}" https://google.com [proxychains]...

@syndbg Same here. ## Environment ``` sh $ cd ~/.goenv $ git log --pretty=format:"%C(blue)%ad %C(yellow)%h %C(red)%d %C(reset)%s %C(green)[%an]" --topo-order --date=short -1 2017-10-26 e7ed8e5 (HEAD -> master, tag: 1.7.0, origin/master, origin/HEAD)...

[**@matthewbauer**](https://github.com/matthewbauer) commented on [Aug 31, 2019, 1:09 AM GMT+8](https://github.com/NixOS/nix-mode/issues/89#issuecomment-526677852 "2019-08-30T17:09:38Z - Replied by Github Reply Comments"): > I'm not sure why it is missing from the install. The `nix-company.el` is...

I hade the same issue on Emacs 27: ``` Debugger entered--Lisp error: (args-out-of-range 1 1) get-text-property(1 c-fl-syn-tab) c-clear-string-fences() #f(compiled-function () #)() c-after-change(682 731 0) run-hook-with-args(c-after-change 682 731 0) #f(compiled-function ()...

> Is there any way to figure out what repo to delete? ```sh $ rg 'straight-vc-%S-%S' .local/straight/repos/ .local/straight/repos/straight.el/straight.el 1300: (let ((func (intern (format "straight-vc-%S-%S" ```

@felixfbecker Once added option `--tsserver-path`, the issue dispeared: ![test-emacs-lsp-typescript-3](https://user-images.githubusercontent.com/2653486/47453430-450e5680-d7ff-11e8-8bd3-90c245e969fa.gif) Seems lsp-ui depends on option `--tsserver-path`, if not specified, it will keep asking. **Is this the problem?** If just add `--log-level=4...

I know https://github.com/file-icons/source ![](https://raw.githubusercontent.com/file-icons/atom/6714706f268e257100e03c9eb52819cb97ad570b/preview.png) Maybe Emacs & elisp could share one icon, I see all-the-icons did this: https://github.com/domtronn/all-the-icons.el/blob/52d1f2d36468146c93aaf11399f581401a233306/data/data-fileicons.el#L135-L136