Paya

Results 19 issues of Paya

I have multiple lambdas in a single project. When I right-click on one of the lambda handler files in Project Explorer and choose "Upload function to AWS Lambda...", the "Select...

feature-request
lambda

### General information * SDK/Library version: card.io.cordova.mobilesdk 2.1.0 + Ionic 3 + Cordova + Angular2 + TypeScript * Platforms: iOS * Device OS Version and Device: iOS 11.4 on iPhone...

Having TypeScript definition file would make it easier and less error-prone to use this library. Please consider for a future version.

enhancement

Seems to me like you are running the benchmarks without first JITting the libraries/benchmark code. I recommend running a throwaway repeat=1 RunLoop over all your factory methods before running the...

How should I modify the code if I am actually interested in rectangular terrain? Like 1024x512 pixels.

I am going over the [sample code for sandboxing/XPC by Apple](https://developer.apple.com/library/archive/samplecode/SandboxingAndNSXPCConnection/Introduction/Intro.html) and I prefer how they dealt with keeping connection references when needing to call back into the app from...

I believe you should be calling .deallocate on UnsafeMutablePointer instances, right? With respect to HelperAuthorization.swift file. Alternatively, use a cleaner code: ```swift var externalForm = AuthorizationExternalForm() withUnsafeMutableBytes(of: &externalForm) { data.copyBytes(to:...

### Description I use Compose. I have two networks: * `private` (bridge, internal) * `public` (bridge) I have these containers: * `wireguard` - in both networks `private` and `public` at...

area/network
status/triage
version/4.29.0

### Is your feature request related to a problem? Please describe. [UploadPart API](https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html) supports specifying MD5/SHA256 to verify each part is received intact. `lib-storage` does not allow me to make...

feature-request
p2
queued