Jean-Baptiste Escoyez
Jean-Baptiste Escoyez
@rwwagner90 Great! I gonna have a look at that. You can get the app here https://chrome.google.com/webstore/detail/prospectio/dpkbdbpmahebenenkkjenihgfophknbm/related (it is bundled as a Chrome extension). The iframe is added on any LinkedIn...
@rwwagner90 I've just tested and, unfortunately, the app in the iframe does not appear in the list :( Is there a way I can help you?
@Gaurav0 Any chance to see this merged? It triggers deprecation warning with the last versions of Ember: ``` DEPRECATION: Overriding init without calling this._super is deprecated. Please call `this._super.init &&...
:+1: I'd would also love to see #94 solved.
Here it is: https://github.com/NullVoxPopuli/ember-data-resources/pull/434
In the meantime, I've monkeypatched this PR: ```rb # /config/initializers/solid_queue.rb module SilenceHeartbeat def heartbeat ActiveRecord::Base.logger.silence do # Clear any previous changes before locking, for example, in case a previous heartbeat...