Mark Nadal
Mark Nadal
Oh, just FYI since I forgot to mention this `lib/later` is a prototype for TTL stuff, you can use it like: ``` gun.get('foo').later(function(doc){ console.log("goodbye:", doc); this.off(); // unsubscribe from the...
+ https://github.com/amark/gun/issues/1093 This is a longer discussion, cause its the difference between what gets passed over protocol, versus what is passed from the chaining API up to the root gun.js...
@code3z last week was hectic, sorry! Then I forgot to reply, sorry. This looks awesome! I wanted to add some more comments to help start this... but wanted to at...
A method to add chain methods can be done by: ```js GUN.methods = function(chain){ Object.keys(chain).forEach(function(i){ GUN.chain[i] = chain[i] }); } ``` I love the bind idea, it can be done...
Missed this when I was gone, sorry @fitouch . I'm also going to use it for RN compile issues that @aethiop is helping @3210jr @basic-bhavya @yokowasis with. Like I mentioned...
@zidingz @huntr-helper thanks! I'll be on in an hour or so, and will check this out. Thank you!
@zidingz @ShellInjector @huntr-helper (I assume one of you is @4mgh0z_twitter ?) security report is valid! Everyone else: Heroku is doing something I was not expecting, I hope other deploys (docker/vercel/etc.)...
Update: No other NodeJS peer I've inspected has this issue. So far, it seems isolated only to my gunjs.heroku machine, but I still do not know why (conversation happening in...
@Choko256 ah! Great observation. Making sure cross-everything compatibility/environment is supported is extremely important to me, tho this particular fix is not on an urgent horizon and this is pretty standard...
Even just tagging somebody's GitHub handle may be best, so I know who I need to follow up with.