CryptoAlgo

Results 22 issues of CryptoAlgo

### Did you test the latest `bugfix-2.1.x` code? Yes, and the problem still exists. ### Bug Description Hybrid threshold to switch from StealthChop to SpreadCycle persists across resets correctly, but...

F: Trinamic

### Version 0.4.5(12) ### ### Stacktrace ### function signature specialization of static DiscordKitCore.DiscordREST.createMultipartBody(with: Foundation.Data?, boundary: Swift.String, attachments: [Foundation.URL]) -> Foundation.Data (APIMultipartFormBody.swift:20);Swiftcord $s14DiscordKitCore0A4RESTC11makeRequest4path5query11attachments4body6method10Foundation4DataVSgSS_SayAJ12URLQueryItemVGSayAJ3URLVGAmC0F6MethodOtYaKF (:0);Swiftcord main (SwiftcordApp.swift:15);Swiftcord ### Reason ### SIGTRAP ###...

### Version 0.4.5(12) ### ### Stacktrace ### $s16CachedAsyncImageAAV4load33_1115941DA3DEE378C52E09DA49AE1AD2LLyyYaYbFyyXEfU1_ (CachedAsyncImage.swift:335);Swiftcord partial apply forwarder for reabstraction thunk helper from @callee_guaranteed () -> (@error @owned Swift.Error) to @escaping @callee_guaranteed () -> (@out (),...

### Version 0.4.5(12) ### ### Stacktrace ### SwiftyGif.SwiftyGifManager.startTimerIfNeeded() -> () (SwiftyGifManager.swift:0);Swiftcord SwiftyGif.SwiftyGifManager.addImageView(__C.NSImageView) -> Swift.Bool (SwiftyGifManager.swift:104);Swiftcord (extension in SwiftyGif):__C.NSImageView.setGifImage(_: __C.NSImage, manager: SwiftyGif.SwiftyGifManager, loopCount: Swift.Int) -> () (NSImageView+SwiftyGif.swift:80);Swiftcord (extension in SwiftyGif):__C.NSImageView.(parseDownloadedGif in...

This PR bumps the node version used in the action to `node16`, and bumps packages to their latest versions available. I've tested the forked action and confirmed there were no...

Currently, this action runs on node 12, which will be deprecated soon and causes a warning every action run. Simply moving to node 16 should solve this problem, and allow...

### Describe Your Request As more features have been added to Swiftcord, the priority has been to ship new features out as fast as possible. This has led to non-optimal...

enhancement

_Original PR: #18_ > Bot support was a tough one to tackle, and laid idle in another branch with low visibility while I was allocating my contribution time to other...

This adds `swift-tools-version` to the top of `Package.swift` for compatibility with SPM for Swift versions 5 (and up), as well as some file restructuring to place everything where SPM expects...

Although support is provided for compiling with only encode/decode support thru the `USE_ENCODE_FUNCTIONS` and `USE_DECODE_FUNCTIONS` definitions respectively, some portions of the code are not properly wrapped with `#ifdef` conditions. This...