Mohamed Boudra

Results 46 issues of Mohamed Boudra

* Take an Erlang term and convert it into JSON events * Take a list of events and encode into a JSON string representation

enhancement

Implement a native Elixir parser as an alternative to `Jaxon.Parsers.NifParser`

enhancement

Need to write a custom EEx engine that also parses and validates HTML.

enhancement

What is the best interface for this?

enhancement

Logging for: - Program join and leave - Event handler trigger - Show number of DOM patches on update? - Program crashes - Routing

enhancement

Be able to test Programs without having to start Router supervision tree: ```elixir program = new(CounterProgram, %{}) {:ok, program} = update(program, {:increment, 1}) assert program.state == 1 assert select(view(program), "div...

enhancement

Support for reordering, inserting and deleting items in a list.

enhancement

This implements a `into_inner` method that returns the inner buffer, like `BufReader` does. My use case for this was needing to seek the inner reader, I tried implementing `Seek` but...

how to allow retrying? maybe do not store them?