David Smith

Results 41 issues of David Smith

I would like to pass in an argument to the build and deploy in order to be able to specify which environment I want to deploy. This is not the...

help wanted
triaged

Why does periodically have a random initial delay (less than the period) if none is provided? `(- period (rem (System/currentTimeMillis) period))` I assumed that it would default to 0, to...

documentation

I would like to be able to define what happens to internal server errors. Currently they return a 500 with the full stack trace, I want to not show the...

enhancement

It seems that if my resource function throws an error because a clj-http client call failed (in my case elastisch) instead of getting a 500 as I would expect, I...

Hi, I've been having a problem when dealing with a store failing to open. I want to a) get the error message and b) know it's an error. At the...

IMO one common use case for this library is to have an algebra of effects over some IO actions. You never end up with only one effect using IO. For...

I spent a couple of days trying to get Hint working on Nix and I've finally managed it with the help of @mchakravarty. Below is what was required, could you...

I've managed to get the atom plugin working with bazel by creating the following script ```sh bazel run //:my_lib_repl -- $@ ``` However it is necessary to hard code the...

AWS ALB has Lambda integration now however the events it sends are slightly different to the APIGW Lambda Proxy events and `UseWithAPIGateway` can't cope with these differences it seems. It...

enhancement

I'm doing something where the payload can't decode to my handler input type, I used to get an error in cloudwatch logs when this happened but I upgraded from version...

bug