NullVoxPopuli
NullVoxPopuli
This will make imports a bit easier to manager for strict-mode / `` users. If folks don't want to include all of this in their bundle, they could enable tree...
This'll require `@glimmer/component` 1.1.2 -- but `@glimmer/component` support isn't declared, so this is a bit of a gray area in terms of support -- up to ya'll (especially since pre-strict...
Hello! Thanks for taking time to suggest how we can improve `ember-container-query`. Before you make a new issue, please search for similar issues. It's possible that someone has made a...
Related: https://github.com/josemarluedke/docfy/issues/123 for example: ``` topic/ demos/ my-demo-a.md ``` in my-demo-a.md, if we have: ~~~md ```hbs template // ... ``` ```js component // ... ``` ~~~ we should also be...
talking about this code: https://github.com/josemarluedke/docfy/blob/main/packages/ember/src/plugins/extract-demos-to-components.ts#L64 Is there a downside to allowing any meta? Like if the "tab name" were the first meta entry in a code block, are there any...
~~~ ```hbs template etc ``` ~~~
For example: ``` docs/ {whateverPath} home/ index.md content-a.hbs content-b.hbs content-c.gjs content-d.gts etc ``` this way, you don't need to place components in totally unrelated places in your docs app. co-location...
for example, I wanted this: ~~~md ```js preview-component import Title from 'my-library'; import Component from '@glimmer/component'; import { hbs } from 'ember-cli-htmlbars'; import { setComponentTemplate } from '@ember/component'; export default...
This is directly related to: https://github.com/josemarluedke/docfy/issues/93 But, I wanted to open a separate issue for it, because [highlightjs-glimmer](https://hljs-glimmer.nullvoxpopuli.com/) is the only way we get proper highlighting (handlebars highlighting is trash,...
example: ~~~md - text here describing a thing ```hbs preview-template demonstration ``` - more text here, etc ~~~