moi15moi
moi15moi
VSFilter use ``wcstol`` to convert a string to a number. We would need to emulate that function. This is the implementation of ``wcstol`` in ucrt (for me, it is available...
@BrightKanon You might wanna try the build of this PR: https://github.com/TypesettingTools/Aegisub/pull/404 You can find the installer + portable here: https://github.com/TypesettingTools/Aegisub/actions/runs/15558142117?pr=404 Could you tell us if it work as expected?
Will this PR eventually get reviewed?
> What’s the point, then? My first message pretty much say it. It is just less "hacky". That's the only point. I compared the performance with IDWriteFontFallback and IDWriteTextLayout and...
> [@moi15moi](https://github.com/moi15moi) why the downvote? If you want to copy comtypes code in your project (which is really weird) to edit it, thats is your problem. You should fix the...
> Have you actually ever considered relative imports for comtypes? Yes, this is clearly a plus. comtypes should use relative import because this is the new standard, but it isn't...
As said in pm, you may consider to use https://github.com/jarnedemeulemeester/libmpv-android
This seems to be the same problem mentionned here: https://github.com/Ristellise/AegisubDC/issues/36 A PR have been made to arch repos to fix this: https://github.com/arch1t3cht/Aegisub/pull/127 But, as said in https://github.com/arch1t3cht/Aegisub/pull/127#issuecomment-2068289030, there is a...
Is there a workaround to debug ``MyApp.dll`` as sudo? ``MyApp.dll`` needs to be run with sudo. Ex: ``` { "name": "Local debug", "type": "coreclr", "request": "launch", "program": "${workspaceFolder}/MyApp.dll", "cwd": "${workspaceFolder}",...
@gregg-miskelly I don't know if it make any difference, but I work with in wsl. I already tried the message you mentionned, but it didn't worked for me. This is...