James Garbutt
James Garbutt
Given that this is solely a project to be used inside browsers, i was hoping it would work out of the box in a browser, but it doesn't seem to....
If you use postcss directly (via its CLI for example), it is a simple transform: input -> postcss (transform) -> output. It isn't relevant what format the input is in,...
This cleans up tests a little on top of #808. I noticed quite a few, if they failed, threw uncaught promises rather than ever reaching mocha so the errors weren't...
[](https://issuehunt.io/r/JonnyBurger/remotion/issues/79) Hello, cool little project, have had a read through the source and seems like a nice concept. good work on pulling it together nicely 👍 one question i have...
if you're interested, this is the repo reworked to be an ES module. this would be a breaking change, commonjs would no longer be supported, old node wouldn't be supported...
**Describe the bug** Due to this: https://github.com/material-components/material-web/blob/23ed27ac770da1799dac1ee547aa5ba6248d5e3d/packages/dialog/mwc-dialog-base.ts#L363-L373 Specifically the `close` line, means that we will later emit a `closed` event among other things even though our dialog is no longer...
Fixes #317 I copied what you said... what sinon currently does. IMO its pretty hacky, though, i'd recommend you look into just using rollup or something in both repos in...
If you create a directive which has a template like so: ``` ``` In your `link` function, you can setup `$scope.opts` and would expect this to take effect. However, it...
I've been trying out the browser build @antfu added recently. There is a slight issue in that we only specify the following in `package.json`: ```json "main": "dist/index.js", "module": "dist/index.esm.js", ```...
Draft until open questions are resolved. ## Open questions ### What shall we do with the leftovers of the `parse5-utils` package in this repo? The following functions remain: * `isHtmlFragment`...