Diego Aguilera

Results 7 issues of Diego Aguilera

I'm having an issue loading Madeleine.js. I've changed the location of the js files. And loading the script: And the error message on the webpage: And the error message from...

Awesome idea. Could this be applied across networks? I believe you would need a couple of RPi's to form a tunnel? Maybe [SSH](https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/).

I've tried using Github Codespaces to run example code. Codespaces lets me install pynecone and run it. Port 3000/8000 are opened and a link is provided to the view the...

I've converted the docker command to docker compose. I want to map the $WORKDIR to point to a directory on my host. Any thoughts on how to do this? **Docker...

Hello. I'm trying to get flatnotes working on using Docker Compose (Portainer). I have another container also using port 8080. I found this [old issue ](https://github.com/dullage/flatnotes/issues/28) changing from port 80...

triage required

Hello @dullage, Per my [Docker issue](https://github.com/dullage/flatnotes/issues/173), I modified your Dockerfile and entrypoint.sh to add the ability to change the port on which the uvicorn server listens on. README shows how...

suggestion

Hello, I'm trying to "map" an SVG Arc to a 3D library (CadQuery). CadQuery is expecting slightly different parameters to draw an Arc. It specifically wants the start and end...