Marc Daya

Results 5 issues of Marc Daya

cdk-clj has started taking a very long time to boot for a simple project: ``` >> time cdk ls lib-tx-spec cdk ls 21.98s user 1.28s system 121% cpu 19.072 total...

Being able to set properties is an [escape hatch](https://docs.aws.amazon.com/cdk/latest/guide/cfn_layer.html#cfn_layer_resource) would make it possible use high-level CDK constructs throughout (rather than forcing code that consumes a resource have to be aware...

I've run into a problem using CLJSJS packages in a Node.js target that I _think_ is a `boot-cljs ` issue: the `require [cljsjs.foo]` gets compiled to a `cljs.core.load_file` call with...

![screen shot 2016-05-06 at 21 04 20](https://cloud.githubusercontent.com/assets/388984/15117887/eb9ead86-15c6-11e6-9fc8-95fffef8aac3.png) Test sources are not currently part of the ClojureScript build. Although the test namespaces themselves may be dispatched to the REPL (e.g. C-k...

The initial pod ID and shutdown hooks are initialised by Boot when the app is launched, but not again when pod pools are spun up. Boot's fileset and tmpfile machinery...