Michael Hart
Michael Hart
Running the latest imgproxy via `docker run -e IMGPROXY_LOG_LEVEL=debug -p 8081:8080 -it darthsim/imgproxy:v3.4.0` along with the image attached, and accessing the image provided (though a similar outcome is likely for...
Hi, With the following test code: ```python import fastapi_jsonrpc as jsonrpc app = jsonrpc.API() api = jsonrpc.Entrypoint("/") @api.method() def simple() -> None: return None app.bind_entrypoint(api) ``` executed as `bin/uvicorn example_service:app...
More code required below for a twisted eventloop, sorry, this is ripped from a larger project. ``` client = Client(dsn=some_value, transport=TwistedHTTPTransport) client.captureMessage(message='hello') ``` if the DSN is a string then...
Eclipse offers stratum protocol on port 3333 of all servers, m0mchil/poclbm#65 implies getwork/long-polling is deprecated and stratum should be used where available. Change port on eclipse from 8337 to 3333...
13/04/2013 16:33:33, started OpenCL miner on platform 0, device 0 (Cypress) 13/04/2013 16:33:33, Setting server (user @ eu.eclipsemc.com:8337) eu.eclipsemc.com:8337 13/04/2013 16:33:33, checking for stratum... eu.eclipsemc.com:8337 13/04/2013 16:33:38, no response to...