Whirlwind

Results 31 issues of Whirlwind

### 在此输入你需要反馈的 Bug 具体信息(Bug in Detail): ``` egg-core@^5.3.0: version "5.3.0" dependencies: "@eggjs/router" "^2.0.0" "@types/depd" "^1.1.32" "@types/koa" "^2.13.5" co "^4.6.0" debug "^4.1.1" depd "^2.0.0" egg-logger "^3.1.0" egg-path-matching "^1.0.1" extend2 "^1.0.0" get-ready...

I test it: ``` ∂a![filename:linenumber]ƒa ``` It is failed!

I use the XCodeColors and I want to change the color for the url title. I test the color will not be changed.

# Report ## What did you do? I using a pod with a `xcframework` in its podspec: ``` s.vendor_frameworks = "xx.xcframework" ``` After pod install, xcode build success, but the...

I found there are some `g204,121,32;` be copied when I copy the strings from xcode console. I think it is the color code which some invisible strings. How to remove...

The spec id not pass validation when I exec `pod spec lint`: ``` - ERROR | [watchOS] Returned on unsuccessful exit code. - NOTE | [watchOS] [BEROR]error: There is no...

(lldb) po ds (3454,0xac3fda28) malloc: **\* mmap(size=566284288) failed (error code=12) **\* error: can't allocate region **\* set a breakpoint in malloc_error_break to debug (3454,0xac3fda28) malloc: **\* mmap(size=377524224) failed (error code=12)...

When I build proj4, I got errors: ``` Making install in man Making install in man1 make[3]: Nothing to be done for `install-exec-am'. test -z "/Developer/maps/mapnik-packaging/osx/out/build-cpp03-libstdcpp-armv7/share/man/man1" || ../.././install-sh -c -d...

I have some projects and they use same gemfiles, but other not. Now, the `bundler-inject` only search the gemfile in: ``` global - ~/.bundler.d/*.rb project - $PROJECT_DIR/bundler.d/*.rb ``` I want...

enhancement

I have a issue, when I download a pod which the pod have a same directory in the tar's root directory. ``` "source" : { "http": "https:/xxxx/xxx.txz", } ``` I...