Tom Seddon

Results 257 comments of Tom Seddon

It's a bug - the code is ignoring the current background colour settings. Here's a first draft patch. I don't use PowerShell, but I use black-on-white in the command prompt...

I haven't done any more on this - I was using Go as part of some client work, and haven't used it since. And at some point the project's Go...

https://www.appveyor.com/docs/how-to/secure-files/ https://felixrieseberg.com/codesigning-electron-apps-in-ci/

https://developer.apple.com/library/archive/technotes/tn2206/_index.html

This is making it increasingly hard to actually run b2 in the first place: https://stardot.org.uk/forums/viewtopic.php?p=366226#p366226

The issue described in the stardot post is unrelated - fixed by 6a7ed04776f2577a193396842face02f7acacf05 - now works again if you right click and select Open. (Notarizing the builds costs, so that's...

Add a note about how to check the version number: https://github.com/tom-seddon/b2/issues/149

Add a note about the GitHub issues list being authoritative

If you can figure out the right define to key it off, then arranging for `CPU_ARM` to get defined might do the trick... you'll be a bit on your own...

Sazhen86 of stardot has had it running: https://stardot.org.uk/forums/viewtopic.php?p=366282#p366282 macOS fat binaries are termed Universal: https://stackoverflow.com/questions/65157483/macos-build-universal-binary-2-with-cmakebinary Should be enough info to get AppVeyor building an Apple Silicon version? The ARM build...