Ryan Christian

Results 93 issues of Ryan Christian

I'd like to use this tool in my CD pipeline to overwrite a simple HTML file I have for a site. However, using the same input & output throws an...

feature request

I made this back when the `/hook` export was fixed but forgot to make the PR.

The test added in #87 acts as a reproduction. The basic gist of the issue is that the pattern used for `additionalStylesheets` can match the main CSS file, which causes...

In the ReadMe, there's the following line: > In order to migrate to optimize-plugin, you'll need to move your babel configuration into a `.babelrc` or `babel.config.js` file ...optimize-plugin only uses...

For example, in [test2.js](https://github.com/OpenZWave/node-openzwave-shared/blob/master/test2.js) there is the following code: ``` nodes[nodeid] = { manufacturer: '', manufacturerid: '', product: '', producttype: '', productid: '', type: '', name: '', loc: '', classes:...

Interesting bug I came across is that the `.sticky` utility class ends up with an empty translation in the browser. There's no warning about the lack of a translation either....

The peerDep version range is currently impossible to satisfy: https://semver.npmjs.com/

I'm running into a weird issue where `null` in JSDoc comments do not get picked up, but seemingly just disappear. The TS playground works correctly, however. ## Example snippet ```js...

Tsserver issue

First off, a big thank you for using this. It's saved me tons of time. The issue is that the version annotation will only show up for the first (vertical)...