Sam Smoot

Results 9 issues of Sam Smoot

The following `curl` command works fine against my API: ``` curl -vvvv -X PUT \ "http://localhost:9001/api/v1/events/one/mailers/jYCd?token=bob&rev=1173-eb559d86d2a58000aca5dc87760a1c9a" \ -F "[email protected]" \ -F "[email protected]" ``` Unfortunately I can't seem to build such...

This upgrades to Scala 2.10.3 (guess that should be 2.10.4 now), SBT 0.13.1, and it's new `build.sbt` syntax. There's also various formatting tweaks where updates were done to get the...

Any objections to me submitting a PR to bump the `cloudant` branch to use SBT 0.13.1 and the new `build.sbt` syntax?

NOTE: No test since there's no language (aside from the default javascript) that's common to both CouchDB and BigCouch. All existing tests pass however. This lets me use Sprouch to...

Cloudant supports "search" as a language. The standard CouchDB implementation supports CoffeeScript. It would be nice to be able to pass the language for views so I can use Sprouch...

The Listen gem (or our usage of it, same result) is flaky. It fails to start a Listener a third of the time, and occassionally falls back to polling for...

bug

Since the `pom.xml` is required for bootstrapping, let's just remove the bootstrapping code within Doubleshot. It's a bit difficult to maintain, and the project will integrate better with other tools...

Right now we're using `org.sam.doubleshot`. The `groupId` needs to be a domain-name I control however according to the Maven Central publishing guidelines. For hosted projects we have the option of...

Because Rubygems is a terrible library and uses globals all over the place, we set `Gem::sources` to assign the repository for the `SpecFetcher` and `DependencyInstaller`. We create a `GemSource` _per-repository_...

bug