Tom Brückner
Tom Brückner
Hi @copleykj, I wanted to try out your demo of the `socialize` package, but it doesn't seem to work anymore. If you try to start it, it throws these version...
Our app creates high-bandwidth user-generated content we need to upload to our (S3) servers. So I'd love to see a package that also supports uploads. Are you aware of any...
ImportJS is really cool, but I have problems excluding the folder `.meteor`. Here's my setup: ```js module.exports = { declarationKeyword: 'import', environments: [ 'meteor', 'browser' ], excludes: ['.meteor/**', 'private/**', 'public/**']...
This repo has lots of open issues and hasn't been touched for 2 years now. Also, if you import the most recent plugin package into 2019.4, you're immediately faced with...
At first glance, the example provided kinda turned me off, because it is overly complicated. It includes the (rather rare) case that a subscription adds a field to each document...
Hi there, I'm a newbie who is reading through your (excellent) description, thanks for your good work! At one point I stumbled, and I would like to share my confusion...
I am clustering markers on a map, where the marker positions change over time. It's a reactive app where marker positions are influenced by underlying data changes; think of Uber...
This package does not seem to work properly with ES6 files. I cannot find any of my class methods, for instance.
I am using these kind of static class member definitions in my JS files: ``` js Messaging.getConversation = function(options) { } ``` These kind of method definitions are found and...
Hey, I have successfully implemented `redis-oplog` using `mup` and `mup-redis`. Works just fine, so thanks for the great work. I now also want to scale things horizontally, so I am...