Brujo Benavides

Results 120 issues of Brujo Benavides

Auto-suggest options to complete the code as the user types

HPage.GUI
Feature

Give the user the option to auto-indent code

HPage.GUI
Feature

Apply syntax highlight to the code (maybe even let the user decide the style he wants to apply)

HPage.GUI
Feature

Add haddock ( http://www.haskell.org/haddock/ ) documentation to the code

HPage.GUI
HPage.Control
Feature

I would like to be able to do the following… ``` erlang > UnicodeChars = "ぬるを 我が". [12396,12427,12434,32,25105,12364] > erldis:set(Redis, , UnicodeChars). ** exception error: bad argument in function list_to_binary/1...

It would be cool to add support for [PSUBSCRIBE](http://redis.io/commands/psubscribe) and [PUNSUBSCRIBE](http://redis.io/commands/punsubscribe)

One of the _coolest_ things in SumoREST is that when you build an app using it you don't need any supervision tree. All the processes are taken care of by...

bug

Open up a branch called `cowboy2x` and migrate this project along with its deps to cowboy 2.x

Add a `context()` parameter to `bo_task:tests()`, something like… ``` erlang -type context() :: #{ server_node := node() , player := bo_players:player() }. -callback tests(context()) -> [test()]. ```

## General Items - [x] It has a github repo - [x] It has a proper Apache2 LICENSE file - [x] It's has a clear and useful README.md - [x]...

started