Michaël Krens

Results 29 comments of Michaël Krens

For my future self and other googlers. This can be disabled in django with: `CELERY_WORKER_ENABLE_REMOTE_CONTROL = False` # celery 4 `CELERY_ENABLE_REMOTE_CONTROL = False` # celery 3 see: https://docs.celeryproject.org/en/stable/userguide/configuration.html#worker-enable-remote-control And yes,...

Did not try your code but this does not look right: ```javascript document.querySelector('body')!.appendChild(instance.$el) ```

this is working for me: https://github.com/KartikTalwar/gmail.js/pull/329 This also includes attachments data etc.

Does not seem to be possible to configure `videoBitsPerSecond`, would be great to have as Safari has a higher default compared to Chrome which is not great for performance.

Same problem here, for firebase functions (which live in a subfolder / package) one also needs the lock file for that only to be there.

I've also been running into this problem when upgrading from 1.2.x (yes, I know) to 1.5.2. Just wanted to share this plnkr where you see this clearly happening. https://plnkr.co/edit/okAirW34LQ8uCYzR7Ijf?p=preview When...

Alright, after reading the docs here: https://docs.angularjs.org/api/ng/service/$compile#-templateurl- I do think this can be deemed expected behaviour. You guys could consider to try to wait for the compile to finish somewhere...

There should be something about this in the [release notes](https://docs.angularjs.org/guide/migration) as this breaks animations on a trivial case (when not to be fixed). Better yet, do not allow for lazy...

After reading this commit I think we should be able to opt-out of this behaviour https://github.com/angular/angular.js/commit/652b83eb226131d131a44453520a569202aa4aac

I'm using this with angular and have the same problem. When browsing the x-debug-data-url I do see the toolbar in the browser. Still helpful but would be nice to see...