Tom Brückner

Results 125 issues of Tom Brückner

If I try to parse a vCard in 2.1 format, the parser does not accept it, since the "TYPE=" tags are missing. Is vCard 2.1 not supported?

enhancement

I'm a little surprised that this package is marked as "deprecated". For me, the new "babel-compiler" is not a complete replacement, as it runs only on the server. So when...

I would like to use this package, but can't get it to work on my Mac with OS X Yosemite. When Meteor tries to startup, it exits with the following...

Hi, I came along this interesting repo, as I was looking for the best way to implement a singleton pattern in Swift. As Swift also supports static properties (called Type...

When doing my first deploy, it took ages in the "Waiting for Beanstalk environment to finish terminated" stage, and finally I got this error message: ``` Finishing upload. This could...

I want to migrate a Meteor app using REDIS oplog to AWS Beanstalk and am trying to figure out how to configure this combination. Would I need a separate server...

I'd like to use this package inside another package. This is what I did: - Put the translation files inside an i18n folder inside the package folder - Included these...

If I try to block a user, nothing happens. Not in the UI, not in the database.

In the demo app, I can accept a friendship request, but not deny it. The link just won't react. Unsure if this is a problem in the demo app or...

Since I didn't get Redis up and running (it was throwing an auth error, although I setup an instance at Redis labs), I tried it without. I was able to...