zeromake

Results 76 comments of zeromake

[tsc](https://globalcdn.nuget.org/packages/microsoft.typescript.msbuild.5.0.3.nupkg) [tsc-5.0.3.patch](https://github.com/bellard/quickjs/files/11146444/tsc-5.0.3.patch) On macosx ```bash > curl -OL https://bellard.org/quickjs/quickjs-2021-03-27.tar.xz > tar xf quickjs-2021-03-27.tar.xz && cd quickjs-2021-03-27 > make > cd .. > curl -OL https://globalcdn.nuget.org/packages/microsoft.typescript.msbuild.5.0.3.nupkg > unzip microsoft.typescript.msbuild.5.0.3.nupkg -d tsc...

@darkuranium > `nanovg_sokol.h` file: https://gist.github.com/darkuranium/746a1cdbb73004d6567783650a4b557f ```c #define NANOVG_SG_PIPELINE_CACHE_SIZE 32 ``` output: ```sh sokol_gfx.h:15715:0: PIPELINE_POOL_EXHAUSTED: pipeline pool exhausted ``` change NANOVG_SG_PIPELINE_CACHE_SIZE to 4 not error or change sg_setup pipeline_pool_size I try...

@ib00 merge to master branch my [nanovg_sokol.h](https://github.com/zeromake/nanovg/blob/master/src/sokol/nanovg_sokol.h) my [example_sokol.c](https://github.com/zeromake/nanovg/blob/master/example/example_sokol.c) ## example ```bash > git clone https://github.com/zeromake/nanovg.git && cd nanovg > xmake f -c -vD -m debug --example=y --pkg='sokol' -y >...

> @zeromake Very cool! I have some trouble compiling on linux. Shaders don't get compiled (and output into .h files) properly. I missed sokol_shader target, now is fix

project is has similar bash script [metallib](https://github.com/ollix/MetalNanoVG/blob/master/tools/metallib)

@Sav22999 [my fork](https://github.com/Sav22999/sav-pdf-viewer-pro/compare/main...zeromake:sav-pdf-viewer-pro:main) - use [lion1988dev/AndroidPdfViewer](https://github.com/lion1988dev/AndroidPdfViewer) - upgrade all deps and gradle plugin - del `.idea`,`app/debug`, `app/release`, `release` on repo, add to `.gitignore` - android api compat change: `Handler`, `Fullscreen`,...

@woheller69 has pdfium source code only: https://github.com/TEA-ebook/AndroidPdfViewer https://gitlab.com/mudlej_android/mj_pdf_reader

连 Google 自己的 `protobuf` 都不愿意用这个 package path 只能说想法是好的,但是碰到依赖里的依赖是这种情况就会直接爆炸。

@LonelyWindG 感觉可能 [云之幻](https://github.com/Richasy) 打包的用的cer证书是开发者账号给的证书,上传到商店后还得再次通过商店签名才是正式版,开发者账号给的证书应该是开发者认证了,wiliwili 整的证书只是我拿 vs 自动生成的自签证书

@LonelyWindG 主要就是这个 [key.pfx](https://github.com/xfangfang/wiliwili/blob/dev/winrt/key.pfx) 替换后即可。 签名命令在 lua 脚本里 [uwp.lua](https://github.com/xfangfang/wiliwili/blob/69e2a317a4eca7b3b0bc0f822186efb6ee525208/uwp.lua#L92) 我猜测直接手动执行 `signtool sign /fd SHA256 /a /f key.pfx wiliwili.msix` 就能替换签名