José Valim

Results 801 comments of José Valim

Another idea we can build on top of this is to highlight on the left side which line number we are currently evaluating.

Thanks @adarsh1021! We have actually decided to take another approach here. From Elixir v1.14, we will allow Mix.install to load the lockfile and config files from other projects. This will...

Depending on how much work we want to put into it, there is: * `@page rules` - https://www.smashingmagazine.com/2015/01/designing-for-print-with-css/ * With polyfill: https://www.pagedjs.org/documentation/cheatsheet/ * https://print-css.rocks/

The existing code already has logic for handling struct fields, but it is duplicated now with your changes. You have to merge the Elixir additions in the current code but...

What I mean is that the Elixir patch you took as inspiration changed existing code. The existing code that it changed already existed in this repo, so you need to...

@ByeongUkChoi can you please rebase? Main now depends on 1.14, so this will be soon good to go!

thank you @ByeongUkChoi! Can you please push some tests? Then this is good to go!

We should have two edit modes: edit_text / edit_code (maybe we can call it review/edit) edit_text can add/remove/change markdown cells only. edit_code is everything under edit permissions today.

So the idea is to have a Livebook configuration under settings with special protocols allowed in the Livebook instance.