Thomas Moulia

Results 16 issues of Thomas Moulia

This may be outside of the scope of this repo, but this pull request brings `raven-erlang` and `lager` together. I'm sure that more sentry friendly metadata can be extracted from...

## Problem The actual koans in lisp-koans got a big update with the 2.0 release. However, since this implementation forked awhile back we can't simply cherry pick over the updates....

## Problem Currently the cheatsheet is a separate branch in this repo. This means that commits to the master branch which change tests require similar changes to the `cheatsheet` branch....

Hey, I found out the hard way earlier today that `WALE_S3_PREFIX` must point to a bucket which already exists. This would've been no problem, except that the symptom was a...

Is there a way to have an active websocket client? I can set the underlying socket to be active, but then I believe the messages I get are the raw...

[ob-python](http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html) is a language that supports having persistent sessions that source blocks are run in. It's an awesome feature. With elixir (well, because of erlang) we should be able to...

enhancement
help wanted

I'm working with an OAuth2 interface where I need to customize the `token_url` and `authorization_url` based on parameters passed in the initial OAuth authentication request itself, i.e. I don't know...

`.peg` files can be compiled to Erlang by running `mix compile.neotoma`. `mix.exs` is used instead of `project.exs` so that mix will be used as the build tool and the neotoma...

At the moment it can be a pain to debug a match because it's hard to tell how it's recurring through the parse tree. To help with this I'll define...

It's nice to have reports on how performant your grammar is. This should be added as a mix task where you can specify an input file, allow stdin, or perhaps...