Hanxue
Hanxue
I am running extended-search-results on Chrome: 73.0.3668.0 macOS: 10.13.6 The Github links are not appended  I have added my Github Access Token successfully to the extension, and this is...
Related to #583
As a more secure alternative to password. Add 'token' setting, or read from env variable GITHUB_CLI_TOKEN
Seems like the `/api/asciicasts` URL is no longer available ``` $ asciinema2gif https://asciinema.org/api/asciicasts/123683ERROR: https://asciinema.org/api/asciicasts/123683 returns 404 $ asciinema2gif https://asciinema.org/a/123683 Wrong URL format. See https://github.com/tav/asciinema2gif#url-format. ``` Neither does parsing by ID...
The postresql manuals include both the short and long arguments, and are formatted different. Trying to explain `pg_dump -Fc -U` https://explainshell.com/explain?cmd=pg_dump+-Fc+-U results in this:  The actual content of the...
I have compiled the latest litetree on macOS 10.10.5, and I cannot get the branch commands to work. From the output, the new commands are available, but for some reason...
Vue-material does not have any `footer` layout classes. I would like to see footer classes similar to MDL (Material Design Lite) [https://getmdl.io/components/index.html#layout-section/footer](https://getmdl.io/components/index.html#layout-section/footer) 
I am on a flaky connection, and downloading the docs offline usually result in this  I will have to close the Preferences window and re-open, then install or update...
I get this error when I run `MNPP.app` ``` $ open MNPP.app LSOpenURLsWithRole() failed with error -10810 for the file /private/tmp/MNPP-0.3.8-osx-10.8/MNPP.app. ```
I am using: vuetable-2: 1.6.6 vue: 2.3.4 I just wrote a dummy `statusName()` callback as per the example, and the result is no value appears ```javascript export default { data...