Robin Munn

Results 288 comments of Robin Munn

Probably caused by https://github.com/wxWidgets/wxWidgets/issues/18722. My current system has wxWidgets 3.0.5 on it, where that bug exists. I see that https://github.com/wxWidgets/wxWidgets/commit/2197f9d10e8841ab97d919ff6fcde5bb9721c6ce fixes the bug, at least for the wxGTK version (which...

I found a solution that doesn't require editing the ng-table code. Details here: https://github.com/esvit/ng-table/issues/969#issuecomment-703458126. Summary: install the `ngtemplate-loader` and `html-loader` NPM packages, then put this in your webpack.config.js (example is...

The way that https://github.com/Jermolene/TiddlyWiki5/commit/ae13a0fee118c50169b7835c950df1dade33788f adds a raw-text output to macro calls suggests a mechanism that might be good for the list widget too, and maybe even the `{{{ }}}` syntax...

Since the Slack discussion may not be accessible to everyone (e.g., any open-source contributors who might find this), here's the important parts from the discussion: Relevant code from source/icu.net/NativeMethods/NativeMethods.cs: https://github.com/sillsdev/icu-dotnet/blob/ec6f567218158553ee14356b5fe60b9d17007ef5/source/icu.net/NativeMethods/NativeMethods.cs#L336...

https://github.com/mhr3/unzip-stream/issues/36 is a more recent unzip-stream issue, which suggests a solution: after the files have been extracted, run `chmod` (if on a Unix system) to set the file attributes correctly....

If you roll back to v4.1.6 of download-artifact, does that fix the error? Between v4.1.6 and v4.1.7, there was [a large-ish change to the internals of how zip files are...

Reproduction: - Clone https://github.com/rmunn/dotnet-test-xunit-timing-repro - Run `dotnet test /v:q`. Test duration is wrong: first test is not counted in total duration. - Run `dotnet test /v:n`. Test duration is still...

I've been encountering this one too. It seems to correlate with folder size: the larger the folder, the more often it happens. While syncing my entire Gmail account, including the...

I just got a "Too many read 0" error even with `usecompression = no`, on the 15842nd message (out of 159938) I downloaded from All Mail. (Total time elapsed: 72...

And it happened again after copying 40361 messages; the 40362nd message got "Too many read 0". So it's random, but only a minor annoyance; I can just run `until offlineimap;...