crabbixOCE

Results 3 comments of crabbixOCE

@Arpafaucon workaround is good but seriously how is this still a bug? Just had problems with it today, this thread is 4 and a half years old

Hey, not sure how useful this is for your case but the solution I went with in the end was simply to use [HTTP.jl](https://github.com/JuliaWeb/HTTP.jl) to set up a simple server,...

Sure, I would send a json object from the python side, like `q = requests.post(` ` 'http://127.0.0.1:8000/start',` ` json=json.dumps({'data':data_obj}),` ` verify=False,` ` timeout=10` ` )` And then use the JSON3...