Ulrik Sandberg

Results 17 issues of Ulrik Sandberg

This also gets us a newer version of locustio: 0.9.0.

There seems to be no support for the `#rule`, as specified in [RFC 2616, section 2.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1). Is it in the works? For now I guess I could just make the...

The keyboard shortcuts seem to be mapped in a way that doesn't translate very well. On my Swedish Mac keyboard, for example, the hitting Cmd-+ actually decreases the font, while...

Sometimes I need to convert keywords and environment variables to/from the Java system properties syntax that [environ](https://github.com/weavejester/environ) uses, eg: ``` clojure :database-url -> DATABASE_URL -> database.url ``` Would be nice...

I'm using Buddy with Basic Auth and the `api-defaults` Ring middleware. The Unauthorized response gets a `Content-Type` of `octet-stream`. In a (Safari) browser, this results in an empty file being...

Tried this, but it hangs: ``` (def all-ints (iterate inc 0)) ```

When typing a line that extends beyond 2/3 of the screen, the text is not visible unless I manually scroll right. Then if I type some more, it again disappears...

I'm trying to do paging with `scan-parallel` using `:limit`, but I'm not sure how to specify `:last-prim-kvs` in subsequent calls. Each segment needs its own last key, I presume. Am...

pull requests welcome
enhancement

Something seems weird with the classpath when using KMS from Amazonica: ``` clj $ lein try amazonica user=> (require '[amazonica.core :refer [defcredential]]) user=> (defcredential "AKI..." ...) user=> (require '[amazonica.aws.kms :as...

``` $ grep try ~/.lein/profiles.clj [lein-try "0.4.3"]]}} $ lein try org.clojure/clojure "1.7.0-alpha1" ... Clojure 1.6.0 ... user=> *clojure-version* {:major 1, :minor 6, :incremental 0, :qualifier nil} $ lein try org.clojure/clojure...