Patrick Pircher

Results 82 issues of Patrick Pircher

## Rollup Plugin Name: `commonjs` This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] documentation - [ ] other Are tests included?...

this would allow inspector to communicate with emberjs without relying on any globals like the define, require functions and without the barrel file. it would be required for inspector to...

type: bug 🐛
role: dev 🤖
component: ui-shell

so we do not need to do hacks: https://github.com/emberjs/ember-inspector/blob/8c4cd42a50b614981f8b863dfe07e116ced04953/ember_debug/object-inspector.js#L1118

adapted to https://github.com/emberjs/ember.js/pull/5522 Just to be prepared when it is officially released in ember ;) Don't merge now

Make the TooltipBoxController internal and some mixins for route and view. Then Instead of doing ``` Javascript //Create some controller in your app that references _Bootstrap.TooltipBoxController_ App.TooltipBoxController = Bootstrap.TooltipBoxController //Application...

Hi. I compiled the latest version and found a small bug in the popover component. Probably happened when you converted to coffee-script... Problem is that the popover/tooltip always disappears on...

Sometimes you want to have a changing title in tabs/pills. But if the title itself is a property it somehow doesn't work. I found a simple fix: Just add .content...

because ensureTrailingSlash for rootUrl will return a "/" and will end up adding a leading slash to the full url

this can also bee seen on the website. When *. is used, it should be set directly like `person.firstname = "Manuel"` I think this worked in earlier versions