Benjamin Philip

Results 52 comments of Benjamin Philip

> Package ElixirLS as .ez archives instead of escripts. This should make asdf installs work. I don't know if this explanation is/was valid. I don't think that should be a...

> @Benjamin-Philip for reference I looked up the PR and issue that removed escripts https://github.com/JakeBecker/elixir-ls/issues/12 https://github.com/JakeBecker/elixir-ls/pull/13 > While it would be trivial to build and publish escripts to mix it...

>Then someone can write a tool that preprocess the .livemd into a markdown document with tables, images, etc and passes that to pandoc. In my opinion, the best course of...

> I think for now the ability to iterate is more important and once the format is stable enough we can reach out to pandoc. I agree. I think the...

@josevalim, could you elaborate?

> In a nutshell, if you do a File.read!("some.png"), we should automatically show it as an image! I got that, but *how* do we show it as an image? Do...

> @Benjamin-Philip we have the Kino.Render protocol that determines how a value is transformed to an output, so we need to implement it for BitString where we check if the...

Ah, now I undestand...

In this case, wouldn't we want to make rendering Binaries it's own protocol on top of Kino.Render? The reason being is that people might have binaries other that images that...

As of right now, there are no tests due to the following issues: - I need to get mix task output in order to submit the user code - I...