Alexander Verbitsky

Results 9 issues of Alexander Verbitsky

``` $ pip list|grep ipycanvas ipycanvas 0.10.2 $ jupyter labextension list JupyterLab v3.2.1 /usr/local/share/jupyter/labextensions ipycanvas v0.10.2 enabled OK @jupyter-widgets/jupyterlab-manager v3.0.1 enabled OK (python, jupyterlab_widgets) Other labextensions (built into JupyterLab) app...

Fix for https://github.com/scottwernervt/cloudstorage/issues/80

The following script cause of crashing of server: ```python import sys import asyncio import asyncpg import japronto PG_DSN = 'postgres://postgres@localhost:5432' app = japronto.Application() async def init_db(): app.db = await asyncpg.connect(dsn=PG_DSN,...

run the follwogin command ```chevron ./test.mustache``` I've got following error: ``` Traceback (most recent call last): File "/home/habibutsu/.pyenv/versions/venv3.11/bin/chevron", line 8, in sys.exit(cli_main()) ^^^^^^^^^^ File "/home/habibutsu/.pyenv/versions/3.11.4/envs/venv3.11/lib/python3.11/site-packages/chevron/main.py", line 100, in cli_main sys.stdout.write(main(**args))...

``` UPNG.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'inflate') at e.decode._inflate (UPNG.min.js:1:5162) at e.decode._decompress (UPNG.min.js:1:5009) at e.decode (UPNG.min.js:1:4807) at :1:6 ```

I run stac-catalog with using pgstac, but it is not clear for me how to use it. My expectation that i can take [pystac_client](https://pystac-client.readthedocs.io/en/stable/) and create Collection with some Items,...

documentation