I found this guide useful for setup.
I work on a Macbook Pro.
I use Leiningen for project automation and Git-Flow (AVH) for a sane Git branching model.
I do not sign my releases, I don't need to for our internal projects.
My misadventure began when I upgraded Leiningen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm *.jks 2> /dev/null | |
rm *.pem 2> /dev/null | |
echo "====================================================" | |
echo "Creating fake third-party chain root -> ca" | |
echo "====================================================" | |
# generate private keys (for root and ca) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code_scheme name="TW" version="173"> | |
<ClojureCodeStyleSettings>{ | |
:cljs.core/as-> :only-indent | |
:cljs.core/assoc 0 | |
:cljs.core/cond-> :only-indent | |
:cljs.core/cond->> :only-indent | |
:cljs.core/defonce :only-indent | |
:cljs.core/with-meta :only-indent | |
:cljs.core.async/go :only-indent | |
:cljs.core.async/go-loop :only-indent |
First, a few dependencies:
- Leiningen: https://leiningen.org/
- Node.js & NPM: https://nodejs.org/
- Serverless: https://serverless.com/
- An active AWS account: https://aws.amazon.com/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<S> = template | |
<FWS> = #'[ \t\r\n]*' | |
when = <'~='> #'[a-zA-Z0-9\-]+' | |
when-not = <'~!'> #'[a-zA-Z0-9\-]+' | |
repeated = <'~*'> | |
text = #'[^~]*' | |
variable = <'~$'> #'[a-zA-Z0-9\-]+' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns insta.parse-test | |
(:require [cljs.test :refer-macros [is]] | |
[devcards.core :refer-macros [deftest]] | |
[instaparse.core :as insta :refer-macros [defparser]])) | |
(insta/defparser parser | |
(str "<S> = template\n\n<FWS> = #'[ \\t\\r\\n]*'\n\n" | |
"" | |
"when = <'~='> #'[a-zA-Z0-9\\-]+'\n" | |
"when-not = <'~!'> #'[a-zA-Z0-9\\-]+'\n" |
I hereby claim:
- I am d-t-w on github.
- I am dtw (https://keybase.io/dtw) on keybase.
- I have a public key whose fingerprint is 99C5 5C60 57AA 6F2C 7596 5AFB A518 818A 7E62 19A6
To claim this, I am signing this object: