I hereby claim:
- I am seanstrom on github.
- I am seanstrom (https://keybase.io/seanstrom) on keybase.
- I have a public key ASCGxKkOZ4HWjP2BpyuzLvjAwOn_c-AF2iId6RVwrsWc2wo
To claim this, I am signing this object:
| ```yaml | |
| core: | |
| enabled: true # enable httpd server | |
| address: "0.0.0.0" # ip address to bind (default: any) | |
| shutdown_timeout: 30 # default is 30 second | |
| port: 7070 # http REST API | |
| worker_num: 0 # default worker number is runtime.NumCPU() | |
| queue_num: 0 # default queue number is 8192 | |
| max_notification: 100 | |
| sync: false # set true if you need get error message from fail push notification in API response. It only works when the queue engine is local. |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| # Lua package path and C modules directory | |
| lua_package_path "/usr/local/share/lua/5.1/?.lua;;"; | |
| lua_package_cpath "/usr/local/lib/lua/5.1/?.so;;"; |
| Hey there, if you have any issues with the app please contact the developer at [email protected] |
| This app collects no private data, so your data will not be used in any way, because we won't have it. |
| ;; RGA | |
| ;; https://speakerdeck.com/ept/data-structures-as-queries-expressing-crdts-using-datalog?slide=22 | |
| (def schema | |
| {:id/node {:db/valueType :Number} | |
| :id/ctr {:db/valueType :Number} | |
| :insert/id {:db/valueType :Eid} | |
| :insert/parent {:db/valueType :Eid} | |
| :assign/id {:db/valueType :Eid} | |
| :assign/elem {:db/valueType :Eid} |
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Fixture Title</title> | |
| </head> | |
| <body> | |
| <p id="first-paragraph"> | |
| Here's some example content with a <a id="link-to-page" href="#">Link</a> and some extra text content. | |
| </p> | |
| <p id="second-paragraph"> |
| (fn makeEquation [& data] | |
| (let | |
| [nums (into [] data) | |
| inputs (pop nums) | |
| output (peek nums) | |
| operators ['+ '*] | |
| formatOutput | |
| (fn [expr] | |
| `(~'= ~expr ~output)) |
I hereby claim:
To claim this, I am signing this object:
| [1/1 TypesDoNotUnify] src/Main.purs:20:16 | |
| v | |
| 20 config state = do | |
| 21 -- | Create a signal of URL changes. | |
| 22 urlSignal <- sampleUrl | |
| ... | |
| 29 , update: update | |
| 30 , view: view | |
| 31 , inputs: [routeSignal] } |
| [1/1 TypesDoNotUnify] src/Main.purs:20:16 | |
| v | |
| 20 config state = do | |
| 21 -- | Create a signal of URL changes. | |
| 22 urlSignal <- sampleUrl | |
| ... | |
| 29 , update: update | |
| 30 , view: view | |
| 31 , inputs: [routeSignal] } |