Max Fierke

Results 34 comments of Max Fierke

@watzon not 100% sure if this is the same issue or not, but I ran into a similar problem with my `mruby` binding generation (not using libgen, but using crystal_lib...

@tempo22 could you verify whether there are any other addons depending on ember-tooltips that may be pulling in an old version?

@tempo22 would you be able to provide more information about how LpButton is composed? e.g. the DOM structure of it and any CSS styling it or the container its in

There's a rough idea in my head to do it for a v4 release at some in the near future, but have not started working on it.

@mayatron Ahhh good catch. Looks like we didn't port over the CSS animation from 2.x. I'll try to see this weekend if I can do that real quick before 3.3.0....

We don't provide any official way to do this, unfortunately. You may be able to exclude ember-tooltip's CSS from being included in the build using [`ember-cli-funnel`](https://github.com/kellyselden/ember-cli-funnel), though I've not personally...

I do like the `border-[side]-color: transparent` approach, but I'm not sure the `!important` is necessary due to specificity rules. The question about breaking change is a good one though and...

@evanb2 this is how the hide behavior works in [`tooltip.js`, the library we use underneath](https://github.com/popperjs/popper.js/blob/f1f487463c595207781a7c9d2cfc6c0e0ed71b68/packages/tooltip/src/index.js#L266). In theory, removing the element from the DOM could be done instead, but would incur...

@ndekeister-us @rwjblue Is there anything blocking merge/release of this? This seems to be necessary to get ember-mocha apps on the latest ember-exam & Ember 3.28 and beyond. (sorry for the...

@kreativitat this is usually a sign that `composer install` has not yet been run yet. Make sure you've gone through the steps in the installation instructions in order: https://github.com/OfficeStack/OpenSkedge#installation Curious:...