NullVoxPopuli

Results 1113 issues of NullVoxPopuli

Trying to make per-OS badges: https://badges.herokuapp.com/travis/NullVoxPopuli/CryptoExchangeClient?branch=master&env=+TRAVIS_OS_NAME=osx&label=macOS https://badges.herokuapp.com/travis/NullVoxPopuli/CryptoExchangeClient?branch=master&env=+TRAVIS_OS_NAME=linux&label=linux my travis build: https://travis-ci.org/NullVoxPopuli/CryptoExchangeClient/builds/368190580 right now both badges show as unknown

I think it'd be pretty cool to have this addon support module unification :-D as is, it looks like the styles aren't getting picked up.

![image](https://user-images.githubusercontent.com/199018/33667832-ed6b9816-da6b-11e7-86a0-1881de47d2cb.png) ![image](https://user-images.githubusercontent.com/199018/33667843-fa012de8-da6b-11e7-981e-dd4ce5cf2d82.png) is there a way to find out more information about why a connection failed?

Grid seems to be a simpler solution than specifying margins on things. To me, dealing with margins on the child elements (no matter which class adds them), is like each...

Code ```hbs {{#if this.shadow}} {{#in-element this.shadow}} {{#unless @omitStyles}} @import '{{this.vendor}}'; @import '{{this.app}}'; {{/unless}} {{yield}} {{/in-element}} {{/if}} ``` Output (just the style part) ![image](https://user-images.githubusercontent.com/199018/149647188-ea777baa-a588-49cd-a39a-e4f9440b863d.png) Expected: ```html @import '/assets/vendor.css'; @import '/assets/limber.css'; ```

Fwiw, I'm using [email protected], so.. I don't know exactly what version of GlimmerVM that's using, but: This was first reported to me by @nag5000 on the [Ember Discord](https://discord.com/channels/480462759797063690/483601670685720591/892361384929673276). (Many thanks,...

**Describe the bug** - Clicking a template only component does not open the sidebar - clicking args on template only components does not open the sidebar - UPDATE: non-primitve args...

wontfix

**Describe the bug** When clicking the black box with yellow text, the component that contains that element is not selected in the component tree, `RenderInTarget` instead, the template containing the...

bug

PR made early for easy diff reference ## Description Currently, as reported by https://github.com/emberjs/ember-inspector/issues/1255 and reproduced in https://github.com/NullVoxPopuli/repro-repo-ember-inspector-1255, when components are "portaled" to another part of the DOM, the inspector...

enhancement

pnpm is rock solid, and way faster than everything else. For new projects I clone to my machine, I can have `pnpm install` start and finish in under 3s and...