Przemek Wesołek
Przemek Wesołek
When I try to execute any cell containing `%%python` in a JVM-based notebook, the following error is thrown and displayed as an output: ``` py4j.Py4JException: An exception was raised by...
The examples presented e.g. in the documentation don't work. Specifically, the code ``` gradle task docker(type: Docker) { applicationName = 'nginx' dockerfile { run 'echo "deb http://archive.ubuntu.com/ubuntu precise main universe"...
On Linux, using Docker CLI it is not possible to gracefully stop the container. Running `docker stop` causes the daemon to send TERM signal to the container process, which is...
According to https://developer.yahoo.com/weather/: > As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired. My DNS no longer resolve query.yahooapis.com anymore. Probably change...
python3 APK installs only `/usr/bin/python3` binary, but by default PySpark searches for `python` binary in PATH. This results in kernel error when enabling Spark in a notebook: ``` 2019-11-19T10:55:15.696952916Z /usr/bin/find-spark-home:...
In README you give an examples of using the image: ``` docker run -p 8192:8192 --name=polynote -d -t greglinscheid/polynote:latest ``` The problem is, this allows access from outside of the...
I use VSCode with this extension to write PRQL files, as well as to develop and run Jupyter notebooks with Microsoft's Jupyter extension (https://github.com/Microsoft/vscode-jupyter.git) against kernel with `pyprql`. I noticed...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. The problem is that when calling...
### Is this a docs issue? - [x] My issue is about the documentation content or website ### Type of issue Information is incorrect ### Description The current documentation of...
**Describe the bug** After fixing #695 with #737, another bug may have been introduced. When `gum filter --no-strict` is run, the user can enter any value, and it should be...