Charles C.

Results 49 comments of Charles C.

Out of curiosity is it expected that if you have an `[]int8{1, 2, 3}` that it's float32 conversion would be `[]float32{2, 4, 6}`? Admittedly I simply don't know.

This should prevent more problems like https://github.com/nameko/nameko/issues/692 https://github.com/nameko/nameko/issues/687

I don't understand what failed in the build but happy to fix it if anyone does

Note: I know I Could set up the API to be a service as well as is demonstrated in your examples repo, but I wanted to see how well it...

resolved: https://github.com/nameko/nameko/issues/687#issuecomment-663938776 This should be documented in https://nameko.readthedocs.io/en/stable/built_in_extensions.html?highlight=standalone#rpc

I'm unfortunately on the RC for new features :\

In the process of troubleshooting my own issue https://github.com/nameko/nameko/issues/692 it seems `config.setup()` is still required. ``` conf = { 'AMQP_URI': "pyamqp://user:password@localhost" } config.setup(conf) with ClusterRpcProxy(conf) as rpc: ... ```

My setup works fine until I try to make an https request within a nameko context #693 You say install lower version of dnspython (1.16) THEN install nameko and it...

Unfortunately I don't seem to be so lucky @josewails :( ``` Successfully installed requests-2.11.1 ``` (yes, I uninstalled first) ``` Starting new HTTPS connection (1): google.com error handling worker :...