Jonathan Thornton

Results 12 comments of Jonathan Thornton

This project is seemingly no longer being maintained by its owner, but IBM’s [Swift-JWT](https://github.com/IBM-Swift/Swift-JWT) supports ES256 signing and verifying on Apple platforms and Linux, and it is an excellent replacement...

I’ve made a [fork](https://github.com/jonblatho/JSONWebToken.swift) of this repo and published a [release](https://github.com/jonblatho/JSONWebToken.swift/releases/tag/3.0.0) with several changes, including a fix in Package.swift for this issue. Importantly it [requires Swift 4.1](https://github.com/apple/swift-evolution/blob/master/proposals/0075-import-test.md), but it should...

I have [a fix](https://github.com/kylef/JSONWebToken.swift/pull/112/commits/44f4b7a4ed7c1d2a165e106f2eb236ad199a54be) in #112 for this issue that works across both Swift 4.1.x and Swift 4.2. Earlier versions of Swift aren’t supported because `#if canImport(ModuleName)` was added in...

This issue was fixed quite some time ago by the owner but no release was ever published. I’ve made a fork of this repo and published a [release](https://github.com/jonblatho/JSONWebToken.swift/releases/tag/3.0.0) that, among...

I have opened a pull request (#96) which brings the CryptoSwift version to 0.8.0 and fixes another issue which prevented successful builds. I have verified that builds are successful on...

@timmyhadwen This is late, but importing Security fails on Linux because Security is an Apple framework which they've not made available off of Apple platforms. Given the decision to use...

I'm sure I don't speak for everyone, and I'm not sure how much effort the jQuery 4 migration will require, but personally as a user, if substantial effort is going...

Ahh, quick update — when I thought it was hanging, it wasn't. I was running this in the VS Code terminal and it was prompting me for an HTTP password...

@dylan-conway Is there any update on this? This is still occurring in Bun v1.1.26 (latest) and fully blocking us from continued work with Bun at this time. Happy to provide...

I'm now confident that when `git clone` is being run, for some reason it's not respecting my SSH config (at `~/.ssh/config`, the typical location) telling SSH to use the user...