From 6e1ef72a7bcc359b6a300727e1cabd3c0cf233cc Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 15 Jan 2018 01:53:11 -0800 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 401386ee..1d816c46 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Thanks to:
This would not be possible without **community contributors**, big shout out to: -**[BrockAtkinson](https://github.com/BrockAtkinson) ([brunch config](https://github.com/BrockAtkinson/brunch-gun))**; **[Brysgo](https://github.com/brysgo) ([GraphQL](https://github.com/brysgo/graphql-gun))**; **[d3x0r](https://github.com/d3x0r) ([SQLite](https://github.com/d3x0r/gun-db))**; **[forrestjt](https://github.com/forrestjt) ([file.js](https://github.com/amark/gun/blob/master/lib/file.js))**; **[hillct](https://github.com/hillct) (Docker)**; **[JosePedroDias](https://github.com/josepedrodias) ([graph visualizer](http://acor.sl.pt:9966))**; **[JuniperChicago](https://github.com/JuniperChicago) ([cycle.js bindings](https://github.com/JuniperChicago/cycle-gun))**; **[jveres](https://github.com/jveres) ([todoMVC](https://github.com/jveres/todomvc))**; **[kristianmandrup](https://github.com/kristianmandrup) ([edge](https://github.com/kristianmandrup/gun-edge))**; [PsychoLlama](https://github.com/PsychoLlama) ([LevelDB](https://github.com/PsychoLlama/gun-level)); **[RangerMauve](https://github.com/RangerMauve) ([schema](https://github.com/gundb/gun-schema))**; **[robertheessels](https://github.com/swifty) ([gun-p2p-auth](https://github.com/swifty/gun-p2p-auth))**; [sbeleidy](https://github.com/sbeleidy); **[Sean Matheson](https://github.com/ctrlplusb) ([Observable/RxJS/Most.js bindings](https://github.com/ctrlplusb/gun-most))**; **[Stefdv](https://github.com/stefdv) (Polymer/web components)**; **[sjones6](https://github.com/sjones6) ([Flint](https://github.com/sjones6/gun-flint))**; +**[anywhichway](https://github.com/anywhichway) ([Block Storage](https://github.com/anywhichway/gun-block))**; **[beebase](https://github.com/beebase) ([Quasar](https://github.com/beebase/gun-vuex-quasar))**; **[BrockAtkinson](https://github.com/BrockAtkinson) ([brunch config](https://github.com/BrockAtkinson/brunch-gun))**; **[Brysgo](https://github.com/brysgo) ([GraphQL](https://github.com/brysgo/graphql-gun))**; **[d3x0r](https://github.com/d3x0r) ([SQLite](https://github.com/d3x0r/gun-db))**; **[forrestjt](https://github.com/forrestjt) ([file.js](https://github.com/amark/gun/blob/master/lib/file.js))**; **[hillct](https://github.com/hillct) (Docker)**; **[JosePedroDias](https://github.com/josepedrodias) ([graph visualizer](http://acor.sl.pt:9966))**; **[JuniperChicago](https://github.com/JuniperChicago) ([cycle.js bindings](https://github.com/JuniperChicago/cycle-gun))**; **[jveres](https://github.com/jveres) ([todoMVC](https://github.com/jveres/todomvc))**; **[kristianmandrup](https://github.com/kristianmandrup) ([edge](https://github.com/kristianmandrup/gun-edge))**; **[lmangani](https://github.com/lmangani) ([Cytoscape Visualizer](https://github.com/lmangani/gun-scape), [Cassandra](https://github.com/lmangani/gun-cassandra), [Fastify](https://github.com/lmangani/fastify-gundb), [LetsEncrypt](https://github.com/lmangani/polyGun-letsencrypt))**; **[mhelander](https://github.com/mhelander) ([SEA](https://github.com/amark/gun/blob/master/sea.js))**; [omarzion](https://github.com/omarzion) ([Sticky Note App](https://github.com/omarzion/stickies)); [PsychoLlama](https://github.com/PsychoLlama) ([LevelDB](https://github.com/PsychoLlama/gun-level)); **[RangerMauve](https://github.com/RangerMauve) ([schema](https://github.com/gundb/gun-schema))**; **[robertheessels](https://github.com/swifty) ([gun-p2p-auth](https://github.com/swifty/gun-p2p-auth))**; [sbeleidy](https://github.com/sbeleidy); **[Sean Matheson](https://github.com/ctrlplusb) ([Observable/RxJS/Most.js bindings](https://github.com/ctrlplusb/gun-most))**; **[Stefdv](https://github.com/stefdv) (Polymer/web components)**; **[sjones6](https://github.com/sjones6) ([Flint](https://github.com/sjones6/gun-flint))**; **[zrrrzzt](https://github.com/zrrrzzt) ([JWT Auth](https://gist.github.com/zrrrzzt/6f88dc3cedee4ee18588236756d2cfce))**; **[88dev](https://github.com/88dev) ([Database Viewer](https://github.com/88dev/gun-show))**; I am missing many others, apologies, will be adding them soon! From a372951a53bd94d177ed1df40f527a7b0a712627 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 15 Jan 2018 00:27:12 -0800 Subject: [PATCH 2/5] fix super serious put --- examples/contact/index.html | 35 +++-- examples/gps/index.html | 2 +- examples/style.css | 91 +++++++------ gun.js | 21 ++- gun.min.js | 2 +- package.json | 2 +- sea.js | 13 ++ src/chain.js | 20 ++- src/get.js | 4 +- src/onto.js | 5 +- src/put.js | 6 + src/root.js | 72 ++++++++--- src/set.js | 8 +- test/debug/deep-set.html | 27 ++++ test/panic/set.js | 201 ++++++++++++++++++++++++++++ test/panic/who.js | 252 ++++++++++++++++++++++++++++++++++++ test/ptsd/streampipe.js | 134 +++++++++++++++++++ test/sea-tmp.html | 33 +++++ 18 files changed, 836 insertions(+), 92 deletions(-) create mode 100644 test/debug/deep-set.html create mode 100644 test/panic/set.js create mode 100644 test/panic/who.js create mode 100644 test/ptsd/streampipe.js create mode 100644 test/sea-tmp.html diff --git a/examples/contact/index.html b/examples/contact/index.html index 3c19d9a3..1bffd9df 100644 --- a/examples/contact/index.html +++ b/examples/contact/index.html @@ -13,7 +13,8 @@ margin: 1em 0; padding: 1em; border: none; - background: white; + background: rgba(100%, 100%, 100%, 0.9); + back-ground: white; } .sigbut { display: inline-block; @@ -56,7 +57,7 @@