Takayuki Sato
Takayuki Sato
This PR updates this project: - Updates dependency versions - Updates GitHub Actions files - Adds, changes and deletes some project files - Drops `arr-filter`, `array-map`, `array-each`, `array-initial`, and `array-last`...
### What were you expecting to happen? Lists more than 16 files in a directory. ### What actually happened? Lists only 16 files with a glob including no globstar. ###...
This pr is to fix #211.
I've implemented configurable logs with theming-log. But it is needed [js-liftoff#95](https://github.com/js-cli/js-liftoff/pull/95) to configure logs for require flag and completion flag.
I've add `initCwd` entry to the last of `opts.configFiles`. This PR is for the issue #146 and changes gulp's behaviors about using config file and selecting gulpfile. * There is...
I've added customizing mechanism in gulp-cli. And also I've made colors of a task tree customizable with this. [sttk/gulp-cli#make_customizable](https://github.com/gulpjs/gulp-cli/compare/master...sttk:make_customizable) - You can change the colors by `.gulprc` files in user...
I found a strange behavior about changing working directory. This is related to [the comment](https://github.com/gulpjs/gulp-cli/issues/109#issuecomment-307569185) in #109. Assuming directory structure: ``` project/ ├── gulpfile.js └── currentdir/ ├── .gulp.js └── gulpfile-2.js...
A navigation bar menu of static class (tagged @class and @static) don't expand. This cause is a mismatch between the class name (ex. aaa.bbb.ccc#Ddd) and the file name (ex. aaa.bbb.ccc_Ddd)...
This PR is to fix the two points causing TypeError as follows: 1) The following error is due to that `err.prorotype` is undefined. ``` /path/to/myproject/node_modules/passport-activedirectory/index.js:126 return err.prototype.name === 'InvalidCredentialsError' ?...
> `http2-wrapper` version I used was `2.2.0`. I created a BFF with `got` which sends requests to a backend server on GCP Cloud Run, and encountered unrecovered repeated `ETIMEOUT` errors....