Michael Gerhaeuser

Results 30 comments of Michael Gerhaeuser

Thanks, I'll have a look at it. 3kB is not much and the pinch event would come in handy for pinch zoom on android devices.

zeit/pkg doesn't really work. They are mainly for packaging plain node.js applications. Meteor itself allows us to build for multiple platforms with the `--architecture parameter`: https://guide.meteor.com/deployment.html#custom-deployment

Meteor only supports these architectures: > Valid architectures include os.osx.x86_64, os.linux.x86_64, os.linux.x86_32, os.windows.x86_32, and os.windows.x86_64 (source: meteor build --help) and those apparently are just for the atmosphere packages downloads. there's...

npm audit is just running `npm audit` on command line. Issues can be fixed with `npm audit fix`. We could integrate that into Travis and fail the build if something...

A few more details about this: * The url seems to be generated by the ostrio:files package. We should look into this when the url is generated exactly. If it...

Thanks for reporting this. I just tried and was able to reproduce this following these steps: * Create new series & minutes * Create topic 1 and topic 2 using...

I was able to reproduce it on the demo and develop server. Linux 64 bit Chrome 67. Under Windows with probably an older Chrome version I was not able to...

Ok, it depends on how you switch topic 1 and topic 2. If you drag topic 1 to the bottom topic 3 will be added between both topics. If you...

One more interesting observation: The topic 3 is added correctly into the database, a simple reload will sort the three topics correctly. It seems to be the rendering or the...

This helper here https://github.com/4minitz/4minitz/blob/d5a8665333d885cd9c7f87b2d288cf458a954688/client/templates/topic/topicsList.js#L19-L22 returns the topics always in the correct order but they are not rendered correctly. To me this looks like a bug in blaze.