kyasbal
kyasbal
I love this feature. We can't emulate WebGL stuff on Headless Chrome right now. However, I guess firefox might emulate them on CPU. There are many useful situations!
@defaul I haven't experiment by myself. But, I heared that Firefox browser have fallback feature when GPU is not available on the environment.
Several unit tests seems to be failing. I'm not sure tweaking this regex could occur some errors on unit tests. But the other PRs also seems to have failing CIs....
I struggled with the relevant issue for a while. This is my code to launch Chrome in headless mode in Docker. ```ts function getChromeFlags(resolution: Resolution2D) { let appendedOptions = headless...
@VioletteA Thank you for your valuable information. I will try that! 😸
# Grimoire.js E2E Test result ** Commit: 976a43ff6ccb2d75c28062d3f624c935ea2c777a** **Compared with 731e240f8a53d76e869a74f76db792946f013d91** This page or pull request reply was automatically generated. # Summary **Diff changed E2E result count : 17 /...
# Grimoire.js E2E Test result ** Commit: 951410316ab15e9add47414542f1175ffd3d394f** **Compared with 976a43ff6ccb2d75c28062d3f624c935ea2c777a** This page or pull request reply was automatically generated. # Summary **Diff changed E2E result count : 17 /...
Basically, current node system is like Prefab non containing children. It means node system is already has such feature. If the node can be defined with children, it seems Prefab...