ypiguet-epfl

Results 3 comments of ypiguet-epfl

I had installed the default version for pip: ``` $ python3 -m pip install --force-reinstall dukpy Collecting dukpy Using cached https://files.pythonhosted.org/packages/92/a5/4bae803eb58ea342f18d73a42f8510ca4e0cc095856a32b8feca23d6445e/dukpy-0.2.3-cp36-cp36m-manylinux1_x86_64.whl Installing collected packages: dukpy Successfully installed dukpy-0.2.3 ``` With...

@aivarannamaa I've tried by modifying the installed Thonny on Monterey. Then you can move it elsewhere, it can still be launched and you can import its modules. I haven't tested...

David, I'm thinking about web applications. Browsers usually restrict cross-origin requests with `XMLHttpRequest` (as I understand it, currently asebahttp2 is completely open with `Access-Control-Allow-Origin: *`). Another advantage is to avoid...