Chenglu Li

Results 8 comments of Chenglu Li

Having a similar issue that said "Page does not work offline". But for me, I don't see the install button in any page. I am using `next 12.1.6` and `next-pwa...

I am actually using this library now because of its infinite loop feature. I will see if I can add this feature based on yours

Make sense to me! I will not try to add this feature then :)

Hi macecchi, thanks for the reply! Sorry I did not make myself clear. So the problems I think are: 1. Currently, the assetURL for the image is not a file...

Thanks for the fast reply @karlsabo. I am working with @charxie. We are both testing in the MacOS environment. For your information. @charxie is using Oracle JDK 8 and the...

Here are the outputs: ``` Changing working directory to outdir/Contents/Resources ... Loading JVM runtime library ... fileSearch found libjli! filename=jre/lib/jli/libjli.dylib, lastFileSearch= Loading libjli=outdir/Contents/Resources/jre/lib/jli/libjli.dylib Passing VM options ... isZgcSupported()=1, hasJsonValue(jsonRoot, "useZgcIfSupportedOs",...

Thank you! One last question, do we do like this? ``` java -jar packr-all.jar \ --vmargs Xmx1G -XstartOnFirstThread \ --... ``` Or we use use XstartOnFirstThread without the `-` (dash)?...