ecbftw

Results 16 comments of ecbftw

+1 I'm trying to track state through event handlers, but so far keep running into problems with it (including #356). Whatever API changes are needed, I think they'll be worth...

Hi @sethmlarson, thanks for the suggestion. I wasn't aware of these `assert_...` options in urllib3, but I'm not sure it will give me the flexibility that I desire. Consider a...

@sigmavirus24 Right, that was true until Python 3.4 when the `cadata` argument was added. See my explanation in the first post. All supported versions of Python 3 now have this,...

Yeah, so the whole point here is that I find it really crazy that to provide a custom bundle, I have to write it to disk. I want to dynamically...

I have come up with a fully working solution that: * Forces urllib3 to use pyOpenSSL via the contrib module (which seems like a semi-legit thing) * Implements a pyOpenSSL...

I'm confused by this as well. The instructions don't make it clear where I should be looking for the output. I wanted to run it on a long-running service process....

I'm running into the same problem. I uninstalled scalene and nvidia-ml-py and tried installing from git as you instructed above. Same result. Investigating further, the problem is the broken nvidia-ml-py...

This still appears to be a missing capability from Neo4j. After quite a bit of searching, I've found numerous people who want this kind of feature, such as: https://stackoverflow.com/questions/40060000/cypher-all-paths-without-loops https://stackoverflow.com/questions/47198226/how-to-avoid-cycle-or-loop-in-path-neo4j-cypher...

Hi there. This is a feature I would really like to see added, and I think i can lend some insight to it. I have used the data URI encoding...

I know next to nothing about Go, but I dug into the code a little bit. It seems that email attachments are added in a couple of places in https://github.com/gophish/gophish/blob/master/worker/worker.go...