Charles C.

Results 16 issues of Charles C.

Sorry for the commit spam - squash on merge to clean that up. * Python3 support Tested on `3.8.5` Python3 introduces more aggression around the difference between str and bytes,...

Ref: https://github.com/aelsabbahy/goss/issues/450 ``` vagrant@devel:~$ goss add command 'ulimit -Hn' Adding Command to './goss.yaml': ulimit -Hn: exit-status: 0 stdout: - "65535" stderr: [] timeout: 10000 vagrant@devel:~$ goss add command 'ulimit -Sn'...

I think it would be cool to see Carthage support for those who can't use cocoapods https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework

enhancement

Having only a truncated IntBuffer feels extremely limiting, writing wav should accept a Float buffer - otherwise why are you using a lossless format.

This feature derived from conversation in https://github.com/go-audio/wav/issues/20 I am using reflective types but performing no reflection, there should be no performance difference or compatibility issues, outside of projects conforming to...

##### SUMMARY A cloudfront_distribution which performs its operation and the cloudfront distribution is created successfully. However, when `wait: yes` is enabled the error is detailed below. Digging around the source...

bug
waiting_on_contributor
module
affects_2.10
python3
traceback
plugins
needs_verified

**Please use the [Discourse forum](https://discourse.nameko.io/) for support requests and questions.** **Describe the bug** With a simple service containing a request operation, an SSLContext recursion issue occurs. Client: ``` >>> n.rpc.check_service.HTTPStatusOk("https://google.com")...

**Please use the [Discourse forum](https://discourse.nameko.io/) for support requests and questions.** **Describe the bug** Seemingly no matter what I do, `ClusterRpcProxy` uses the default guest:guest configuration. ``` with ClusterRpcProxy(config={"AMQP_URI":"pyamqp://notguest:[email protected]"}) as rpc:...

Adds `config.setup()` to the given example for a standalone RPC call, which should make the example actually operational. I didn't find `config.setup()` documented anywhere else in my searches when I...