Ricardo E. Gonzalez
Ricardo E. Gonzalez
This is not an issue per se, rather a rather abstract idea and I didn't find any other way to bring it up. George Nachman (creator of iTerm2) and Nicholas...
When I try to execute an org-mode code block using a remote server session I get the following error `jupyter-ioloop-alive-p: Wrong type argument: jupyter-ioloop, unbound, ioloop` The kernel starts on...
Hi -- My model uses a sqlalchemy [dictionary based collection proxy](https://docs.sqlalchemy.org/en/13/orm/extensions/associationproxy.html#proxying-to-dictionary-based-collections). When serializing a model instance I get the following exception ``` File "/usr/lib/python3.7/site-packages/flask/app.py", line 2463, in __call__ return self.wsgi_app(environ,...
This could easily be my confusion. When opening a `rioxarray` `Dataset` it uses the same lock for the `CachingFileManager` lock and for protecting reads (or writes) from the `rasterio` file...
Thank you for developing **shx**. It really makes emacs shell buffers better. When I open a remote shell, I can't use the `:view` command to display an image. I get...
Some local servers (like [ml-explore/ mlx_lm server](https://github.com/ml-explore/mlx-examples)) which are based on [huggingface / transformers](https://github.com/huggingface/transformers) don't seem to support message where `content` has a type and "data". For example the following...
``` sqlite> DELETE FROM responses WHERE rowid = 346; Parse error: unsafe use of virtual table "responses_fts" ``` I was able to delete the row in both `responses` and `responses_fts`...