jk2K
jk2K
there are compatibility issues with `mp4` export format。 If you want a correct mp4 format, download `webm`, then convert it you can convert it by yourself with the command `ffmpeg...
If you in ipv6 network, you need to set your dns to `::1` 
Thanks a lot
[PHP RFC: FFI - Foreign Function Interface](https://wiki.php.net/rfc/ffi) has been accepted, may be we can call the inevitable swoole C modules via FFI, to reduce some obstacles
you can use `AddGlob(".")` instead of `AddGLob("*")`, `AddGLob(".")` will not add `.git`
`input-helper.ts` file should be change ```diff // Set safe.directory in git global config. result.setSafeDirectory = (core.getInput('set-safe-directory') || 'true').toUpperCase() === 'TRUE' + // set host + result.setHost = (core.getInput('set-host') || '')...
see this [SO question](http://stackoverflow.com/questions/2710499/android-sdk-on-a-64-bit-linux-machine/) TL;DR, The core problem is how to run 32-bit program in 64-bit alpine?
if not using clean urls mode, you can use this transformHtml ```javascript transformHtml: (_, id, { pageData }) => { if (!/[\\/]404\.html$/.test(id)) links.push({ url: pageData.relativePath.replace(/\.md$/, '.html'), lastmod: pageData.lastUpdated }) },...
 you can check permissions for the account