Alexander Mohr

Results 55 issues of Alexander Mohr

I've been searching for the fastest geodesic library for python and it seems yours is by far the fastest. This makes me both worried that some edge case is missing...

Got the following error: ``` 19:08:37.893 WARN InvokeOp - Unhandled virtual exception: java.lang.NullPointerException: Name is null 19:08:37.896 WARN MethodReflector - Failed to reflect Ljava/lang/Enum;->(Ljava/lang/String;I)V: Name is null 19:08:37.896 ERROR NodeExecutor...

bug

it seems like only `StepTickTimeFactory` and `FrozenDateTimeFactory` have this method enabled but not `TickingDateTimeFactory`

bug

From what I see the server back-end sticks the metadata keys in an `EnvironHeaders` class, which then mucks with both the casing and certain characters like "_". If I set...

debugging

botocore just added support for specifying proxy servers. It seems like it would be better to switch to using a single proxy, then specifying the endpoint_url, as it would require...

enhancement
question

There's a new API that's available for some (but not ALL) services: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html. This script should slowly migrate to that set of APIs Here's a module that's already using it:...

we currently disable the `token` property because it needs to be an async call. See: https://github.com/aio-libs/aiobotocore/blob/master/aiobotocore/credentials.py#L259 This is called in places like [SigV4Auth._modify_request_before_signing](https://github.com/boto/botocore/blob/1.24.10/botocore/auth.py#L416) which is called by `SigV4Auth.add_auth`. I haven't...

given setup.py now supports it that will allow it to more easily integrate into new release docs