-
**Is your feature request related to a problem? Please describe.**
Say I have a `{{> head}}` partial that includes everything inside my `` tag. Inside the head is a `` tag. If I want to set the title…
-
**Describe the bug**
After updating to 0.5, I started getting these errors...
**Stack Trace**
```
./node_modules/regenerator-runtime/runtime-module.js
Module build failed (from ./node_…
-
-
I'm migrating from a gulp based ember build to something ember-cli based and it looks like this is the library to start with. I'd like to take a run at it using the library shown below but I wanted to…
-
https://projects.invisionapp.com/share/K48TJ5C86#/screens/193951621/comments
https://projects.invisionapp.com/share/FB5TXXJ6J#/screens/131899239 - services
-
With jQuery 2.1.1 zf-toggle/zf-open in combination with zf-panel does not work correctly.
It does work as expected the first time the panel is opened. In the following toggles however, opening result…
-
It can be tedious work with stubbed / mocked functions. Jasmine and others include a [spy implementation](https://github.com/pivotal/jasmine/wiki/Spies) to make this easier. Chai has a separate plugin…
-
# nodejs awesome
## outline
- [sindresorhus/awesome-nodejs](#issuecomment-2371244039)
- [zerolab-fe/awesome-nodejs](#issuecomment-2371245848)
- [AST](#issuecomment-2382593846)
## Course
- …
-
I think adding an init option to the cli would help improve the ux around getting started with metalsmith and possibly help build a community of shared projects.
Examples:
``` bash
metalsmith init …
-
Please model HTMLElement and its subclasses as classes instead of interfaces in lib.d.ts to make it possible to subclass them.
My motivation is custom elements and web components. To create a custom …