lalanza808
lalanza808
Working on this in on my fork's PR: https://github.com/lalanza808/monero/pull/1/files Got almost all the feedback accounted for, though still trying to figure out how to exit cleanly. Working with selsta in...
I have done some projects using the aiohttp library. I can look into this more, but also make no promises as life usually gets in the way of my nerd...
Doesn't look like aiohttp supports digest authentication out of the box, only basic auth. There's a 2 year PR sitting on the project for it though: https://github.com/aio-libs/aiohttp/pull/2213 I believe the...
I don't know that I can make it asynchronous and still work with Python 2 unless we want to fork the logic and write it twice. Should we rip off...
I maintain a list of web compatible nodes here: https://monero.fail/?chain=monero&network=mainnet&cors=on
I'm running with `--access-control-origin "*"` and can report on this: I don't have any issues with local stuff - my flask app is able to hit LWS without issue and...
Ah, I didn’t check that script! I just cloned and started farting around. I will review it and make adjustments as well as switch the target branch. Standby…. On Tue,...
I'm open to doing so. Thanks for the heads up @Gingeropolous 😄
@qvqc I've got this partially implemented on branch `i2pd` (`i2p` is my first attempt with i2p-zero). Things are mostly working app side, but I cannot seem to resolve anything over...
got this working. #26