Andreas Zoellner
Andreas Zoellner
The warning below is logged when using this lib with the `es.helpers.bulk` function Sample code: ```javascript const syncedAt = new Date().toISOString(); const bulkResult = await es.helpers.bulk({ datasource: [{syncedAt, id: '1'}],...
Currently there is one rate limiter per GBS. in some cases however, one might need to run several operations for one user in a stream (e.g. list messages then get...
sometimes the command line output isn't the best way to look at the changelog. I find myself wanting to have a quick glance at the repo (or the changelog file...
**Feature request** Limit max speed in order to filter out data glitches **Background** I am using the app to track paragliding flights. It works great most of the time but...
URIs should be allowed to have characters outside of a-zA-z, e.g. `ñ` and other non-ascii characters.
I'm running into issues using the latest versions of serverless-offline and serverless-offline-sqs This might be related to the general discussion in https://github.com/CoorpAcademy/serverless-plugins/issues/102 I created a very minimal demo here: https://github.com/zoellner/offline-sqs-bug...
change made by @esetnik in https://github.com/CoorpAcademy/serverless-plugins/commit/40efaf96244d52668d4a2580cbca314e9109d05b seems to be the cause. Setting the timeout to the maximum value ends up with frequent timeouts. Lower numbers work fine
I want to rewrite values based on the custom format. This only works in some cases. See example below. Expected output is ``` 'CUSTOM: Test1' [ 'CUSTOM: Test2' ] {...
I have a `cloudformation_resources` entry ``` - name: StackSetExecutionRole template_file: s3://cloudformation-stackset-sample-templates-us-east-1/AWSCloudFormationStackSetExecutionRole.yml parameter_file: parameters/stack-set-execution-role.json deploy_method: stack_set deploy_to_ou: # :type: list - Custom regions: - us-east-1 ``` The initial deployment was fine...
youtube has an alternative embedding host (`https://www.youtube-nocookie.com/`) for more privacy focused embeddings (no tracking until video is played) I'd suggest to add an option that would allow to switch to...