Adrien Poly
Adrien Poly
Given that the list of topics will grow to several hundreds of topics I think it could be good to fit them into some main categories Here is my first...
I was trying to make this configuration so that Meilisearch is available in the web and job network. ``` accessories: search: image: getmeili/meilisearch:v1.10 roles: - web - job env: clear:...
I noticed that destination-specific configurations inherit values from the main (`deploy.yml`) configuration. Initially, I thought this was a bug, but upon checking the [documentation](https://kamal-deploy.org/docs/configuration/overview/), it appears this is intended behavior:...
First, thanks for this up to date version of Annotaterb I am using the [AssociatedObject gem](https://github.com/kaspth/active_record-associated_object) in several project. ## Commands when I run `annotaterb` I get this warning for...
This PR adds several improvements to the AI prompts and Agents - uses by default OpenAI 4.1-nano and mini that offers a 1M context (good for long transcript) and better...
Reading this tweet I was wondering if we should provide an llm version of the talks and if yes what should it be and what could be the usage? https://x.com/bunjavascript/status/1915732302941798818
close #679 In both case now we return an association. It fixes the crash I was seeing in Avo when visiting a meta talk page.
We have two definition for the speakers association on the talk model The first is the association The second is the manual definition that supports meta talk ```ruby def speakers...
here is an example : https://www.rubyevents.org/speakers/cristian-planas  From what I remember once a user fills a bsky account then we favor this picture rather than the Github picture profile. Maybe...
I think we can copy this setting from Rails main https://github.com/rails/rails/pull/54754