William Reiske
William Reiske
> @StorytellerCZ is there a reason for `connection` being explicitly set to `null` here: https://github.com/Meteor-Community-Packages/meteor-user-status/blob/master/server/status.js#L15 I double-checked and made sure it wasn't something I changed during the decaffeination. It looks...
If you go to the main branch of this repo, type "." and it will bring up an editor in the browser. You can edit it directly in github and...
TBH every time I go to update meteor this is always painful to dig through ``` C:\prj\meteor-user-status\demo>meteor update This project is already at Meteor 2.7.1, the latest release. => Errors...
Ok, made some progress today but I'm out of time https://github.com/Meteor-Community-Packages/meteor-user-status/pull/157
> Good suggestion. I also noticed v1.0.0 wasn't tagged, and perhaps something we should consider as described in #125. Please see https://github.com/orgs/Meteor-Community-Packages/teams/meteor-utils/discussions/1/comments/12
Looks like `listEmulatorBuildTargets()` needs to be modified in `.meteor/local/cordova-build/platforms/ios/cordova/lib/list-emulator-build-targets` ### Before ``` availableDevicesInCategory.forEach(function (device) { if (device.name === deviceType.name.replace(/\-inch/g, ' inch') && device.availability.toLowerCase().indexOf('unavailable') < 0) { availAcc.push(device); } }); ```...
I hear there's a need to decaffeinate something 👀
I'm going to be traveling here in a few days and I might have some downtime between moves. If nobody else picks this up by then, I'll see about converting...
What version of timesync are you running?
Images with .png .jpg etc in the upload name seem to be broken now. Images that didn't have an extension in the name work.... Saw a diff in the broken...