This is a collection of all the information I came across while setting up my own Xenforo forum (migrating from Reddit subs). I'll keep it updated as I learn more.
Based on various sources
/* You need to take care of the compatibility */ | |
/* For firefox ::-moz-range-thumb */ | |
/* For IE ::-ms-thumb */ | |
input[type="range"] { | |
position: absolute; | |
left: 50%; | |
top: 50%; | |
transform: translate(-50%, -50%); |
<!-- use either src or link-thumb for thumbnail image --> | |
{{ $src := .Get "src" }} | |
{{ $url := (.Get "link" | default (.Get "src")) }} | |
<!-- Allow local and remote images --> | |
{{ if and $src (not (findRE "^(/|http(s?)://)" $src)) }} | |
{{ $src = ($.Page.Resources.GetMatch (.Get "src")).RelPermalink }} | |
{{ end }} | |
{{ if not (findRE "^(/|http(s?)://)" $url) }} | |
{{ $url = ($.Page.Resources.GetMatch $url).RelPermalink }} | |
{{ end }} |
<?php | |
/** | |
* Site Kit by Google Track Comments plugin file. | |
* | |
* @package Google\Site_Kit_Track_Comments | |
* @author Felix Arntz, Google | |
* @license GPL-2.0-or-later | |
* @copyright 2019 Google Inc. | |
* | |
* @wordpress-plugin |
<?php | |
/** | |
* Site Kit by Google Anonymize IPs plugin file. | |
* | |
* @package Google\Site_Kit_Anomyize_IPs | |
* @author Felix Arntz, Google | |
* @license GPL-2.0-or-later | |
* @copyright 2019 Google Inc. | |
* | |
* @wordpress-plugin |
by Tatiana Mac
Last updated 14 April 2021
As speaking comes with immense privilege, I have crafted a speaker rider to set expectations and boundaries around my engagement. I am grateful to all the conference organisers who have brilliantly hosted me. I would love to continue to exercise this privilege to speak at conferences, and use this privilege to make the landscape more accessible and beneficial to tech's most historically excluded and marginalised communities.
😫 I provide a lot of explanations for those of you who never had to consider these things. Most thoughtful conferences I've attended check most of these boxes intrinsically, particularly when conference runners are experienced speakers. They get it.
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
How to unstar all your github stars with API
visit here: https://github.com/settings/tokens
make sure to check repo
scope, it is needed to unstar