Arnaud Bailly

Results 28 issues of Arnaud Bailly

In `Development.Bake.Server.Web` the following line adds a quote in front of patch name when hitting `Retry`: ``` do br_; admin (AddPatch (paAuthor pi) $ toPatch $ '\'' : fromPatch p)...

It is not clear to me which arguments to pass and what they mean...

I guess everything is in the question but let's elaborate a bit: - Build process is a "complex" pipeline made of several stages, some of which can be run in...

When trying to decode a CSV file with BOM (U+EFFF at beginning of file), it fails with the following error: ``` *** Exception: parse error (Failed reading: satisfy) at "...

I understand this is very early stage work and there is a lot to do, but I am really like a hen before an egg while looking at http://hackage.haskell.org/package/gogol-gmail-0.1.0. I...

The purpose of `barge-store` is to make it easy to test barge with [jepsen](http://github.com/aphyr/jepsen). By exposing a simple put/get interface we can implement a simple client that will be used...

While building an HTTP based demo of barge I noticed what I think might be a bug. Here are the (rough) steps to reproduce. ``` git pull foldlabs http_demo mvn...

bug

I found that indentation and layout of code is not consistent. Would be good to define conventions and add files for IDEA and Eclipse.

> This is a follow-up to #44 (and #46). In order to remove dependency from barge-core to protocol buffer, we could use [protostuff](http://code.google.com/p/protostuff/) in barge-proto-rpc to be able to expose...