Jonatan Kłosko
Jonatan Kłosko
Technically we could deprecate `Kino.Control.button/1`, because subscribing works for inputs also. Or we could use a different naming like `Kino.Input.counter/1`, except in this case we don't really need to show...
@josevalim not even because of form, you can already do that, but rather because we support subscribing to inputs, so it would be like this: ```elixir button = Kino.Control.button("Button") Kino.listen(button,...
The button input is essentially a stateful button control.
> Let's say we've 2-3 heavy DB queries and I want to create a report that's available as app. Ideally, automatically refetch the data at some interval or when user...
@josevalim ah you mean a function message, I don't think we do that anywhere, but sounds good. Don't we still want to show warnings and errors when running tests though?
@josevalim FTR we use `lang-python`, it already provides some completion in the cells, but it's only very generic stuff and builtins, not aware of the environment. Once we get to...