Hanson Zhang

Results 11 comments of Hanson Zhang

@mpkupriyanov I think it's because there too many `SKCropNode` and cause offscreen buffer. according to the [AppleDoc](https://developer.apple.com/documentation/spritekit/skcropnode): > Use crop nodes sparingly. Because they require an additional offscreen memory buffer...

@AaaK00 Hi. There is a lot of discussion in [DJIWidget issues 9](https://github.com/dji-sdk/DJIWidget/issues/9) about the `frame.pointee.cv_pixelbuffer_fastupload` is **nil**, even though enable HardwareDecode. So it could be a better way to deal...

@levinli303 Hello, Thanks for your build script. When I using the "libarchive.a" in iOS project, I got the "Undefined symbol" problem: ``` Undefined symbol: _BZ2_bzDecompressInit Undefined symbol: _BZ2_bzDecompress Undefined symbol:...

> @levinli303 Hello, Thanks for your build script. When I using the "libarchive.a" in iOS project, I got the "Undefined symbol" problem: > > ``` > Undefined symbol: _BZ2_bzDecompressInit >...

@mmatuska Thanks for replying. I try to set locale to UTF-8 in iOS platform, but it's not working.

@mmatuska I have figured it out. I found that `nl_langinfo(CODESET)` get the charset is `US-ASCII` in iOS no matter what. Because the file contains Chinese character, so when it try...

@ppooooqq Libarchive will check the `HAVE_LZMA_H` to confirm whether have ``` #if HAVE_LZMA_H #include ``` You can find the header file in macOS at this path: ``` /usr/local/Cellar/xz/5.2.5/include/lzma.h ```

> 经过测试,使用Chrome插件直接注入的内容不会发生这个问题,而通过剪贴板复制粘贴的内容会,可能是因为Chrome插件可以直接向编辑器里注入代码,跳过了公众号编辑器的一些转换逻辑。 @Shyujikou 你好,请问这里说的 `Chrome插件` 是指哪个插件?🙏

@ganeshkhedkaraa You can check this out #30

Thanks for your suggestion. I will consider it in future versions.