Mozi

Results 112 comments of Mozi

[Off topic] Hi @Starkku , it's better to use the permanent link: `https://github.com/Rampastring/Rampastring.XNAUI/blob/6299d91a2598dc3a57240495c4629aeb3527c680/XNAControls/XNAListBox.cs#L573`.

Hi. Please try `AresRelease` . ```diff - MO) - build SharpDX MORelease - build WindowsGL MORelease - build XNAFramework MORelease + Ares) + build SharpDX AresRelease + build WindowsGL AresRelease...

![20190828_网易云音乐-添加翻译有技巧](https://user-images.githubusercontent.com/29089388/64140563-68e6f380-ce37-11e9-8149-d10e01000189.png) 我来传个大图。

Hi, there. I‘ve opened a PR to fix the download links: https://github.com/dom4j/dom4j.github.com/pull/6 .

Hi! I've encountered the same issue. I think you may just need the "libgstreamer-gl1.0-0" package. Reason: "libgstreamer-plugins-base1.0-0" contains the following libs: - libgstpbutils-1.0.so.0 - libgstaudio-1.0.so.0 - libgstapp-1.0.so.0 - libgstallocators-1.0.so.0 -...

Well, ```Error: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined``` doesn't look like a Python exception, but from a JavaScript runtime, so posting here is not...

OK, I've seen the change you made and the [successful run](https://github.com/akiyosi/goneovim/actions/runs/3250864077/jobs/5335105060): https://github.com/akiyosi/goneovim/compare/fdc6b1a7ec5e504ea1f7549c926efa7800455e94..07a884bcc4ea9cb9d6529034002f58de39d81dfe#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133ddL188-R134 ```diff test-and-build-macos-11: strategy: matrix: go-version: [1.18.x] platform: [macos-11] - qtversion: [5.15] + qtversion: [5.15.2] ... - name: Install...

I think the following line is the source of the bug: https://github.com/jurplel/install-qt-action/blob/19c09fceb31e30c0e3e8480f6471745bfb31e9ce/action/src/main.ts#L332 Since ``` `${inputs.versionDir}/**/*` ``` was ```${{ github.workspace }}/Qt/5.15/**/*``` and matched nothing, ```glob.sync(`${inputs.versionDir}/**/*`)[0]``` of course returned ```undefined``` , then...

Well, no, please keep this issue open. This is not your mistake. You specified "5.15" as the version number, and aqtinstall didn't think that's wrong and downloaded Qt 5.15.2. However,...

I'm trying to make some changes on [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action). To avoid noise and duplication (of GitHub reference, notifying someone, etc), I will not put any analysis here until I make any...