John

Results 8 comments of John

I just ran into this today trying to get inline-r working in IHaskell. Did you happen to find a workaround?

You can see the actual generated code here: https://gist.github.com/lgastako/71bad8ecbedaaa6fbbcb0942773f5e3e

We just encountered this when doing a deploy to update our email configuration. The workaround is easy enough for now but it would be great if all deploys that changed...

As I noted on HN, this still needs a little bit of work to work in both -- specifically the !! functions are not available in ClojureScript, but I hope...

I added a PR to add support for .cljc files here: https://github.com/dgtized/lein-vanity/pull/4

@xiongtx the pull request was merged 2015/11/2. See https://github.com/dgtized/lein-vanity/pull/4

I'm on k8s 1.5.2 on GKE. When I try the workaround from https://github.com/wal-e/wal-e/issues/270#issuecomment-240811659 I get: root@deis-database-540367895-x6r6d:/# echo 0 > /proc/sys/fs/pipe-user-pages-soft bash: /proc/sys/fs/pipe-user-pages-soft: Read-only file system Am I doing something wrong?

For anyone else that runs into the same problem I had, I was able to solve it by downloading the workflow chart, unpacking it and editing `database-deployment.yml` to add the...