Paul Cormier

Results 23 comments of Paul Cormier

I am using v1.10.0 ES6 version + Bootstrap5 and still get the error when calling `fv.destroy()`: ```javascript Error: The plguin ___frameworkMessage is registered at l.registerPlugin (Core.js:1:443) at l.install (Framework.js:1:1412) at...

I was able to confirm the proposed fix by patching a local copy of /es6/plugins/Bootstrap5.js

OK, here are some more clues for you all: 1. Meteor 2.9.0 2. MongoDB v5.0.14 (Atlas) 3. My app was being developed on a DigitalOcean droplet using an M2 Atlas...

Hmmm, just had a thought. In this context (oplog tailing) I see that occasionally 0 documents are being returned: ![image](https://user-images.githubusercontent.com/1108728/208252011-3d03fac0-46a3-452a-bed7-e7968eaab89d.png) The ratio of scanned / returned objects would be infiniti...

@paulincai good catch. I updated the oplog URL, but it made no difference.

@evolross our app does not use that Meteor package. Looking at the details of the alert, it's definitely oplog queries that are triggering the alert and not queries performed on...

I ended up using the npm version of FullCalendar instead.

A bit more to this issue that I also ran into. When I enabled `longEnvVars: true`, I started getting a new error: ```javascript => Creating version => Configuring Beanstalk environment...

OK, this error was caused by specifying `app.region: 'us-east-1'`. Apparently there's a [weird bug in the AWS SDK createBucket that requires you to NOT to specify a locationContraint if creating...

I installed a local copy of your package and edited that line, but it still does not work. Once that minus sign is typed, the following conditional (line 102) never...