James Albert

Results 37 comments of James Albert

I think this package is outdated

I'm using 0.4.3, have my region set in an environment variable and profile, and while it's using the correct version it still says `You must specify a region. You can...

@leankyr this is typically done by: - picking a cloud provider (aws, gcp, azure, digitalocean, linode, etc) - launching an instance - configuring security groups to allow all incoming connections...

Should have tested this on real data 😉 While the provided example does work as expected, trying this on other data yields inconsistent results between pre-saved/post-loaded classifiers. edit: I'm actually...

Just putting my particular error out there: ``` ... ... stacktrace ... File "/var/task/jose/backends/__init__.py", line 3, in from jose.backends.pycrypto_backend import RSAKey File "/var/task/jose/backends/pycrypto_backend.py", line 3, in import Crypto.Hash.SHA256 File "/var/task/Crypto/Hash/SHA256.py",...

Awesome @marcobambini I'll try and tackle these after work. Np, it's a nice little language, I like the style

@marcobambini I figured an http client without ssl support is pretty useless. I added openssl support and tried to make it as non-dependent as possible. If the user doesn't have...

@IngwiePhoenix is there a wrapper on github I can use for reference? I tried looking, but gravitational spams the search + it seems there are still open issues for module...

Oh, I saw those. That's what I modeled my changes off of