Results 28 issues of Daniel Roschka

I played a bit around with power saving on my MacBookPro13,2 and I'm quite puzzled. I simply tried to reach the lowest possible power consumption as a base line, but...

## Meta: **CircleCI CLI Version:** 0.1.11540+55a9ecc (release) **Operating System:** Debian sid --- ## Current behavior: CircleCI supports using a ramdisk available at `/mnt/ramdisk` since last summer (https://circleci.com/blog/the-issue-of-speed-and-determinism-in-ci/). However trying to...

bug

### Describe your idea/feature/enhancement Currently `sam validate` only catches a very small subset of problems with SAM templates. For example it doesn't even catch when the `AWS::Serverless-2016-10-31` transformation isn't specified...

type/feature
area/validate
stage/pm-review
maintainer/need-response

When using `functools.partial()` to construct variants of functions to build `datetime`-objects, `freeze_time` doesn't work, as shown in the following example: ```python from datetime import datetime from functools import partial from...

#193, which is included in 4.2.0, removed the usage of the salt when generating the hash digest for API tokens. That means digests generated for a token will differ depending...

In an OpenAPI specification I have some mandatory headers defined for certain operations. These headers are added by a custom `requests` authentication handler and have to be added there, because...

When [supplying headers using `_request_options`](http://bravado.readthedocs.io/en/latest/advanced.html#adding-request-headers) `bravado`'s validation checks their names with case sensitivity, while it shouldn't, as [HTTP header names are case insensitive](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2). That leads to `SwaggerMappingError`'s when a header...

Creating a spec fails if schemas in the spec dict contain non-JSON-serializable objects. That's for example the case when generating the spec dict from a deserialized OpenAPI template in YAML...

`incremental-snapshot` didn't work for me without this change. Instead it would throw the following exception: TypeError: Cannot read property 'toString' of undefined at Transform.stringify._transform (/some/path/dynamodb-replicator/s3-snapshot.js:43:33) at Transform._read (_stream_transform.js:167:10) at Transform._write...

Up to now incremental backups didn't contain a trailing line break at the end of the file. When aggregating incremental records into a snapshot `dynamodb-replicator` would add them. This commit...