Nico Jansen
Nico Jansen
This seems to work, but it doesn't solve my original problem. There is an issue with slide 18: http://localhost:3000/input/revealjs-demo/#/18 (after running ` node test/run-server.js 3000`).  In the demo pdf,...
I did a quick test, but it won't work. When loading cross-origin iframes, it seems impossible to know when the frame is loaded. The `iframe.contentDocument.readyState` is always `'complete'`, no matter...
> This seems to work, but it doesn't solve my original problem. > > There is an issue with slide 18: No matter what I do, the screenshot always comes...
Hi @FlinnBurgess thanks for opening this issue. Sorry it took me a while to get around to it. I assume you've read through https://stryker-mutator.io/docs/stryker-js/jest-runner/#coverage-analysis As you can see from the...
Hi @sanderblijlevens . Thanks for reporting this issue. We can enable this shortly. Decorators are not supported because mutating them is break in Angular projects, where `@Component()` and friends need...
> That means we also need to make a ignore plugin for Vue and all the other frameworks that are using decorators. Why? Only Angular uses decorators AFAIK. > My...
Note that the reason Angular's compiler crashes isn't because dynamic values like this aren't supported in JavaScript or TypeScript. They are. However, Angular uses its own compiler that hooks into...
Could you try `--logLevel trace`? That way you can see the karma output.
Ok, I found the issue. The [`options` from reveal](https://github.com/astefanutti/decktape/blob/master/plugins/reveal.js#L3) don't get applied when the command is [automatic](https://github.com/astefanutti/decktape?tab=readme-ov-file#automatic). This effectively makes automatic mode unusable for reveal presentations. As mentioned, this used...
I think the fix should be to also apply options for discovered UI libraries using `automatic` mode.