Shannon Moeller

Results 10 issues of Shannon Moeller

Something about `.cloneNode()` in `apply()` is causing an infinite loop when patching a subtree.

Responses from maintainers to requests for optional `.config/` support varied widely. Some plan to implement, others won't implement but were supportive of the idea, others slammed the door entirely. Among...

Current CI builds report as failed, even though they pass locally. Seems to be an integration issue.

Many open issues. No recent commits. Is this project dead?

Double hyphens are disallowed in HTML/XML comments. Therefore, the [recommended format](https://www.polymer-project.org/1.0/docs/tools/documentation#custom-css-properties-and-mixins) for documenting element styles is invalid markup: ```html ``` ### Expected outcome There should be a way of documenting...

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Lit Core (lit / lit-html / lit-element...

It would be nice to have both esm and cjs support by using `import` and `require` respectively. Need to look into how bustCache would work in esm, if at all.

The `eslint_d` CLI allows you to set `--eslint-path` which is helpful when using things like [yarn pnp sdks](https://yarnpkg.com/getting-started/editor-sdks) which wires modules together in a non-standard way. It would be nice...

As more and more tools have become best-practice when authoring npm modules, from `package.json` to `.*rc` to `*file.js`, the root directory of projects has become a very loud place. This...

When trying to use `bufrw` (via `thriftrw`) in an environment where server side code is bundled with Babel and Webpack, the build process throws an error related to using Octal...