Brian Hurlow

Results 28 issues of Brian Hurlow

http://ideolalia.com/narrator/

I've found it a bit hard to debug the routing syntax when it fails to pass the `valid?` pre condition: https://github.com/weavejester/ataraxy/blob/master/src/ataraxy/core.clj#L65-L68

Looks like at least in aws-java-sdk "1.9.33" you can add call `.setGeneralProgressListener` on `PutObjectRequest` objects. 1. do you have plans to update clj-aws-s3 to newer aws-sdk? 2. would you consider...

docker supports specifying environment vars using the `--env-file` [flag](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables-e-env-env-file). It would be great if environ could also incorporate this type of file. This would look something like: ``` > cat...

@anmonteiro apologies if this question has been asked elsewhere. I'd like to start sending forms to a running lumo repl for remote evaluation ala "regular" clj nrepl tooling. It appears...

question

Hey Zach, I have a somewhat simple manifold question: how can I monitor the progress of a stream being consumed over time? I have an incoming http request input-stream which...

``` lumo -D sablono:0.8.0,cljsjs/react:15.4.2-2,cljsjs/react-dom:15.4.2-2 ``` ``` cljs.user=> (require 'sablono.core) No such namespace: sablono.compiler, could not locate sablono/compiler.cljs, sablono/compiler.cljc, or JavaScript source providing "sablono.compiler" in file sablono/core.clj (new) Function.cljs.core.ex_info.cljs$core$IFn$_invoke$arity$3 (NO_SOURCE_FILE :1923:72)...

I'm using [babel module resolver](https://github.com/tleunen/babel-plugin-module-resolver) in my js project. All imports are absolute, for example: ```js import { serveNotFound, serveRedirect } from 'src/lib/response' ``` How can I configure tern to...

http://ideolalia.com/gloss/gloss.io-api.html