Simon Mumenthaler
Simon Mumenthaler
The default behaviour of dynamo-easy filters out all null (or undefined) values before the mapper function `toDb` is called. So it's not possible to store `null` as `{ NULL: true...
closes #288
since [TSLint is deprecated](https://github.com/palantir/tslint) it's necessary to use ESLint https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration
configure browserstack test automation to run all tests in different browsers as well. BrowserStack is free for openSource projects, we just need to place some links pointing to BrowserStack and...
ability for parallel scan requests on a table. could be something like `store.scan().parallelExec(n)` or `store.scan().totalSegments(n).exec()` https://aws.amazon.com/blogs/aws/amazon-dynamodb-parallel-scans-and-other-good-news/
**The feature would affect:** - [ x] *api.storyblok.com (CMS - Content Delivery API)* **Is your feature request related to a problem? Please describe.** When the App `Translatable Slugs` is activated,...
We name our branches with a specific pattern that starts with a `#` followed by digits and other chars like `#2-bit-ref-r`. But when executing the `configure-aws-credentials` action it fails since...
**The feature would affect:** - [x] *app.storyblok.com (CMS - Interface)* The Visual Editor allows to click on Components and the Form UI then shows the corresponding part. This concept could...
I'm looking for a way to generate the QR Code only as SVG - the method used in the SVG Class is the `generateQRCode` Unfortunately this function is not exported...
**The issue occurs while working with:** - [x] *app.storyblok.com (CMS - backend)* **Current behavior:** When configuring the webhook url and using an endpoint url from an AWS API-Gateway within the...