howe

Results 12 issues of howe

Well,this libs is very easy to use lama. but ,I found there are some Memory leaks problems。In simple.c file //int simpleCompress(elzma_file_format format, const unsigned char \* inData, // size_t inLen,...

Does lftp support socks5 proxy?

照着做还是报 Cannot GET / 搞了一个小时 放弃了

well,It’s looks great! Does it support Clipping? This feature is very important for me

Re: # ### Changelog * Add **USE_WORKER** and Macro **CC_USE_WORKER** ( default ON) * Add `jsb_worker_maunal.cpp/jsb_worker_maunal.h` and `Worker.cpp/Worker.h` * Modify `jsb_module_register.cpp` ------- ## 简中说明 _只支持v8引擎_ ### 支持特性 #### 主线程Worker接口: -...

商城购买了插件,但是不能像2.x查看引擎纹理缓存,是没有适配3.x本身吗?

well, OnlineJS is a good method for listen networkstate. but I think this _http://offlinejs.com/online.php_ is not a good suggestion. we change this code like that > w.onlinejs._onLineURL = window.location.href.split(/[?#]+/)[0] ||...

int xdim = header[ASTC_HEADER_MAGIC]; int ydim = header[ASTC_HEADER_MAGIC + 1]; texture->w = astcGetWidth(header); texture->h = astcGetHeight(header); dataLen = dataLen - ASTC_HEADER_SIZE; const unsigned char * ptrdata = data + ASTC_HEADER_SIZE;...

I have compiled the mimalloc static library myself, using the v2.2.3 version branch. Here are my NDK cmake build settings: ``` SET ANDROID_NDK=D:\Android\SDK\ndk\25.1.8937393 SET CMAKE_PATH=cmake SET ANDROID_PLATFORM=android-24 SET ANDROID_TOOLCHAIN=clang .......

In my NDK project, I integrated SoLoud , and the entire integration process was very smooth. I’m using the OpenSLES backend and successfully played MP3 audio. However, there are numerous...