José Valim

Results 187 issues of José Valim

The cell Will be an editor but it will also support drag and dropping a file. We will use NimbleCSV for parsing. Although we will most likely need to add...

Drag and drop input components to build a Kino.Control.form(...) with some sort of layout.

One idea is to introduce a meta attribute, called `:link@kino`, that when present makes the row clickable.

This is a complete auth system on top of a brand new Phoenix app. It includes: 1. Session-based authentication with remember me cookies 2. User registration with e-mail confirmation 3....

This should optimize all operations on small maps that rely on ordering. As an example, creating a map with 32 keys named 'atom-INDEX', where INDEX is an integer, is an...

team:VM

**Describe the bug** This program: ```erlang -module(foo). -export([from/1]). from(_order@1) -> {_a@1, _b@1} = case _order@1 of -> {bar, 1}; -> {foo, 2}; _s@1 -> case string:split("foo", "o") of [] ->...

team:VM
bug