Pedro Rio
Pedro Rio
Hey I'm not entirely sure I can be of help, but I'm using Light Table 2.0.0-beta 4 and having trouble upgrading to Ember 3.16 (I'm on 3.13, making my way...
@maxwondercorn thanks for the comment. In my next upgrade window (soon I hope) I'll do just that
Added ember-tooltips to the project and it worked great (version 2.9.0) but also hit this situation :) In any case, it's a great library.
Hi @sir-dunxalot thanks for pitching in on this subject. I'm definitely not an expert on IOS/Mobile Safari but what I *think* is happening is that IOS Safari is triggering NOT...
Thanks for the kind words @sir-dunxalot. I did an experiment and I can reproduce/debug the issue with a local copy of the repository and the iPhone/iPad Simulator + Safari Devtools....
I can't reproduce this (Firefox 68) but I got an error from Sentry with this exact issue. Sentry says that it happens in `__setDefaultValues` like others here are mentioning. What...
Seeing the same thing. It confused me as it had a weird behavior in my app.
Hey, thanks for the very quick reply. I'm not a Rails guy, not sure how to check the Inflection for Rails to see where the problem is, sorry :( Anyway,...
Oh, that's a really long flight! Hope you can get some rest! Thanks for the very quick reply. I'll wait for feedback then. If my guess from the tests is...
I've tried to create the initializer like the following: ``` javascript import Inflector from 'ember-inflector'; export function initialize(/* container, application */) { // Add a rule to the inflector to...