Tianshu Wang

Results 101 comments of Tianshu Wang

> @tshu-w could you please enable `debug = true` in your `~/.wakatime.cfg`, clean-up your `~/.wakatime.log` file and do it again? Please send the log file to [[email protected]](mailto:[email protected]). Done. Please check...

I am not familiar with go, but I would like to ask about the code implementation. I understand if this kind of functionality should make use of existing tools as...

In fact, it is much easier to use system specific ssh tools to get the file than to parse ssh config yourself. After all, we only have a few major...

change dir as you want: ```python import jieba jieba.dt.tmp_dir = expanduser("~/.cache/jieba") ```

Yes, I also mention in biblio.el. I understand what you are considering, maybe we should add these codes to the wiki? They are not too long and there are no...

Added to the wiki. @joostkremers maybe you can mention wiki page in ebib manual or readme.

Another thing to mention is that if adding to ebib, we need to consider whether to use curl or Emacs' built-in url-* function

@joostkremers Hi, I have a questions, how to run `(ebib-generate-autokey)` automatically after import. I tried the following but failed. ```emacs-lisp (defun ebib-zotero-import-url (url) "Fetch a entry from zotero translation server...

ok, I will write some functions to do it myself.

> I'm wondering if you've managed to solve the matter of running `ebib-generate-autokey` automatically after import? Not yet, I've been busy recently, if I finish it I'll append it here...