Luigi
Luigi
Same problem here. Using the library on Google Colab, with the Matplotlib convertre all formatting is lost.
For signing apps on MacOS you need to be enrolled in their Developer program (currently 99uds/year), and get a certificate from your profile, more info here: [https://developer.apple.com/developer-id/](https://developer.apple.com/developer-id/)
Thanks @wusiyaodiudiu , I will have a look to your repo!
I tried to upgrade, but I get this message after `sudo apt update` and `sudo apt upgrade`: `r-rig is already the newest version (0.6.0-1).` If I also install the tarball...
OK, I upgraded using the release deb. If I open RStudio using `rig rstudio /path/to/renv.lock` it opens multiple RStudio sessions when I open different projects. However, if I want to...
I fixed this error by changing line 247 and checking if `node_data["attachment"] `is `None` in the following way: `if "attachment" in note_data and note_data["attachment"] is not None:` Note that I...
R support would be a great addition. In academia R is widely used for statistics and data processing, orchestration with Windmill would be fantastic!
Hello, I am trying to deploy Langflow behind a reverse proxy (NPM), but so far I am failing to get it to work. Is there any guide for the recommended...
HI @joein , thanks for the reply. If I want to use FastEmbed then what would be the correct way to use the Distance.DOT metric in a collection? For what...
Thanks @hash-f , and sorry for the delay in getting back to this. Your solution works well, I am closing the issue!