TiKevin83

Results 24 comments of TiKevin83

I have the same issue, only when porting an existing project and not when testing the bun's create next app. The following repo should have it reproducible: It only shows...

This can be worked around by downgrading next to 12.1, this issue occurs on 12.2+. Might be worth specifying to limit next to 12.1 in the README in the meantime.

same issue here, can't start a freshly init aleph app and the debug log shows that duplication in the path to the project directory.

Yes that would be more accurate, thank you for your feedback! I'll see what I can do about images. The example here involves close-up (within a foot viewing distance) detail...

Here's the set of images that have been giving me the most trouble at high DPI. Mozjpeg 3.1 at Q85, Guetzli at Q86+JpegTran, and original: ![mozjpeg85](https://user-images.githubusercontent.com/38826675/41417944-b656c724-6fbc-11e8-8749-97a5aed0e526.jpg) ![guetzliq86 jpegtran](https://user-images.githubusercontent.com/38826675/41417946-b6681916-6fbc-11e8-86a0-e9df17c36b8a.jpg) ![cd-special-card670w](https://user-images.githubusercontent.com/38826675/41417958-bd075886-6fbc-11e8-9fd2-f29685780d57.png) On...

I've made some progress troubleshooting the issue. I think in my case, many of the stock images we use were at some point 4:2:0 before being converted to pngs, so...

New encode targeting BA distance 1.632 + JpegTran for equivalent filesize as the previous Q86 (BA target 1.8057)+JpegTran: ![cd-special-card670q1 632](https://user-images.githubusercontent.com/38826675/42392432-d07dd28a-8120-11e8-8dc1-5a112c26bec1.jpg) New Guetzli appears favorable mainly in the ringing around the...

In my opinion there are core problems with the contribution methodology of this project that run contrary to standard open source development practices and this has contributed to the friction...

mainline git itself is working on changing master to main as well for new defaults and I've seen a lot more repos switching. I think my point 3 should be...

I tried disabling `enableTagHelperBundling` but it doesn't seem to traverse imports. In the above project linking this issue, we set up all imports in a single file and fix intellisense...