Michal Piechowiak

Results 71 comments of Michal Piechowiak

Hey @zcei, this looks very cool! We plan on refactoring grapqhl schema creation (probably will start next month) and most likely this we be led by @freiksenet . Of course...

@zcei Does your prototype add or modify any public facing gatsby APIs (setFieldsOnNodeType changes to support 3rd party types)? Only blocker I would see would be if it would need...

Maybe different approach to filter out very large images would be to specify cutoff threshold to not include images bigger than (for example) 2000px? We potentially could even set some...

There seemed to be change somewhere between `[email protected]` (this worked) and `[email protected]` (stopped working) that we didn't address yet - https://github.com/netlify/next-runtime/pull/2056/files#r1177491204 (I think this test basically tries to assert behavior...

I can reproduce with repro repo (production `build` not working producing `` tag, while `develop` working just fine). `react-redux` `` alone works fine, it's the `` that seems to cause...

Hi @BArtistically I did reproduce problems with `NextResponse.rewrite()` resulting in always having default locale in `getServerSideProps` or `getStaticProps`. But I did not manage to reproduce the problems with `NextResponse.next()` For...

Digging a bit more, I did realize that rewrite failures I mentioned above was result of doing locale-aware rewrite wrong in our test fixture and after addressing that - now...

Is your Next.js version older than 14.2.7? I finally was able to reproduce problems, but only when Next.js is older than 14.2.7 and the target page is part of dynamic...

Note - test on Node 18 fail because it's unsupported with Angular 20: ``` $ npm run build > [email protected] build > ng build --verbose Node.js version v18.19.0 detected. The...

https://github.com/angular/angular-cli/commit/d06ff3f408d30e0db11a2bc5f65d3ffa81b22643 there will be bump of min node from 20.11 to 20.19 released soon so adjusting checks / node version for test runner in https://github.com/netlify/angular-runtime/pull/292/commits/94638721d4fce81b03d2e40bd02f5a8e0c97116a