Kimmo Koskinen
Kimmo Koskinen
Seems that integrant works with babashka, when [spartan.spec](https://github.com/borkdude/spartan.spec) is used to replace clojure.spec: ``` 0% export BABASHKA_CLASSPATH=$(clojure -A:remove-clojure -Spath) 0% cat deps.edn {:deps {integrant/integrant {:mvn/version "0.8.0"} borkdude/spartan.spec {:git/url "https://github.com/borkdude/spartan.spec" :sha...
Allows use with Leiningen 2.9.1. This would allow upgrading projects that still use lein-figwheel to work with Leiningen 2.9.1, which brings nrepl/nrepl (mentioning the organization here for clarity). On a...
To keep specs cleaner and to serve documentation better. Partial work in a `wip` branch currently. Making note of Slack discussion: So in `gen-api` I make provision for some vars...
Trying to piece together ideas in the wip branch. `generate-files!` runs now (`gen-operation` seems to still take one operation and the whole shapes map) and a request with say `lambda/list-functions`...
Around here: https://github.com/portkey-cloud/aws-clj-sdk/blob/239203e3c58f1f40e5e8cf9dcc884cebdf505f45/src/portkey/aws.clj#L81
Place implementation here: https://github.com/portkey-cloud/aws-clj-sdk/blob/239203e3c58f1f40e5e8cf9dcc884cebdf505f45/src/portkey/aws.clj#L61
[React Native](http://facebook.github.io/react-native/) sits on top of JavaScriptCore (at least last time I checked). Would be good to check that #1 aligns with usage of `aws-clj-sdk` in React Native projects
A test that should provoke the problem is here: https://github.com/portkey-cloud/portkey/blob/b014a4d9bfafabb972feaba90a3f04e425c02510/test/portkey/core_test.clj#L218
Since ``` user=> (pk/mount! #(println “hello”) “/anon”) Zip size 5.6MB AWSLambdaException 1 validation error detected: Value null at ‘functionName’ failed to satisfy constraint: Member must not be null (Service: AWSLambda;...