Results 11 issues of Wade Tregaskis

This provides a way to let the command-line user configure logging (and is best done in XCGLogger itself, rather than left to users, in order to have some degree of...

Run swift-actions/setup-swift@v1 Error: Unexpected error, unable to continue. Please report at https://github.com/swift-actions/setup-swift/issues Version "5.7" is not available Stacktrace: Error: Version "5.7" is not available at Object.verify (/Users/runner/work/_actions/swift-actions/setup-swift/v1/dist/index.js:9351:15) at /Users/runner/work/_actions/swift-actions/setup-swift/v1/dist/index.js:2755:36 at...

bug

Surprisingly, I can't find _any_ implementation of floating-point GCD for Swift, anywhere. While there are implementations in other languages - Python has heaps - a lot of them gloss over...

``` XCTAssertEqual(64, BigInt(Int64.min).bitWidth) ``` That fails, because bitWidth returns 65. It's not correctly handling the cases of 0b1 followed by some number of 0b0's, because with two's complement the magnitude...

`description` (per `CustomStringConvertible`) seems to work fine, but of course doesn't produce localised outputs (as expected per its purpose). I want localised outputs, which is normally (for the built-in numeric...

**Describe the bug** "Version "5.8" is not available" https://github.com/wadetregaskis/FoundationExtensions/actions/runs/4842921516/jobs/8630176019#step:2:5 **Workflow configuration (please complete the following information):** - Action version (`uses`): swift-actions/setup-swift@v1 - Platform (`runs-on`): windows-latest - Swift version (`swift-version`): 5.8

bug

The theme customisation is pretty useless for me as it stands because it cripples the syntax analysis, at least for languages like Swift. e.g. it then confuses numeric literals and...

e.g. on feed pages, where the ToC is never rendered. Specifically, front.min.js & screen.min.css. It is somewhat possible to manually block these using plug-ins like [Asset CleanUp](https://wordpress.org/plugins/wp-asset-clean-up/), but it'd be...

Now, in addition to the sidebar _always_ being open at launch even though I always hide it, I have to actually mouse through the menus to hide it, rather than...

Whenever a footnote is added, all Code Block Pro blocks on the page mangle their contents, replacing actual line returns with the literal text ``. This has been happening for...