danatemple

Results 6 issues of danatemple

Was just looking at the inline policy attached to the IAM user, and noted that while the S3 permissions are limited to sidecar-provisioned resources, the Lambda permissions are wide open....

Just to let you know: https://hammerstone.dev/sidecar/docs/main is missing Python 3.9. And the README is missing Node 18 and Python 3.10 and 3.11, which are now listed in AWS: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html I...

I've tried ingesting an Excel file with various number formattings (percentage, roundings, currency) and I am trying to do the equivalent of PHPSpreadsheet: ```php $cell->getStyle()->getNumberFormat()->getFormatCode(); ``` I can see there...

This code should not throw an error I think, as the keys array is locally generated: ``` Object.keys(myObject).sort(mySortFn) ```

### What happened? I used the ->disk() method to upload to S3, but when I do this I can see that the file has double the expected size, and does...

bug

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/histogram-recharts-2-1-8-b31h8) ### Steps to reproduce Run the...

bug