a-maze-d

Results 10 comments of a-maze-d

I love the idea. You might want to get more fancy than that and allow it to survive a restart. Maybe register a (or several) livebook(s) that gets executed after...

I have raised both an [idea](https://github.com/livebook-dev/livebook/discussions/2742) and a [PR](https://github.com/livebook-dev/livebook/pull/2743) against livebook. This should allow to make this configurable. It does not solve the second part of the issue, to allow...

Good news, the PR has been approved and been merged in. Not sure it will find it's way into livebook v0.14 (probably to close to releasing), but at least we...

My changes made it onto the 0.14 branch. So next upgrade should allow us to make the changes

Yes, the idea was great, and I wanted to raise a PR against nerves_livebook, but it turned out that the app_version (in livebook) is hardcoded and can't be overwritten :-(...

Second PR went in... so now we need a bit more and I can raise a PR once the new version is out. I have a hacked version and it's...

The version number is now correctly detected :-) You just need to set the following in [`config.ex`](https://github.com/nerves-livebook/nerves_livebook/blob/main/config/config.exs#L80). ```elixir config :livebook, ... github_release_info: %{repo: "nerves-livebook/nerves_livebook", version: Mix.Project.config()[:version]}, ... ``` And for...

[PR 580](https://github.com/nerves-livebook/nerves_livebook/pull/580) created :-)

What about moving away from dependencies that are marked as deprecated? Example: [Karma](https://www.npmjs.com/package/karma)