Jimmy Gaussen
Jimmy Gaussen
I was having issues with the npm published version. Building off the master branch works for Node v12: ```sh yarn add https://github.com/charto/nbind ``` But I get errors when attempting to...
It'd be nice to have access to information about longer stays. Android reports it via another event, [DWELL](https://developers.google.com/android/reference/com/google/android/gms/location/GeofencingRequest#INITIAL_TRIGGER_DWELL) events. iOS uses another API however, [CLVisit](https://developer.apple.com/documentation/corelocation/clvisit). Android and iOS also handle...
I get the following error when trying to build on Android: ``` Could not find com.google.android.gms:play-services-location:17.4.55. ``` This matches the `googlePlayServicesVersion = "17.4.55"` I have set in my project `android/build.grade`...
## :rocket: Feature Request ### Affected Languages - [x] `TypeScript` or `Javascript` - [x] `Python` - [x] `Java` - [x] .NET (`C#`, `F#`, ...) ### General Information * **JSII Version:**...
### Issue # (if applicable) Closes #29862 ### Reason for this change Exposes `BucketDeployment`'s `memoryLimit` prop in the `ProductStack` class. While not an ideal solution, this allows users to handle...
### Name of the resource `ScalingConfiguration` ### Resource name AWS::CodeBuild::Fleet ### Description `ScalingConfiguration` This field is currently implemented as `scalingConfiguration` in the API: * [`codebuild:CreateFleet`](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateFleet.html#CodeBuild-CreateFleet-request-scalingConfiguration) * [`codebuild:UpdateFleet`](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateFleet.html#CodeBuild-UpdateFleet-request-scalingConfiguration) ### Other Details...
### Issue # (if applicable) None ### Reason for this change Update the CDK EC2 listed Windows versions to match the current availability. Follow up to #29435, which was reverted...
### Issue # (if applicable) None ### Reason for this change Unlike the other integrations, `WebSocketMockIntegration` did not have a props interface, and was missing a few properties. This PR...