Adrian Salceanu
Adrian Salceanu
At the moment, when a package is delete from the search input, the computation is re-run for all the remaining packages. We should simply delete the data for the corresponding...
We're rendering `Tables` and `DataFrames` are tables - and the rendering methods produce the same output. I'll remove the DataFrames renderer. @hhaensel Lmk if I'm missing something please.
When we have something like this: ```julia @app begin DATA = sort!(DataFrame(rand(10, 2), ["x1", "x2"])) @out df = DATA # more code here ``` * `df` is scoped inside the...
Add option in API to include assets from bundle or CDN
### What happened? I'm using Chroma in a Python chat type of app in order to store what could be considered entities and to do RAG on a few hundred...
**Describe the bug** Attempting to like a song shows a network error (every time). Unliking and reliking the song works. You can see in the screenshot the notifications for the...
**Is your feature request related to a problem? Please describe.** I would like to have the option for the filters defined in the UI to be persisted between page reloads...
**Is your feature request related to a problem? Please describe.** I would like the list view to be by default filtered by certain fields (as defined in the models' properties)....
**Is your feature request related to a problem? Please describe.** There is no way to custom sort and limit the display of the related fields. **Describe the solution you'd like**...