System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
| ffmpeg -i input-video.mp4 -s 640x480 file-output.mp4 |
| //Scala xml -- this is supposed to return a collection of the elements to be modified | |
| (e \ "_").find { child => | |
| (child \\ "_") | |
| .filter { c => | |
| !isMedia(c.label) | |
| } | |
| .exists { c => | |
| c.child.exists { c => | |
| (singleParagraphs && isMedia(c.label)) || (c.label == "#PCDATA" && isEmpty(c.text)) | |
| } |