Tag: elixir

  • Adding LiveBook secrets to custom Smart Cells

    I came across the lack of documentation on how to pass/trigger the modal dialog used by the Kino.DB smart cell when setting up an interactive chat tree widget for working with my GenAI multi provider client wrapper https://github.com/noizu-labs-ml/genai It turns out to be pretty straight forward, the javscript ctx module exposes a function for launching…

  • Communicating Between Live View Components, Backends and other Channels.

    Overview In larger live view applications containing multiple views/components per page some without direct child-parent relationships the need to communicate messages between sections occasionally will come up. Global events like login/logout, system notifications from the back end, pushing config changes from a config view out to the existing nonrelated widgets on page, etc. Although documentation…