Andy Holmes
Andy Holmes
Any news on the Meteor fork changes being included into this? The version Meteor is using is two years old and I can't tell whether the fixes there got into...
No, it’s not. Maybe it’s webpack+meteor related? I haven’t seen another package that has this behavior with the source maps. > On Apr 2, 2018, at 2:21 PM, dreyescat wrote:...
+1 for this. In the meantime, @twentyfortysix, you can do this: ``` Bert.defaults.hideDelay = 10000; Bert.alert( { message: error.reason, type: 'danger' } ); Bert.defaults.hideDelay = 3500; ```
I'm also having this issue.
I'm now getting a flavor of this on 1.8.0, though I haven't updated the plugin beyond the 1.6.2 with the iOS fix. ``` 04-04 13:09:17.209 26175 26273 D MeteorWebApp: Downloaded...
> I use 1.7.0 for _cordova-plugin-meteor-webapp_ with Meteor release 1.8.1-issue-10516.0 and don't have any problems with HCP. > > (Background: [meteor/meteor#10516](https://github.com/meteor/meteor/issues/10516)) @Nauzer 1.7.0 plugin? The last release I see is...
This travis build is failing for a reason unrelated to the change. The change is in Android-only java code, but the build is failing because it can't find the iPhone...
> Hello @RealHandy, we both took the same path to solve this problem. And as I haven't seen your PR before I end up opening the #93 issue to address...
> > > > I was able to get it to work locally but changing line 49 in EoSLobbyUI to this ` netManager.networkAddress = attributes.Find((x) => x.Data?.Key == hostAddressKey).Data.Value.Value.AsUtf8;` >...