Johan Tibell
Johan Tibell
Any status update? Note that `isinstance` is defined as working on unions: "If *classinfo* is a tuple of type objects (or recursively, other such tuples) or a [Union Type](https://docs.python.org/3/library/stdtypes.html#types-union) of...
This seems like a very core issue. Basic inputs like a text field is something I think everyone would expect to work in its basic form (i.e. just input long...
The `Text` component code handles this correctly so perhaps a fix could be taken from there: https://github.com/facebook/react-native/blob/8c779cd630830149c4d33d386ccd3a9a84517d37/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactBaseTextShadowNode.java#L543
We also seem to get duplicated Enter key presses. ``` System: OS: macOS 13.5.2 CPU: (8) arm64 Apple M1 Pro Memory: 95.41 MB / 16.00 GB Shell: 5.9 - /bin/zsh...
1.2.6 doesn't seem to work either: ``` Argument of type '(request: AxiosRequestConfig, config?: RequestLogConfig | undefined) => AxiosRequestConfig' is not assignable to parameter of type '(value: InternalAxiosRequestConfig) => InternalAxiosRequestConfig |...
I have the same problem trying to implement the Material Design 3 carousel on top of this library: https://m3.material.io/components/carousel/overview I want the items to simply take whatever width they are...
Each DynamoDB stream event handler duplicates the IAM policy, causing "Maximum policy size exceeded"
Assuming I'm looking at the right code, it's not obvious why this happens: https://github.com/serverless/serverless/blob/7b1e0120b0c97e811ea32b67a51e4c9e9ccf4edd/lib/plugins/aws/package/compile/events/stream.js#L241 The above code seems to add each resource to the same statement (although without any deduping...
Each DynamoDB stream event handler duplicates the IAM policy, causing "Maximum policy size exceeded"
Could it be that CloudFormation (perhaps when doing an incremental deployment) appends rather than overwrites the policy?
Each DynamoDB stream event handler duplicates the IAM policy, causing "Maximum policy size exceeded"
The IAM policy editor shows "Suggestions: Redundant Statement", so it agrees these statements are redundant.