Juan Luis Cano Rodríguez
Juan Luis Cano Rodríguez
**Describe the bug** When trying to open a URL in the form `http://127.0.0.1:55808/?a=1&b=2`, only `http://127.0.0.1:55808/?a=1` is accessed. **To Reproduce** Steps to reproduce the behavior: 1. Launch `python -m http.server` 2....
After my Binder builds started failing because my project dropped support for Python 3.7, I tried to locate in the Binder docs what is the default Python version, and found...
Hi! I'm the creator of poliastro (see also gh-16). It has been brought to my attention that spacetech-ssa doesn't work with modern poliastro versions. For example, the force models are...
Hi! I'm the creator and lead developer of poliastro, one of spacetech-ssa dependencies. I am thrilled to see it being used in this project :heart_eyes: I noticed that `predict_orbit` is...
#1216 started adding some type hints to the codebase, as requested in #450. However, to my knowledge, we are not actually verifying if those hints are correct. One of the...
A user reports that the convenience script reports memory allocation warnings on an instance with 8 GB: ``` ... * minikube v1.26.1 on Ubuntu 20.04 (xen/amd64) * Using the docker...
**Describe the bug** When using interactive widgets inside Orchest (see #1235) I frequently get errors like these, usually right after creating the first widget:  "File Save Error for Experiments.ipynb...
**Describe the problem this improvement solves** When I add a new service, I have to have a look at the ports (by default 8080) and usually change them. **Describe the...
- [x] I am using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG). - [x] I have included below a minimal working reproducer...
## 🐛 Bug I cannot install `ruamel.yaml` on Pyodide. ### To Reproduce ``` >>> await micropip.install('ruamel.yaml', keep_going=True) Traceback (most recent call last): File "", line 1, in File "/lib/python3.10/site-packages/micropip/_micropip.py", line...