Results 3 comments of macosupdate

I got an error while building cargo build --lib --release --target armv7-unknown-linux-gnueabihf --manifest-path c-api/Cargo.toml **But have been successful when using** cross build --target armv7-unknown-linux-gnueabihf --lib --release --manifest-path c-api/Cargo.toml now i...

> @bluet example proxybroker serve --customproxies proxy.txt I think this feature is very necessary

I fixed it by rewriting the code, in \var\Widget\Base\Contents.php ``` if ($insertId > 0) { $this->applySlug(!isset($rows['slug']) || strlen($rows['slug']) === 0 ? null : $rows['slug'], $insertId); } ``` change to ```...