Jaro Vanderheijden

Results 11 comments of Jaro Vanderheijden

Looks like it goes wrong in promises & async nesting only? ``` function _rejecting() { return new Promise((resolve, reject) => { reject(new Error('An error')); }); } test("this fails", async ()...

This is a required feature for us to move to v6. Handling it inside the route element isn't an option either, as those routes then won't fall back to other...

I tried out the examples, and I noticed that scripts only get included once, but stylesheets are still added per fragment. Why was this distinction made?

I ran the example basic-css-and-js and duplicated the fragment in the template. That resulted in the following output: ``` Basic css and js var Pipe=... Fragment 1: 7s elapsed Fragment...

The difference being the javascript is executed only once (as can be seen from the counter only updating once per second), and the actual script tag only shows up once....

I've tested [the earlier mentioned reproduction case](https://github.com/jestjs/jest/issues/9210#issuecomment-1194071587) and it seems to still be an issue in Node v20.10.0, Jest v29.3.1.

https://github.com/intuitivepixel/ember-cli-ember-table/pull/25 I hope I did it right. I copied the simple test and modified it to fail, which was simply adding a height and decreasing the rowcount. I think the...

Seeing how little time we have remaining (June 12), we have to look into alternatives already. We can't exactly keep our fingers crossed we'll _eventually_ get this resolved at this...

> If you set `provider.logs.restApi: false` in `serverless.(ts|yml|…)` the additional lambda function is not generated. Don't know of the disadvantages of that approach though. I guess it has to do...

FYI, June 12 won't end up killing any services with custom resources just yet. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated > Node.js 16: > Deprecation date: Jun 12, 2024 > Block function create: Feb 28,...