Xu Chunyang

Results 33 issues of Xu Chunyang

e.g., ```php return [ Tabs::make('Some Title', [ Tab::make('基本信息', [ Text::make('Title'), ]), Tab::make('其他信息', [ Textarea::make('Content'), ]), ]) ]; ``` there is the result note that tabs are missing. If I change...

Test with: `(weibo-send-status "a testing tweet" nil "~/Desktop/a.jpg")`

I can reproduce by following these steps: 1. Launch emacs normally, switch to `*scratch*` buffer automatically 2. Hit `M-x weibo-timeline`, switch to `*weibo-timeline*` buffer automatically 3. Hit `M-x list-buffers`, I...

https://github.com/curl/curl/pull/8314 I like the new option, much easier than -d/-H.

For example, when hover over `fmt.Println`, the trailing `.` becomes `\.` (the actual docstring doesn't contain `\`): ![Emacs 2019-10-30 at 22 29 46](https://user-images.githubusercontent.com/4550353/67867691-c06abc80-fb65-11e9-93b3-b2c3e7ce1acf.png) and for `runtime.Version`, both `'` and `.`...

To do so will make it easier to mirror the Marmalade elpa. For example, the Emacs-China ELPA mirror [https://github.com/emacs-china/elpa] is downloading all elpa packages through HTTP, however, it is inefficient...

The doc mentions `check` and `check-results` which are no longer provided https://docs.racket-lang.org/quickcheck/index.html#%28def._%28%28lib._quickcheck%2Fmain..rkt%29._check%29%29

I'm using `org-page`'s default theme (since the remaining two theme is not useable on some level), and I find the spacing between lines of code block is much bigger than...

I have the following setting which works for me: ```elisp (setq counsel-ffdata-database-path "/Users/xcy/Library/Application Support/Firefox/Profiles/nvzyvh9v.default-release/places.sqlite") ``` However, I also have a `yz7cgomb.default` directory which doesn't contains `places.sqlite` ```sh ~/Library/Application Support/Firefox/Profiles $...

enhancement