Sébastien Stormacq

Results 31 issues of Sébastien Stormacq

When trying to build `gnutls` on Ubuntu, I am receiving the following error after the test phase. ``` cipher-openssl-compat.o: In function `cipher_test': /home/ubuntu/gnutls/Build-Scripts/gnutls-3.6.6/tests/slow/cipher-openssl-compat.c:42: undefined reference to `EVP_get_cipherbyname' /home/ubuntu/gnutls/Build-Scripts/gnutls-3.6.6/tests/slow/cipher-openssl-compat.c:104: undefined reference...

**Describe the bug** When compiling Amplify and core sdk in a project under Xcode 12 GA, the compiler produces hundreds of warnings that pollute the build output. Only a couple...

bug
investigating
build

A customer is developing an app using TWO Cognito User Pools. Customer develops a web app, an Android app and an iOS App. On their web app, they are able...

core
feature-request

**Describe the bug** Using AppSync 3.x, the dependencies system installs AWSCore 2.12 and not the latest 2.13 **To Reproduce** Steps to reproduce the behavior: 1. create the following pod file...

build

### Describe the bug Hello team, I am following instructions provided by the [Amplify iOS tutorial here](https://aws.amazon.com/getting-started/hands-on/build-ios-app-amplify/module-four/) I am running into a strange error with the GraphQL API. This call...

bug
api
pending-release
p3

### New Regression Checklist - [X] Updated fastlane to the latest version - [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [X] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [X] I searched for [existing...

sst:agoncal-application-petstore-ee6 sst$ export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/ sst:agoncal-application-petstore-ee6 sst$ java -version java version "1.7.0_05" Java(TM) SE Runtime Environment (build 1.7.0_05-b05) Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode) --- product = WebSphere...

### Describe the bug When a SwiftUI View refers to some code manipulating Amplify Auth plugin, Xcode preview crashes Error : It looks like the preview renderer does not call...

bug
core
build
dev tools
closing soon
pending-release

$ uname -a Darwin 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64 $ cat ./lambda-shell # !/bin/bash while : ; do read -p '$ '...

Generate swift code has compilation warning about deprecated protocol. ``` SamSchema.swift:5645:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONNull' to 'Hashable' by implementing 'hash(into:)' instead public var...

Swift
good first issue