Joey Zhao

Results 62 issues of Joey Zhao

I can see there are different handler styles on the demo page (https://whoisandy.github.io/react-rangeslider/) like below screenshot. I wonder how I can change the handler to `circle` or `rectangle`. ![image](https://user-images.githubusercontent.com/3355579/38361218-028fe758-3910-11e8-9999-bf52864c917e.png)

I am deploying to AWS by serverless deploy command. There is a API Gateway already deployed and I deploy a couple of lambdas from different project to attach to the...

needs feedback

I am using ` "serverless-appsync-plugin": "^1.13.0",` in my serverless yml file. And I tried to create a custom domain but failed. The doc says I must create the domain first,...

I have blow configure to export `GraphQlApiId` on the cloudformation stack but I can't see the exported name on cloudformation stack console. What is the correct way to export the...

First of all, thanks a lot for releasing this awesome plugin. I have a question about how to split the appsync into multiple stack? My project structure looks like: ```...

I can specify mac address on `bluetoothSerial.connect` but why doesn't `isConnected` has that parameter? If it connects to multiple devices, how do we differentiate these devices when calling `isConnected`?

I am on an Android device and using this plugin to handle bluetooth connection. I found that it doesn't notify my application if a paired bluetooth device is shutdown. Is...

I have two postgresql 11.9 and 13.4. The node, replica_set and subscription are all created successfully in both clusters. However, when I check the subscription status in the target database,...

I am trying to add a new buildType in my android application. I edited `build-extras.gradle` as below ``` android { buildTypes { staging { initWith release } } } ```...

support

> Note: If your issue/feature-request/question is regarding the AWS AppSync service, please log it in the [official AWS AppSync forum](https://forums.aws.amazon.com/forum.jspa?forumID=280&start=0) **Do you want to request a *feature* or report a...