NullVoxPopuli
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.
  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)  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...
**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...
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...
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...