Danny

Results 7 issues of Danny

When the image is compressed, an error is printed in the log, and after some images are compressed, the process is interrupted and the service is stopped. hexo version: ```...

I encountered some problems when using `hexo-related-popular-posts`: ``` shell 05:41:55.845 ERROR Render HTML failed: 2020/02/22/flexbox-use-cases/index.html TypeError: Cannot read property 'replace' of null at Hexo.externalLinkFilter (/Users/anran/project_my/blog/node_modules/hexo/lib/plugins/filter/after_render/external_link.js:22:15) at Hexo.tryCatcher (/Users/anran/project_my/blog/node_modules/bluebird/js/release/util.js:16:23) at Hexo....

Hi, I've encountered some issues while using inquirer-autocomplete-standalone. My Node.js project is built with Webpack and TypeScript. When using Webpack, setting the target to 'node' automatically converts import syntax to...

After using the astroturf `css` template function, we noticed that the actual output in our code is an `object` rather than a string. ``` import {css} from 'astroturf' const styles...

## Current Behavior After merging a PR into the master branch and upgrading Lerna from `5.5.0` to `8.1.2`, running `lerna release` on the master branch continuously results in the message...

type: bug

``` typescript /** * 页面中参与渲染的数据 */ type ComponentData = typeof DEFAULT_DATA /** * 页面中的方法 */ interface ComponentMethods extends WechatMiniprogram.Component.MethodOption {} /** * 页面的静态实例 */ interface ComponentInstanceProperty { $unbindDialog?: WechatMiniprogram.Component.TrivialInstance }...

`wx.offBLEConnectionStateChange` should allow omitting the callback function to remove all listeners. ![image](https://github.com/user-attachments/assets/5138bbbe-296a-4cbf-ab09-8030568308c9)