Gary Fredericks

Results 20 issues of Gary Fredericks

When returning JSON from a ring server, `generate-string` works fine but requires setting up the whole response in memory at once. `generate-stream` is undoubtedly useful for other cases, but for...

Many internal functions had two or three arguments for customizing behavior. Since we'd like to be able to add more customization in the future, condensing these into an options map...

Using postgres 9.3.3. The `columns-meta` call returns empty, and I tracked this down to the logic inside of `meta-call`. Specifically if the `supports-schema` function returned truthy, then the `.addColumns` call...

Looks like it's pretty easy to request byte ranges using the `(.setRange ...)` method on the `GetObjectRequest` object. Not sure what the best way to expose it is. In the...

E.g., I can't even run this alongside core.typed.

So that github renders it.

Fixes #926 Otherwise the python and java implementations are mutually incompatible. Is there anything else that needs to be done about this w.r.t. backwards compatibility? This version will be incompatible...

I personally rather like bijections more than coercions. E.g., if I have a web API that is supposed to accept snake case query params and I use `->kebab-case` to translate...

This way users who aren't using clojurescript won't have it (and its 13 dependencies) on their classpath.

Minimal reproduction: `(puget.printer/pprint (repeatedly 500000 #(rand-int 1000000000)))` When I run this with `-Xmx200m` and watch GC logs, I can see the memory usage gradually growing, and the program slows down...