erichaus
erichaus
@lolmaus I like that approach! I wonder how hard to implement? And definitely agree, I just had to get _something_ working for the time being and so went with sub-optimal...
@kroutal could you explain what that's actually doing? ``` client._shiftPingInterval(); ```
just ran into this issue too, any news?
@dfreeman how could I set this to `this.logger.debug` instead of `this.debug`? otherwise i'd need to update a huge amount of code which isn't ideal
I'm running into the same issue when enabling sourceMaps: 'inline' on babel... anyone have more knowledge on how to resolve this?
@kategengler I did try but I got a different error, something about `name` is undefined or something.. I ended up getting around it by doing `babel: { sourceMaps: !process.env.COVERAGE ?...
@cibernox I've narrowed it down to this line that causes the bug: https://github.com/cibernox/ember-basic-dropdown/commit/90b0f629c208fd3d8b3cd3792e0d430283c87d60#diff-5eb8bde405ea618cba05ea05b9898dc60ff96ac459a953c279fbb24f39a46f81R153
For reference I am dynamically adding `animation` style in my custom position export function e.g. ``` function customPosition() { style = { top: ..., left: ..., animation: ..., }; return...
Maybe I'm doing it wrong though...
@pzuraq @knownasilya did you guys revisit this for ember.js/glimmer? or alternatives?