Alex Fang

Results 15 issues of Alex Fang

I noticed that in the documentations, there are some flaws which make readers confusing. 1. In github's documents, it uses `filter(params)` format, while in NPM documents, it uses `filter params`....

Since the windows nvm has no `nvm current` action. I fixed node version test for windows-nvm. Calling of `nvm current` for windows NVM will get something like this: ![image](https://user-images.githubusercontent.com/3257783/92659456-facaeb80-f32a-11ea-98ed-d05531107380.png)

OS Version: Windows 10 ver 1909 (18363.1500) node version: v14.10.0 npm version: v6.14.8 In my situation, I installed msys2 & zsh on Windows, and I use zsh as my shell....

Feature Request: Can I customize where to install rather than one-click install to `C:\`? A solution is for `electron-builder` with `nsis`: ``` { ..., "build": { "nsis": { "oneClick": false,...

For some situations like GitHub Page publishing, people may need to publish files to other branches such as `gh-pages`, is it possible to switch branch before git commit? Thanks.

# Situation In my situation, I am going to build a sitemap with following sub files: * `sitemap.xml`

Feature Request: Stylesheets, i.e. XSLT support. Thanks for your work!

I am using mariadb 10.2, and maybe some are mariadb's problem, not sequelize-auto's. However, I hope you can consider these situations and do some fix, thanks. * Type `TEXT` has...

I am wondering if there is any of following features: * Sync extension options with Google Account logged in * Thus I do not have to reconfig in a new...

## What changed Former: The plugin detect `Sublime Text 3/Packages/Preferences.sublime-settings` for Sublime Text settings. Updated: I changed this plugins for detecting both `Sublime Text 3/Packages/Preferences.sublime-settings` and `Sublime Text/Packages/Preferences.sublime-settings` for any...