James
James
Do you have a PR for this or just a fork of Blaze? Can you show your code?
Thank you, I was looking at this same Blaze code and wondering if I could patch it. I will try your code out. It would be nice to get it...
I just wanted to post here that I tried out @lynchem's "monkey patch" and it works great.
I am looking into changing the Firepad database to be a plugin, so that you can choose/build your own data-store. I will also be working on a Meteor/MongoDb data-store as...
Adding debouncing or just pulling this into the Master would be great.
I have been dynamically generating my entire Meteor app for 5 years now. And it IS Amazing!!! I can create/update templates, routes, methods, etc on the fly. However I haven't...
Well from a high level I just observe a "Modules" collection and evaluate the Module.code which is just a string of code either javascript or html/blaze/vue. I use Ace/Monaco Editor...
Did anyone ever find a solution for this? I see it on many different servers in many different environments. Most of the apps are below 5% cpu and some aren't...
hmm, I just found this https://devcenter.heroku.com/articles/heroku-redis#timeout my DigitalOcean redis instance might have this timeout set.
I have been using this option for a couple of years now on some prod apps, its great for real-time redis data through ddp and Vent. It would be nice...