Tom Knapen

Results 10 comments of Tom Knapen

There still seems to be a problem on my x86 machine after updating to 4.9.0 ``` dyld: Library not loaded: @rpath/lib_InternalSwiftSyntaxParser.dylib Referenced from: /Users/tomk/Projects/Git/xxx/Pods/BartyCrouch/bartycrouch Reason: image not found /Users/tomk/Library/Developer/Xcode/DerivedData/xxx-cpuniddoybnjrvdhuosiuotrlwka/Build/Intermediates.noindex/xxx.build/Staging-Debug-iphonesimulator/xxx.build/Script-5E6493E718D2A3BBDA13ADC3.sh: line...

@0xTim Any update on this? The last post on Swift forums is yours stating you updated the pitch?

I think it would be handy to list some of these sample wrappers. The only one that I could find is https://github.com/pyaillet/esp-idf-ble.

> > release an Apple Silicon specific binary to test. > > Can find those under the "releases" tab, labeled "universal" https://github.com/raspberrypi/rpi-imager/releases > > Not sure if that solves your...

I'm running into this issue as well. Do you want us to create a pull request for this issue, or will you fix it yourself?

I too would like to see transaction functionality implemented. In the meantime, how would one go about implementing this theirselves, without having to resort to raw commands?

@OurBigAdventure I replaced BlueRSA etc with Apple's Swift Crypto library. Can you check if my PR fixes things for you on Linux? Please note that **RSA support is currently missing**...

@advanc3dUA You can check if my [PR](https://github.com/Kitura/Swift-JWT/pull/118) suits your needs.

@dannys42 It seems like Swift Crypto supports RSA via the `_CryptoExtras` package. For this PR I have now added support for RSA using both public- and private keys. Using certificates...