This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Microsoft Teams has a code signing issue on MacOS, which means that virtual cameras can no longer be selected. | |
# Removing the signature is a workaround for that: https://answers.microsoft.com/en-us/msteams/forum/msteams_tfb-msteams_tfmac/microsoft-teams-mac-os-client-is-not-recognizing/d9e863be-d9a4-4d03-a4b8-1b5c7df58828 | |
# This script implements the discussed workaround. | |
# I have tested it with MacOS BigSur and MS Teams | |
# - Version 1.3.00.28778 | |
# - Version 1.3.00.30874 | |
# - Version 1.3.00.33671 | |
# - Version 1.4.00.4971 | |
# - Version 1.4.00.7175 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; ox-wp-crayon.el - Wordpress crayon-plugin Backend for Org Export Engine | |
;;; overrides org-wp-src-block function of org2blog / ox-wp package, https://github.com/punchagan/org2blog | |
;;; Copyright (C) 2017 [email protected] | |
;;; Version: 20170110-1 | |
;; This program is free software: you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation, either version 3 of the License, or | |
;; (at your option) any later version. |