Ryan Ju
Ryan Ju
Any thoughts on this?
I need this too. Currently, the datadog.conf file ignores percentiles like 0.999, 0.9999.
There is already a function https://github.com/aws/aws-sdk-go-v2/blob/98519e67e1d575b00ed51b831a877a4b9bbf6a43/service/dynamodb/serializers.go#L3374 that does almost what we need. This can be copied into a public function. This should only take a couple of days to implement.
This is the same issue I'm facing. Cloudformation fails to create resources.
There is also a typo. Should be `AllowOrigins`. The current code is missing the `s`.
# Some more info The above is setting `__DISABLE_SECURE_MODE: true`. When setting it to `false`, I encountered another issue in Safari (and iOS webkit): According to [this post](https://stackoverflow.com/a/68787281/842860), Safari doesn't...
Thanks @nick-delirium. `https://localhost` is quite tricky to set up, especially when working with an iOS simulator due to CA issues. So ideally we want to use `http://localhost` instead. The problem...
I found a workaround (on macos). Instead of doing the crazy bootstrapping chain, you can do this: 1. Download the `.tar.gz` file from the official site https://go.dev/dl/ and unpack it...
To reproduce, this is a simple program: ``` import JSONBig from 'json-bigint'; const input = '{"value": 42.144481999999}'; const big = JSONBig({useNativeBigInt: true, alwaysParseAsBig: true}); // Throws error: // RangeError: The...
This is a very serious bug, given how easy it is to reproduce