William Jackson
William Jackson
I believe this is happening: https://stackoverflow.com/q/2898740/403554
I agree. And I don’t think you should change all your normal links to JavaScript location changes just to account for this.
Don't feel too bad, @a0js. After doing something similar to this for Android, I would have expected a similar experience on iOS. This is so weird.
For comparison, I made my own Dockerfile for this project here: https://github.com/williamjacksn/docker-excalibur
As an example, I updated my docker-excalibur project to use a custom entrypoint instead of `excalibur webserver` and serve with [waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/index.html) instead of Flask. https://github.com/williamjacksn/docker-excalibur
Quick question: $ netlify deploy bash: netlify: command not found Are you installing netlify-cli in Windows and then trying to run `netlify` from a Bash shell?
Well there is your problem. If you install it in Windows with Windows npm, then it will only be available in the Windows command prompt or PowerShell prompt. If you...
I don't think I can add this, because there is no sdist on PyPI to build a wheel from: https://pypi.org/project/torch/#files
I currently build wheels with this command: ``` pip wheel --no-deps ``` If you can recommend a way to build wheels directly from source distributions on PyPI so they get...
This would be nice: https://github.com/pypa/cibuildwheel/issues/597