José Valim

Results 801 comments of José Valim

Based on my experience with SmartScreen, there is nothing we can do. We can sign the installer (and we did this for the Elixir installer), but that's not enough for...

It is a false positive. We build that executable ourselves from this file: https://github.com/livebook-dev/livebook/blob/main/app_bundler/lib/templates/windows/Launcher.vb.eex - which is a very tiny script that shells out to the Erlang VM release.

This is looking great @BasileNouvellet! Just one note: we don't need to have comments on the .exs file. Just .livemd ones. @jonatanklosko do you think it is worth a sidebar...

Thank you so much for the work here @basilenouvellet, but unfortunately we are postponing this feature for now. Livebook is moving to an architecture where developers run notebooks on their...

There is also a "bug" when mixing zen mode with branching sections. Zen mode merges all code cells together, making it impossible to know which code belongs to a branching...

Wild idea: we could use this to automatically extract doctests, run them inline, and provide direct used feedback.

@nallwhy we want to support uploading potentially 100MBs, which is not very common for text area. So we need to indeed discuss how to upload directly to disk. We also...

I talked to @chrismccord and we want to allow the LiveView to stream directly to the runtime, but we need to add the proper APIs to LiveView first. :)

I talked to @jonatanklosko and we came up with an approach that should work: 1. We will use LiveView uploads for the upload 2. When consuming, we will transfer the...