diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 48638a938e..a1dff34414 100644
--- a/BUNDLE-README.md
+++ b/BUNDLE-README.md
@@ -2,7 +2,7 @@
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
use this from a CDN
-(``)
+(``)
or bundle it with your webapp.
Note that the recommended way to use Uppy is to install it with yarn/npm and use
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c1e37b879..fc7845804c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,45 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 4.0.0-beta.5
+
+Released: 2024-05-03
+
+| Package | Version | Package | Version |
+| ------------------------- | ------------ | ------------------------- | ------------ |
+| @uppy/audio | 2.0.0-beta.5 | @uppy/progress-bar | 4.0.0-beta.4 |
+| @uppy/aws-s3 | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.5 |
+| @uppy/aws-s3-multipart | 4.0.0-beta.5 | @uppy/react | 4.0.0-beta.5 |
+| @uppy/box | 3.0.0-beta.5 | @uppy/redux-dev-tools | 4.0.0-beta.2 |
+| @uppy/companion | 5.0.0-beta.5 | @uppy/remote-sources | 2.0.0-beta.4 |
+| @uppy/companion-client | 4.0.0-beta.5 | @uppy/screen-capture | 4.0.0-beta.4 |
+| @uppy/compressor | 2.0.0-beta.5 | @uppy/status-bar | 4.0.0-beta.5 |
+| @uppy/core | 4.0.0-beta.5 | @uppy/store-default | 4.0.0-beta.2 |
+| @uppy/dashboard | 4.0.0-beta.5 | @uppy/store-redux | 4.0.0-beta.3 |
+| @uppy/drag-drop | 4.0.0-beta.4 | @uppy/svelte | 4.0.0-beta.3 |
+| @uppy/dropbox | 4.0.0-beta.5 | @uppy/thumbnail-generator | 4.0.0-beta.4 |
+| @uppy/facebook | 4.0.0-beta.5 | @uppy/transloadit | 4.0.0-beta.5 |
+| @uppy/file-input | 4.0.0-beta.5 | @uppy/tus | 4.0.0-beta.4 |
+| @uppy/form | 4.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.5 |
+| @uppy/golden-retriever | 4.0.0-beta.4 | @uppy/url | 4.0.0-beta.5 |
+| @uppy/google-drive | 4.0.0-beta.5 | @uppy/utils | 6.0.0-beta.5 |
+| @uppy/image-editor | 3.0.0-beta.3 | @uppy/vue | 2.0.0-beta.2 |
+| @uppy/informer | 4.0.0-beta.2 | @uppy/webcam | 4.0.0-beta.5 |
+| @uppy/instagram | 4.0.0-beta.5 | @uppy/xhr-upload | 4.0.0-beta.3 |
+| @uppy/locales | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.5 |
+| @uppy/onedrive | 4.0.0-beta.5 | uppy | 4.0.0-beta.5 |
+
+- @uppy/core: make UppyEventMap more readable (Murderlon)
+- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
+- @uppy/aws-s3-multipart: Format (Murderlon)
+- meta: enable prettier for markdown (Merlijn Vos / #5133)
+- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132)
+- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128)
+- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126)
+- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080)
+- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118)
+
+
## 4.0.0-beta.4
Released: 2024-04-29
@@ -236,6 +275,25 @@ Released: 2024-03-28
- meta: prepare release workflow for beta versions (Antoine du Hamel)
+## 3.25.1
+
+Released: 2024-05-03
+
+| Package | Version | Package | Version |
+| ---------------- | ------- | ---------------- | ------- |
+| @uppy/companion | 4.13.2 | @uppy/xhr-upload | 3.6.6 |
+| @uppy/core | 3.11.1 | uppy | 3.25.1 |
+| @uppy/locales | 3.5.3 | | |
+
+- @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120)
+- meta: fix `update-contributors` script (Antoine du Hamel / #5137)
+- meta: fix `bullet` setting for ReMark (Antoine du Hamel)
+- meta: add prettier to `.md` pre-commit hooks (Antoine du Hamel)
+- @uppy/core: make UppyEventMap more readable (Murderlon)
+- meta: enable prettier for markdown (Merlijn Vos / #5133)
+- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132)
+- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128)
+
## 3.25.0
diff --git a/README.md b/README.md
index 0f1fb4a45a..1412c7ac96 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
```
Add CSS
-[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.css),
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.css),
either to your HTML page’s `
` or include in JS, if your bundler of choice
supports it.
@@ -94,7 +94,7 @@ object.
```html
@@ -105,7 +105,7 @@ object.
Uppy,
Dashboard,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -292,281 +292,76 @@ Use Uppy in your project?
## Contributors
-
-
-| [
](https://github.com/arturi) | [
](https://github.com/goto-bus-stop) | [
](https://github.com/kvz) | [
](https://github.com/aduh95) | [
](https://github.com/ifedapoolarewaju) | [
](https://github.com/hedgerh) |
-| :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: |
-| [arturi](https://github.com/arturi) | [goto-bus-stop](https://github.com/goto-bus-stop) | [kvz](https://github.com/kvz) | [aduh95](https://github.com/aduh95) | [ifedapoolarewaju](https://github.com/ifedapoolarewaju) | [hedgerh](https://github.com/hedgerh) |
-
-| [
](https://github.com/Murderlon) | [
](https://github.com/AJvanLoon) | [
](https://github.com/nqst) | [
](https://github.com/mifi) | [
](https://github.com/apps/github-actions) | [
](https://github.com/lakesare) |
-| :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: |
-| [Murderlon](https://github.com/Murderlon) | [AJvanLoon](https://github.com/AJvanLoon) | [nqst](https://github.com/nqst) | [mifi](https://github.com/mifi) | [github-actions\[bot\]](https://github.com/apps/github-actions) | [lakesare](https://github.com/lakesare) |
-
-| [
](https://github.com/apps/dependabot) | [
](https://github.com/kiloreux) | [
](https://github.com/samuelayo) | [
](https://github.com/sadovnychyi) | [
](https://github.com/richardwillars) | [
](https://github.com/ajkachnic) |
-| :------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
-| [dependabot\[bot\]](https://github.com/apps/dependabot) | [kiloreux](https://github.com/kiloreux) | [samuelayo](https://github.com/samuelayo) | [sadovnychyi](https://github.com/sadovnychyi) | [richardwillars](https://github.com/richardwillars) | [ajkachnic](https://github.com/ajkachnic) |
-
-| [
](https://github.com/zcallan) | [
](https://github.com/YukeshShr) | [
](https://github.com/janko) | [
](https://github.com/oliverpool) | [
](https://github.com/Botz) | [
](https://github.com/mcallistertyler) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: |
-| [zcallan](https://github.com/zcallan) | [YukeshShr](https://github.com/YukeshShr) | [janko](https://github.com/janko) | [oliverpool](https://github.com/oliverpool) | [Botz](https://github.com/Botz) | [mcallistertyler](https://github.com/mcallistertyler) |
-
-| [
](https://github.com/mokutsu-coursera) | [
](https://github.com/dschmidt) | [
](https://github.com/DJWassink) | [
](https://github.com/mrbatista) | [
](https://github.com/taoqf) | [
](https://github.com/timodwhit) |
-| :----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: |
-| [mokutsu-coursera](https://github.com/mokutsu-coursera) | [dschmidt](https://github.com/dschmidt) | [DJWassink](https://github.com/DJWassink) | [mrbatista](https://github.com/mrbatista) | [taoqf](https://github.com/taoqf) | [timodwhit](https://github.com/timodwhit) |
-
-| [
](https://github.com/tim-kos) | [
](https://github.com/eltociear) | [
](https://github.com/tuoxiansp) | [
](https://github.com/pauln) | [
](https://github.com/MikeKovarik) | [
](https://github.com/toadkicker) |
-| :-------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
-| [tim-kos](https://github.com/tim-kos) | [eltociear](https://github.com/eltociear) | [tuoxiansp](https://github.com/tuoxiansp) | [pauln](https://github.com/pauln) | [MikeKovarik](https://github.com/MikeKovarik) | [toadkicker](https://github.com/toadkicker) |
-
-| [
](https://github.com/ap--) | [
](https://github.com/tranvansang) | [
](https://github.com/LiviaMedeiros) | [
](https://github.com/bertho-zero) | [
](https://github.com/juliangruber) | [
](https://github.com/Hawxy) |
-| :---------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: |
-| [ap--](https://github.com/ap--) | [tranvansang](https://github.com/tranvansang) | [LiviaMedeiros](https://github.com/LiviaMedeiros) | [bertho-zero](https://github.com/bertho-zero) | [juliangruber](https://github.com/juliangruber) | [Hawxy](https://github.com/Hawxy) |
-
-| [
](https://github.com/gavboulton) | [
](https://github.com/mejiaej) | [
](https://github.com/elenalape) | [
](https://github.com/dominiceden) | [
](https://github.com/Acconut) | [
](https://github.com/jhen0409) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: |
-| [gavboulton](https://github.com/gavboulton) | [mejiaej](https://github.com/mejiaej) | [elenalape](https://github.com/elenalape) | [dominiceden](https://github.com/dominiceden) | [Acconut](https://github.com/Acconut) | [jhen0409](https://github.com/jhen0409) |
-
-| [
](https://github.com/stephentuso) | [
](https://github.com/bencergazda) | [
](https://github.com/a-kriya) | [
](https://github.com/yonahforst) | [
](https://github.com/suchoproduction) | [
](https://github.com/sksavant) |
-| :------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: |
-| [stephentuso](https://github.com/stephentuso) | [bencergazda](https://github.com/bencergazda) | [a-kriya](https://github.com/a-kriya) | [yonahforst](https://github.com/yonahforst) | [suchoproduction](https://github.com/suchoproduction) | [sksavant](https://github.com/sksavant) |
-
-| [
](https://github.com/ogtfaber) | [
](https://github.com/nndevstudio) | [
](https://github.com/MatthiasKunnen) | [
](https://github.com/manuelkiessling) | [
](https://github.com/dargmuesli) | [
](https://github.com/johnnyperkins) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: |
-| [ogtfaber](https://github.com/ogtfaber) | [nndevstudio](https://github.com/nndevstudio) | [MatthiasKunnen](https://github.com/MatthiasKunnen) | [manuelkiessling](https://github.com/manuelkiessling) | [dargmuesli](https://github.com/dargmuesli) | [johnnyperkins](https://github.com/johnnyperkins) |
-
-| [
](https://github.com/ofhope) | [
](https://github.com/yaegor) | [
](https://github.com/zhuangya) | [
](https://github.com/sparanoid) | [
](https://github.com/ThomasG77) | [
](https://github.com/subha1206) |
-| :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
-| [ofhope](https://github.com/ofhope) | [yaegor](https://github.com/yaegor) | [zhuangya](https://github.com/zhuangya) | [sparanoid](https://github.com/sparanoid) | [ThomasG77](https://github.com/ThomasG77) | [subha1206](https://github.com/subha1206) |
-
-| [
](https://github.com/schonert) | [
](https://github.com/SlavikTraktor) | [
](https://github.com/scottbessler) | [
](https://github.com/jrschumacher) | [
](https://github.com/rosenfeld) | [
](https://github.com/rdimartino) |
-| :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: |
-| [schonert](https://github.com/schonert) | [SlavikTraktor](https://github.com/SlavikTraktor) | [scottbessler](https://github.com/scottbessler) | [jrschumacher](https://github.com/jrschumacher) | [rosenfeld](https://github.com/rosenfeld) | [rdimartino](https://github.com/rdimartino) |
-
-| [
](https://github.com/ahmedkandel) | [
](https://github.com/Youssef1313) | [
](https://github.com/allenfantasy) | [
](https://github.com/Zyclotrop-j) | [
](https://github.com/anark) | [
](https://github.com/bdirito) |
-| :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: |
-| [ahmedkandel](https://github.com/ahmedkandel) | [Youssef1313](https://github.com/Youssef1313) | [allenfantasy](https://github.com/allenfantasy) | [Zyclotrop-j](https://github.com/Zyclotrop-j) | [anark](https://github.com/anark) | [bdirito](https://github.com/bdirito) |
-
-| [
](https://github.com/darthf1) | [
](https://github.com/fortrieb) | [
](https://github.com/frederikhors) | [
](https://github.com/heocoi) | [
](https://github.com/jarey) | [
](https://github.com/muhammadInam) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: |
-| [darthf1](https://github.com/darthf1) | [fortrieb](https://github.com/fortrieb) | [frederikhors](https://github.com/frederikhors) | [heocoi](https://github.com/heocoi) | [jarey](https://github.com/jarey) | [muhammadInam](https://github.com/muhammadInam) |
-
-| [
](https://github.com/rettgerst) | [
](https://github.com/mkabatek) | [
](https://github.com/jukakoski) | [
](https://github.com/olemoign) | [
](https://github.com/btrice) | [
](https://github.com/5idereal) |
-| :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
-| [rettgerst](https://github.com/rettgerst) | [mkabatek](https://github.com/mkabatek) | [jukakoski](https://github.com/jukakoski) | [olemoign](https://github.com/olemoign) | [btrice](https://github.com/btrice) | [5idereal](https://github.com/5idereal) |
-
-| [
](https://github.com/AndrwM) | [
](https://github.com/behnammodi) | [
](https://github.com/BePo65) | [
](https://github.com/bradedelman) | [
](https://github.com/camiloforero) | [
](https://github.com/command-tab) |
-| :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
-| [AndrwM](https://github.com/AndrwM) | [behnammodi](https://github.com/behnammodi) | [BePo65](https://github.com/BePo65) | [bradedelman](https://github.com/bradedelman) | [camiloforero](https://github.com/camiloforero) | [command-tab](https://github.com/command-tab) |
-
-| [
](https://github.com/craig-jennings) | [
](https://github.com/davekiss) | [
](https://github.com/denysdesign) | [
](https://github.com/ethanwillis) | [
](https://github.com/paescuj) | [
](https://github.com/msand) |
-| :-----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: |
-| [craig-jennings](https://github.com/craig-jennings) | [davekiss](https://github.com/davekiss) | [denysdesign](https://github.com/denysdesign) | [ethanwillis](https://github.com/ethanwillis) | [paescuj](https://github.com/paescuj) | [msand](https://github.com/msand) |
-
-| [
](https://github.com/richartkeil) | [
](https://github.com/martiuslim) | [
](https://github.com/Martin005) | [
](https://github.com/mskelton) | [
](https://github.com/mactavishz) | [
](https://github.com/lafe) |
-| :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: |
-| [richartkeil](https://github.com/richartkeil) | [martiuslim](https://github.com/martiuslim) | [Martin005](https://github.com/Martin005) | [mskelton](https://github.com/mskelton) | [mactavishz](https://github.com/mactavishz) | [lafe](https://github.com/lafe) |
-
-| [
](https://github.com/dogrocker) | [
](https://github.com/jedwood) | [
](https://github.com/jasonbosco) | [
](https://github.com/ghasrfakhri) | [
](https://github.com/geertclerx) | [
](https://github.com/frobinsonj) |
-| :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: |
-| [dogrocker](https://github.com/dogrocker) | [jedwood](https://github.com/jedwood) | [jasonbosco](https://github.com/jasonbosco) | [ghasrfakhri](https://github.com/ghasrfakhri) | [geertclerx](https://github.com/geertclerx) | [frobinsonj](https://github.com/frobinsonj) |
-
-| [
](https://github.com/geertclerx) | [
](https://github.com/eman8519) | [
](https://github.com/luarmr) | [
](https://github.com/raulibanez) | [
](https://github.com/refo) | [
](https://github.com/SxDx) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: |
-| [geertclerx](https://github.com/geertclerx) | [eman8519](https://github.com/eman8519) | [luarmr](https://github.com/luarmr) | [raulibanez](https://github.com/raulibanez) | [refo](https://github.com/refo) | [SxDx](https://github.com/SxDx) |
-
-| [
](https://github.com/robwilson1) | [
](https://github.com/scherroman) | [
](https://github.com/neuronet77) | [
](https://github.com/Pzoco) | [
](https://github.com/ppadmavilasom) | [
](https://github.com/phillipalexander) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------: |
-| [robwilson1](https://github.com/robwilson1) | [scherroman](https://github.com/scherroman) | [neuronet77](https://github.com/neuronet77) | [Pzoco](https://github.com/Pzoco) | [ppadmavilasom](https://github.com/ppadmavilasom) | [phillipalexander](https://github.com/phillipalexander) |
-
-| [
](https://github.com/pmusaraj) | [
](https://github.com/pedrofs) | [
](https://github.com/plneto) | [
](https://github.com/patricklindsay) | [
](https://github.com/pascalwengerter) | [
](https://github.com/ParsaArvanehPA) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: |
-| [pmusaraj](https://github.com/pmusaraj) | [pedrofs](https://github.com/pedrofs) | [plneto](https://github.com/plneto) | [patricklindsay](https://github.com/patricklindsay) | [pascalwengerter](https://github.com/pascalwengerter) | [ParsaArvanehPA](https://github.com/ParsaArvanehPA) |
-
-| [
](https://github.com/taj) | [
](https://github.com/strayer) | [
](https://github.com/sjauld) | [
](https://github.com/steverob) | [
](https://github.com/amaitu) | [
](https://github.com/quigebo) |
-| :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: |
-| [taj](https://github.com/taj) | [strayer](https://github.com/strayer) | [sjauld](https://github.com/sjauld) | [steverob](https://github.com/steverob) | [amaitu](https://github.com/amaitu) | [quigebo](https://github.com/quigebo) |
-
-| [
](https://github.com/waptik) | [
](https://github.com/SpazzMarticus) | [
](https://github.com/szh) | [
](https://github.com/sergei-zelinsky) | [
](https://github.com/sebasegovia01) | [
](https://github.com/sdebacker) |
-| :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
-| [waptik](https://github.com/waptik) | [SpazzMarticus](https://github.com/SpazzMarticus) | [szh](https://github.com/szh) | [sergei-zelinsky](https://github.com/sergei-zelinsky) | [sebasegovia01](https://github.com/sebasegovia01) | [sdebacker](https://github.com/sdebacker) |
-
-| [
](https://github.com/samuelcolburn) | [
](https://github.com/fortunto2) | [
](https://github.com/GNURub) | [
](https://github.com/rart) | [
](https://github.com/rossng) | [
](https://github.com/mkopinsky) |
-| :---------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
-| [samuelcolburn](https://github.com/samuelcolburn) | [fortunto2](https://github.com/fortunto2) | [GNURub](https://github.com/GNURub) | [rart](https://github.com/rart) | [rossng](https://github.com/rossng) | [mkopinsky](https://github.com/mkopinsky) |
-
-| [
](https://github.com/mhulet) | [
](https://github.com/hrsh) | [
](https://github.com/mauricioribeiro) | [
](https://github.com/matthewhartstonge) | [
](https://github.com/mjesuele) | [
](https://github.com/mattfik) |
-| :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: |
-| [mhulet](https://github.com/mhulet) | [hrsh](https://github.com/hrsh) | [mauricioribeiro](https://github.com/mauricioribeiro) | [matthewhartstonge](https://github.com/matthewhartstonge) | [mjesuele](https://github.com/mjesuele) | [mattfik](https://github.com/mattfik) |
-
-| [
](https://github.com/mateuscruz) | [
](https://github.com/masumulu28) | [
](https://github.com/masaok) | [
](https://github.com/martin-brennan) | [
](https://github.com/marcusforsberg) | [
](https://github.com/marcosthejew) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: |
-| [mateuscruz](https://github.com/mateuscruz) | [masumulu28](https://github.com/masumulu28) | [masaok](https://github.com/masaok) | [martin-brennan](https://github.com/martin-brennan) | [marcusforsberg](https://github.com/marcusforsberg) | [marcosthejew](https://github.com/marcosthejew) |
-
-| [
](https://github.com/mperrando) | [
](https://github.com/onhate) | [
](https://github.com/marc-mabe) | [
](https://github.com/Lucklj521) | [
](https://github.com/cryptic022) | [
](https://github.com/Ozodbek1405) |
-| :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |
-| [mperrando](https://github.com/mperrando) | [onhate](https://github.com/onhate) | [marc-mabe](https://github.com/marc-mabe) | [Lucklj521](https://github.com/Lucklj521) | [cryptic022](https://github.com/cryptic022) | [Ozodbek1405](https://github.com/Ozodbek1405) |
-
-| [
](https://github.com/leftdevel) | [
](https://github.com/nil1511) | [
](https://github.com/coreprocess) | [
](https://github.com/nicojones) | [
](https://github.com/trungcva10a6tn) | [
](https://github.com/naveed-ahmad) |
-| :------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |
-| [leftdevel](https://github.com/leftdevel) | [nil1511](https://github.com/nil1511) | [coreprocess](https://github.com/coreprocess) | [nicojones](https://github.com/nicojones) | [trungcva10a6tn](https://github.com/trungcva10a6tn) | [naveed-ahmad](https://github.com/naveed-ahmad) |
-
-| [
](https://github.com/pleasespammelater) | [
](https://github.com/marton-laszlo-attila) | [
](https://github.com/navruzm) | [
](https://github.com/mogzol) | [
](https://github.com/shahimclt) | [
](https://github.com/mnafees) |
-| :------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: |
-| [pleasespammelater](https://github.com/pleasespammelater) | [marton-laszlo-attila](https://github.com/marton-laszlo-attila) | [navruzm](https://github.com/navruzm) | [mogzol](https://github.com/mogzol) | [shahimclt](https://github.com/shahimclt) | [mnafees](https://github.com/mnafees) |
-
-| [
](https://github.com/boudra) | [
](https://github.com/achmiral) | [
](https://github.com/ken-kuro) | [
](https://github.com/mosi-kha) | [
](https://github.com/maddy-jo) | [
](https://github.com/mdxiaohu) |
-| :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
-| [boudra](https://github.com/boudra) | [achmiral](https://github.com/achmiral) | [ken-kuro](https://github.com/ken-kuro) | [mosi-kha](https://github.com/mosi-kha) | [maddy-jo](https://github.com/maddy-jo) | [mdxiaohu](https://github.com/mdxiaohu) |
-
-| [
](https://github.com/magumbo) | [
](https://github.com/jx-zyf) | [
](https://github.com/kode-ninja) | [
](https://github.com/sontixyou) | [
](https://github.com/jur-ng) | [
](https://github.com/johnmanjiro13) |
-| :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: |
-| [magumbo](https://github.com/magumbo) | [jx-zyf](https://github.com/jx-zyf) | [kode-ninja](https://github.com/kode-ninja) | [sontixyou](https://github.com/sontixyou) | [jur-ng](https://github.com/jur-ng) | [johnmanjiro13](https://github.com/johnmanjiro13) |
-
-| [
](https://github.com/jyoungblood) | [
](https://github.com/green-mike) | [
](https://github.com/gaelicwinter) | [
](https://github.com/franckl) | [
](https://github.com/fingul) | [
](https://github.com/elliotsayes) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: |
-| [jyoungblood](https://github.com/jyoungblood) | [green-mike](https://github.com/green-mike) | [gaelicwinter](https://github.com/gaelicwinter) | [franckl](https://github.com/franckl) | [fingul](https://github.com/fingul) | [elliotsayes](https://github.com/elliotsayes) |
-
-| [
](https://github.com/dzcpy) | [
](https://github.com/xhocquet) | [
](https://github.com/JimmyLv) | [
](https://github.com/zanzlender) | [
](https://github.com/olitomas) | [
](https://github.com/yoann-hellopret) |
-| :----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: |
-| [dzcpy](https://github.com/dzcpy) | [xhocquet](https://github.com/xhocquet) | [JimmyLv](https://github.com/JimmyLv) | [zanzlender](https://github.com/zanzlender) | [olitomas](https://github.com/olitomas) | [yoann-hellopret](https://github.com/yoann-hellopret) |
-
-| [
](https://github.com/vedran555) | [
](https://github.com/tusharjkhunt) | [
](https://github.com/thanhthot) | [
](https://github.com/stduhpf) | [
](https://github.com/slawexxx44) | [
](https://github.com/rtaieb) |
-| :--------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: |
-| [vedran555](https://github.com/vedran555) | [tusharjkhunt](https://github.com/tusharjkhunt) | [thanhthot](https://github.com/thanhthot) | [stduhpf](https://github.com/stduhpf) | [slawexxx44](https://github.com/slawexxx44) | [rtaieb](https://github.com/rtaieb) |
-
-| [
](https://github.com/rmoura-92) | [
](https://github.com/rlebosse) | [
](https://github.com/rhymes) | [
](https://github.com/luntta) | [
](https://github.com/phil714) | [
](https://github.com/ordago) |
-| :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |
-| [rmoura-92](https://github.com/rmoura-92) | [rlebosse](https://github.com/rlebosse) | [rhymes](https://github.com/rhymes) | [luntta](https://github.com/luntta) | [phil714](https://github.com/phil714) | [ordago](https://github.com/ordago) |
-
-| [
](https://github.com/odselsevier) | [
](https://github.com/ninesalt) | [
](https://github.com/willycamargo) | [
](https://github.com/weston-sankey-mark43) | [
](https://github.com/dwnste) | [
](https://github.com/nagyv) |
-| :------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: |
-| [odselsevier](https://github.com/odselsevier) | [ninesalt](https://github.com/ninesalt) | [willycamargo](https://github.com/willycamargo) | [weston-sankey-mark43](https://github.com/weston-sankey-mark43) | [dwnste](https://github.com/dwnste) | [nagyv](https://github.com/nagyv) |
-
-| [
](https://github.com/valentinoli) | [
](https://github.com/vially) | [
](https://github.com/trivikr) | [
](https://github.com/top-master) | [
](https://github.com/tvaliasek) | [
](https://github.com/tomekp) |
-| :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |
-| [valentinoli](https://github.com/valentinoli) | [vially](https://github.com/vially) | [trivikr](https://github.com/trivikr) | [top-master](https://github.com/top-master) | [tvaliasek](https://github.com/tvaliasek) | [tomekp](https://github.com/tomekp) |
-
-| [
](https://github.com/tomsaleeba) | [
](https://github.com/WIStudent) | [
](https://github.com/tmaier) | [
](https://github.com/twarlop) | [
](https://github.com/tcgj) | [
](https://github.com/Tashows) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: |
-| [tomsaleeba](https://github.com/tomsaleeba) | [WIStudent](https://github.com/WIStudent) | [tmaier](https://github.com/tmaier) | [twarlop](https://github.com/twarlop) | [tcgj](https://github.com/tcgj) | [Tashows](https://github.com/Tashows) |
-
-| [
](https://github.com/Tashows) | [
](https://github.com/dkisic) | [
](https://github.com/craigcbrunner) | [
](https://github.com/codehero7386) | [
](https://github.com/christianwengert) | [
](https://github.com/cgoinglove) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: |
-| [Tashows](https://github.com/Tashows) | [dkisic](https://github.com/dkisic) | [craigcbrunner](https://github.com/craigcbrunner) | [codehero7386](https://github.com/codehero7386) | [christianwengert](https://github.com/christianwengert) | [cgoinglove](https://github.com/cgoinglove) |
-
-| [
](https://github.com/canvasbh) | [
](https://github.com/c0b41) | [
](https://github.com/avalla) | [
](https://github.com/arggh) | [
](https://github.com/alfatv) | [
](https://github.com/agreene-coursera) |
-| :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: |
-| [canvasbh](https://github.com/canvasbh) | [c0b41](https://github.com/c0b41) | [avalla](https://github.com/avalla) | [arggh](https://github.com/arggh) | [alfatv](https://github.com/alfatv) | [agreene-coursera](https://github.com/agreene-coursera) |
-
-| [
](https://github.com/aduh95-test-account) | [
](https://github.com/sartoshi-foot-dao) | [
](https://github.com/zackbloom) | [
](https://github.com/zlawson-ut) | [
](https://github.com/zachconner) | [
](https://github.com/yafkari) |
-| :----------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: |
-| [aduh95-test-account](https://github.com/aduh95-test-account) | [sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) | [zackbloom](https://github.com/zackbloom) | [zlawson-ut](https://github.com/zlawson-ut) | [zachconner](https://github.com/zachconner) | [yafkari](https://github.com/yafkari) |
-
-| [
](https://github.com/YehudaKremer) | [
](https://github.com/sercraig) | [
](https://github.com/ardeois) | [
](https://github.com/CommanderRoot) | [
](https://github.com/czj) | [
](https://github.com/cbush06) |
-| :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: |
-| [YehudaKremer](https://github.com/YehudaKremer) | [sercraig](https://github.com/sercraig) | [ardeois](https://github.com/ardeois) | [CommanderRoot](https://github.com/CommanderRoot) | [czj](https://github.com/czj) | [cbush06](https://github.com/cbush06) |
-
-| [
](https://github.com/Aarbel) | [
](https://github.com/cfra) | [
](https://github.com/csprance) | [
](https://github.com/prattcmp) | [
](https://github.com/subvertallchris) | [
](https://github.com/charlybillaud) |
-| :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: |
-| [Aarbel](https://github.com/Aarbel) | [cfra](https://github.com/cfra) | [csprance](https://github.com/csprance) | [prattcmp](https://github.com/prattcmp) | [subvertallchris](https://github.com/subvertallchris) | [charlybillaud](https://github.com/charlybillaud) |
-
-| [
](https://github.com/Cretezy) | [
](https://github.com/chao) | [
](https://github.com/cellvinchung) | [
](https://github.com/cartfisk) | [
](https://github.com/cyu) | [
](https://github.com/bryanjswift) |
-| :---------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
-| [Cretezy](https://github.com/Cretezy) | [chao](https://github.com/chao) | [cellvinchung](https://github.com/cellvinchung) | [cartfisk](https://github.com/cartfisk) | [cyu](https://github.com/cyu) | [bryanjswift](https://github.com/bryanjswift) |
-
-| [
](https://github.com/functino) | [
](https://github.com/firesharkstudios) | [
](https://github.com/yoldar) | [
](https://github.com/efbautista) | [
](https://github.com/emuell) | [
](https://github.com/EdgarSantiago93) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: |
-| [functino](https://github.com/functino) | [firesharkstudios](https://github.com/firesharkstudios) | [yoldar](https://github.com/yoldar) | [efbautista](https://github.com/efbautista) | [emuell](https://github.com/emuell) | [EdgarSantiago93](https://github.com/EdgarSantiago93) |
-
-| [
](https://github.com/sweetro) | [
](https://github.com/jeetiss) | [
](https://github.com/DennisKofflard) | [
](https://github.com/hoangsvit) | [
](https://github.com/davilima6) | [
](https://github.com/akizor) |
-| :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |
-| [sweetro](https://github.com/sweetro) | [jeetiss](https://github.com/jeetiss) | [DennisKofflard](https://github.com/DennisKofflard) | [hoangsvit](https://github.com/hoangsvit) | [davilima6](https://github.com/davilima6) | [akizor](https://github.com/akizor) |
-
-| [
](https://github.com/KaminskiDaniell) | [
](https://github.com/Cantabar) | [
](https://github.com/mrboomer) | [
](https://github.com/danilat) | [
](https://github.com/danschalow) | [
](https://github.com/danmichaelo) |
-| :--------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: |
-| [KaminskiDaniell](https://github.com/KaminskiDaniell) | [Cantabar](https://github.com/Cantabar) | [mrboomer](https://github.com/mrboomer) | [danilat](https://github.com/danilat) | [danschalow](https://github.com/danschalow) | [danmichaelo](https://github.com/danmichaelo) |
-
-| [
](https://github.com/Cruaier) | [
](https://github.com/amitport) | [
](https://github.com/tekacs) | [
](https://github.com/Dogfalo) | [
](https://github.com/alirezahi) | [
](https://github.com/aalepis) |
-| :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: |
-| [Cruaier](https://github.com/Cruaier) | [amitport](https://github.com/amitport) | [tekacs](https://github.com/tekacs) | [Dogfalo](https://github.com/Dogfalo) | [alirezahi](https://github.com/alirezahi) | [aalepis](https://github.com/aalepis) |
-
-| [
](https://github.com/alexnj) | [
](https://github.com/asmt3) | [
](https://github.com/ahmadissa) | [
](https://github.com/adritasharma) | [
](https://github.com/Adrrei) | [
](https://github.com/adityapatadia) |
-| :------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
-| [alexnj](https://github.com/alexnj) | [asmt3](https://github.com/asmt3) | [ahmadissa](https://github.com/ahmadissa) | [adritasharma](https://github.com/adritasharma) | [Adrrei](https://github.com/Adrrei) | [adityapatadia](https://github.com/adityapatadia) |
-
-| [
](https://github.com/adamvigneault) | [
](https://github.com/ajh-sr) | [
](https://github.com/adamdottv) | [
](https://github.com/abannach) | [
](https://github.com/superhawk610) | [
](https://github.com/ajschmidt8) |
-| :----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: |
-| [adamvigneault](https://github.com/adamvigneault) | [ajh-sr](https://github.com/ajh-sr) | [adamdottv](https://github.com/adamdottv) | [abannach](https://github.com/abannach) | [superhawk610](https://github.com/superhawk610) | [ajschmidt8](https://github.com/ajschmidt8) |
-
-| [
](https://github.com/bedgerotto) | [
](https://github.com/wbaaron) | [
](https://github.com/Quorafind) | [
](https://github.com/bducharme) | [
](https://github.com/azizk) | [
](https://github.com/azeemba) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: |
-| [bedgerotto](https://github.com/bedgerotto) | [wbaaron](https://github.com/wbaaron) | [Quorafind](https://github.com/Quorafind) | [bducharme](https://github.com/bducharme) | [azizk](https://github.com/azizk) | [azeemba](https://github.com/azeemba) |
-
-| [
](https://github.com/ayhankesicioglu) | [
](https://github.com/atsawin) | [
](https://github.com/ash-jc-allen) | [
](https://github.com/apuyou) | [
](https://github.com/arthurdenner) | [
](https://github.com/Abourass) |
-| :--------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: |
-| [ayhankesicioglu](https://github.com/ayhankesicioglu) | [atsawin](https://github.com/atsawin) | [ash-jc-allen](https://github.com/ash-jc-allen) | [apuyou](https://github.com/apuyou) | [arthurdenner](https://github.com/arthurdenner) | [Abourass](https://github.com/Abourass) |
-
-| [
](https://github.com/tyndria) | [
](https://github.com/anthony0030) | [
](https://github.com/andychongyz) | [
](https://github.com/andrii-bodnar) | [
](https://github.com/superandrew213) | [
](https://github.com/radarhere) |
-| :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: |
-| [tyndria](https://github.com/tyndria) | [anthony0030](https://github.com/anthony0030) | [andychongyz](https://github.com/andychongyz) | [andrii-bodnar](https://github.com/andrii-bodnar) | [superandrew213](https://github.com/superandrew213) | [radarhere](https://github.com/radarhere) |
-
-| [
](https://github.com/tykarol) | [
](https://github.com/jvelten) | [
](https://github.com/mellow-fellow) | [
](https://github.com/jmontoyaa) | [
](https://github.com/jcalonso) | [
](https://github.com/jbelej) |
-| :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: |
-| [tykarol](https://github.com/tykarol) | [jvelten](https://github.com/jvelten) | [mellow-fellow](https://github.com/mellow-fellow) | [jmontoyaa](https://github.com/jmontoyaa) | [jcalonso](https://github.com/jcalonso) | [jbelej](https://github.com/jbelej) |
-
-| [
](https://github.com/jbelej) | [
](https://github.com/jszobody) | [
](https://github.com/jorgeepc) | [
](https://github.com/jondewoo) | [
](https://github.com/jonathanarbely) | [
](https://github.com/jsanchez034) |
-| :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: |
-| [jbelej](https://github.com/jbelej) | [jszobody](https://github.com/jszobody) | [jorgeepc](https://github.com/jorgeepc) | [jondewoo](https://github.com/jondewoo) | [jonathanarbely](https://github.com/jonathanarbely) | [jsanchez034](https://github.com/jsanchez034) |
-
-| [
](https://github.com/Jokcy) | [
](https://github.com/chromacoma) | [
](https://github.com/profsmallpine) | [
](https://github.com/theJoeBiz) | [
](https://github.com/huydod) | [
](https://github.com/lucax88x) |
-| :-----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: |
-| [Jokcy](https://github.com/Jokcy) | [chromacoma](https://github.com/chromacoma) | [profsmallpine](https://github.com/profsmallpine) | [theJoeBiz](https://github.com/theJoeBiz) | [huydod](https://github.com/huydod) | [lucax88x](https://github.com/lucax88x) |
-
-| [
](https://github.com/lucaperret) | [
](https://github.com/ombr) | [
](https://github.com/louim) | [
](https://github.com/dolphinigle) | [
](https://github.com/leomelzer) | [
](https://github.com/leods92) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: |
-| [lucaperret](https://github.com/lucaperret) | [ombr](https://github.com/ombr) | [louim](https://github.com/louim) | [dolphinigle](https://github.com/dolphinigle) | [leomelzer](https://github.com/leomelzer) | [leods92](https://github.com/leods92) |
-
-| [
](https://github.com/galli-leo) | [
](https://github.com/dviry) | [
](https://github.com/larowlan) | [
](https://github.com/leaanthony) | [
](https://github.com/hoangbits) | [
](https://github.com/labohkip81) |
-| :-------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: |
-| [galli-leo](https://github.com/galli-leo) | [dviry](https://github.com/dviry) | [larowlan](https://github.com/larowlan) | [leaanthony](https://github.com/leaanthony) | [hoangbits](https://github.com/hoangbits) | [labohkip81](https://github.com/labohkip81) |
-
-| [
](https://github.com/kyleparisi) | [
](https://github.com/elkebab) | [
](https://github.com/kidonng) | [
](https://github.com/kevin-west-10x) | [
](https://github.com/kergekacsa) | [
](https://github.com/HussainAlkhalifah) |
-| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------: |
-| [kyleparisi](https://github.com/kyleparisi) | [elkebab](https://github.com/elkebab) | [kidonng](https://github.com/kidonng) | [kevin-west-10x](https://github.com/kevin-west-10x) | [kergekacsa](https://github.com/kergekacsa) | [HussainAlkhalifah](https://github.com/HussainAlkhalifah) |
-
-| [
](https://github.com/HughbertD) | [
](https://github.com/hiromi2424) | [
](https://github.com/giacomocerquone) | [
](https://github.com/roenschg) | [
](https://github.com/gjungb) | [
](https://github.com/geoffappleford) |
-| :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: |
-| [HughbertD](https://github.com/HughbertD) | [hiromi2424](https://github.com/hiromi2424) | [giacomocerquone](https://github.com/giacomocerquone) | [roenschg](https://github.com/roenschg) | [gjungb](https://github.com/gjungb) | [geoffappleford](https://github.com/geoffappleford) |
-
-| [
](https://github.com/gabiganam) | [
](https://github.com/fuadscodes) | [
](https://github.com/dtrucs) | [
](https://github.com/ferdiusa) | [
](https://github.com/fgallinari) | [
](https://github.com/Gkleinereva) |
-| :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: |
-| [gabiganam](https://github.com/gabiganam) | [fuadscodes](https://github.com/fuadscodes) | [dtrucs](https://github.com/dtrucs) | [ferdiusa](https://github.com/ferdiusa) | [fgallinari](https://github.com/fgallinari) | [Gkleinereva](https://github.com/Gkleinereva) |
-
-| [
](https://github.com/epexa) | [
](https://github.com/EnricoSottile) | [
](https://github.com/elliotdickison) | [
](https://github.com/eliOcs) | [
](https://github.com/Jmales) | [
](https://github.com/jessica-coursera) |
-| :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: |
-| [epexa](https://github.com/epexa) | [EnricoSottile](https://github.com/EnricoSottile) | [elliotdickison](https://github.com/elliotdickison) | [eliOcs](https://github.com/eliOcs) | [Jmales](https://github.com/Jmales) | [jessica-coursera](https://github.com/jessica-coursera) |
-
-| [
](https://github.com/vith) | [
](https://github.com/janwilts) | [
](https://github.com/janklimo) | [
](https://github.com/jamestiotio) | [
](https://github.com/jcjmcclean) | [
](https://github.com/Jbithell) |
-| :---------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: |
-| [vith](https://github.com/vith) | [janwilts](https://github.com/janwilts) | [janklimo](https://github.com/janklimo) | [jamestiotio](https://github.com/jamestiotio) | [jcjmcclean](https://github.com/jcjmcclean) | [Jbithell](https://github.com/Jbithell) |
-
-| [
](https://github.com/JakubHaladej) | [
](https://github.com/jakemcallister) | [
](https://github.com/gaejabong) | [
](https://github.com/JacobMGEvans) | [
](https://github.com/mazoruss) | [
](https://github.com/GreenJimmy) |
-| :--------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: |
-| [JakubHaladej](https://github.com/JakubHaladej) | [jakemcallister](https://github.com/jakemcallister) | [gaejabong](https://github.com/gaejabong) | [JacobMGEvans](https://github.com/JacobMGEvans) | [mazoruss](https://github.com/mazoruss) | [GreenJimmy](https://github.com/GreenJimmy) |
-
-| [
](https://github.com/intenzive) | [
](https://github.com/NaxYo) | [
](https://github.com/ishendyweb) | [
](https://github.com/IanVS) |
-| :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: |
-| [intenzive](https://github.com/intenzive) | [NaxYo](https://github.com/NaxYo) | [ishendyweb](https://github.com/ishendyweb) | [IanVS](https://github.com/IanVS) |
-
+
+![arturi](https://avatars.githubusercontent.com/u/1199054?v=4&s=117) | ![goto-bus-stop](https://avatars.githubusercontent.com/u/1006268?v=4&s=117) | ![kvz](https://avatars.githubusercontent.com/u/26752?v=4&s=117) | ![aduh95](https://avatars.githubusercontent.com/u/14309773?v=4&s=117) | ![ifedapoolarewaju](https://avatars.githubusercontent.com/u/8383781?v=4&s=117) | ![hedgerh](https://avatars.githubusercontent.com/u/2524280?v=4&s=117) |
+![Murderlon](https://avatars.githubusercontent.com/u/9060226?v=4&s=117) | ![AJvanLoon](https://avatars.githubusercontent.com/u/15716628?v=4&s=117) | ![nqst](https://avatars.githubusercontent.com/u/375537?v=4&s=117) | ![mifi](https://avatars.githubusercontent.com/u/402547?v=4&s=117) | ![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4&s=117) | ![lakesare](https://avatars.githubusercontent.com/u/7578559?v=4&s=117) |
+![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4&s=117) | ![kiloreux](https://avatars.githubusercontent.com/u/6282557?v=4&s=117) | ![samuelayo](https://avatars.githubusercontent.com/u/14964486?v=4&s=117) | ![sadovnychyi](https://avatars.githubusercontent.com/u/193864?v=4&s=117) | ![richardwillars](https://avatars.githubusercontent.com/u/291004?v=4&s=117) | ![ajkachnic](https://avatars.githubusercontent.com/u/44317699?v=4&s=117) |
+![zcallan](https://avatars.githubusercontent.com/u/13760738?v=4&s=117) | ![YukeshShr](https://avatars.githubusercontent.com/u/71844521?v=4&s=117) | ![janko](https://avatars.githubusercontent.com/u/795488?v=4&s=117) | ![oliverpool](https://avatars.githubusercontent.com/u/3864879?v=4&s=117) | ![Botz](https://avatars.githubusercontent.com/u/2706678?v=4&s=117) | ![mcallistertyler](https://avatars.githubusercontent.com/u/14939210?v=4&s=117) |
+![mokutsu-coursera](https://avatars.githubusercontent.com/u/65177495?v=4&s=117) | ![dschmidt](https://avatars.githubusercontent.com/u/448487?v=4&s=117) | ![DJWassink](https://avatars.githubusercontent.com/u/1822404?v=4&s=117) | ![mrbatista](https://avatars.githubusercontent.com/u/6544817?v=4&s=117) | ![taoqf](https://avatars.githubusercontent.com/u/15901911?v=4&s=117) | ![timodwhit](https://avatars.githubusercontent.com/u/2761203?v=4&s=117) |
+![tim-kos](https://avatars.githubusercontent.com/u/15005?v=4&s=117) | ![eltociear](https://avatars.githubusercontent.com/u/22633385?v=4&s=117) | ![tuoxiansp](https://avatars.githubusercontent.com/u/3960056?v=4&s=117) | ![pauln](https://avatars.githubusercontent.com/u/574359?v=4&s=117) | ![MikeKovarik](https://avatars.githubusercontent.com/u/3995401?v=4&s=117) | ![toadkicker](https://avatars.githubusercontent.com/u/523330?v=4&s=117) |
+![ap--](https://avatars.githubusercontent.com/u/1463443?v=4&s=117) | ![tranvansang](https://avatars.githubusercontent.com/u/13043196?v=4&s=117) | ![LiviaMedeiros](https://avatars.githubusercontent.com/u/74449973?v=4&s=117) | ![bertho-zero](https://avatars.githubusercontent.com/u/8525267?v=4&s=117) | ![juliangruber](https://avatars.githubusercontent.com/u/10247?v=4&s=117) | ![Hawxy](https://avatars.githubusercontent.com/u/975824?v=4&s=117) |
+![gavboulton](https://avatars.githubusercontent.com/u/3900826?v=4&s=117) | ![mejiaej](https://avatars.githubusercontent.com/u/4699893?v=4&s=117) | ![elenalape](https://avatars.githubusercontent.com/u/22844059?v=4&s=117) | ![dominiceden](https://avatars.githubusercontent.com/u/6367692?v=4&s=117) | ![Acconut](https://avatars.githubusercontent.com/u/1375043?v=4&s=117) | ![jhen0409](https://avatars.githubusercontent.com/u/3001525?v=4&s=117) |
+![stephentuso](https://avatars.githubusercontent.com/u/11889560?v=4&s=117) | ![bencergazda](https://avatars.githubusercontent.com/u/5767697?v=4&s=117) | ![a-kriya](https://avatars.githubusercontent.com/u/26761352?v=4&s=117) | ![yonahforst](https://avatars.githubusercontent.com/u/1440796?v=4&s=117) | ![suchoproduction](https://avatars.githubusercontent.com/u/6931349?v=4&s=117) | ![sksavant](https://avatars.githubusercontent.com/u/1040701?v=4&s=117) |
+![ogtfaber](https://avatars.githubusercontent.com/u/320955?v=4&s=117) | ![nndevstudio](https://avatars.githubusercontent.com/u/22050968?v=4&s=117) | ![MatthiasKunnen](https://avatars.githubusercontent.com/u/16807587?v=4&s=117) | ![manuelkiessling](https://avatars.githubusercontent.com/u/206592?v=4&s=117) | ![dargmuesli](https://avatars.githubusercontent.com/u/4778485?v=4&s=117) | ![johnnyperkins](https://avatars.githubusercontent.com/u/16482282?v=4&s=117) |
+![ofhope](https://avatars.githubusercontent.com/u/1826459?v=4&s=117) | ![yaegor](https://avatars.githubusercontent.com/u/3315?v=4&s=117) | ![zhuangya](https://avatars.githubusercontent.com/u/499038?v=4&s=117) | ![sparanoid](https://avatars.githubusercontent.com/u/96356?v=4&s=117) | ![ThomasG77](https://avatars.githubusercontent.com/u/642120?v=4&s=117) | ![subha1206](https://avatars.githubusercontent.com/u/36275153?v=4&s=117) |
+![schonert](https://avatars.githubusercontent.com/u/2185697?v=4&s=117) | ![SlavikTraktor](https://avatars.githubusercontent.com/u/11923751?v=4&s=117) | ![scottbessler](https://avatars.githubusercontent.com/u/293802?v=4&s=117) | ![jrschumacher](https://avatars.githubusercontent.com/u/46549?v=4&s=117) | ![rosenfeld](https://avatars.githubusercontent.com/u/32246?v=4&s=117) | ![rdimartino](https://avatars.githubusercontent.com/u/11539300?v=4&s=117) |
+![ahmedkandel](https://avatars.githubusercontent.com/u/28398523?v=4&s=117) | ![Youssef1313](https://avatars.githubusercontent.com/u/31348972?v=4&s=117) | ![allenfantasy](https://avatars.githubusercontent.com/u/1009294?v=4&s=117) | ![Zyclotrop-j](https://avatars.githubusercontent.com/u/4939546?v=4&s=117) | ![anark](https://avatars.githubusercontent.com/u/101184?v=4&s=117) | ![bdirito](https://avatars.githubusercontent.com/u/8117238?v=4&s=117) |
+![darthf1](https://avatars.githubusercontent.com/u/17253332?v=4&s=117) | ![fortrieb](https://avatars.githubusercontent.com/u/4126707?v=4&s=117) | ![frederikhors](https://avatars.githubusercontent.com/u/41120635?v=4&s=117) | ![heocoi](https://avatars.githubusercontent.com/u/13751011?v=4&s=117) | ![jarey](https://avatars.githubusercontent.com/u/5025224?v=4&s=117) | ![muhammadInam](https://avatars.githubusercontent.com/u/7801708?v=4&s=117) |
+![rettgerst](https://avatars.githubusercontent.com/u/11684948?v=4&s=117) | ![mkabatek](https://avatars.githubusercontent.com/u/1764486?v=4&s=117) | ![jukakoski](https://avatars.githubusercontent.com/u/52720967?v=4&s=117) | ![olemoign](https://avatars.githubusercontent.com/u/11632871?v=4&s=117) | ![btrice](https://avatars.githubusercontent.com/u/4358225?v=4&s=117) | ![5idereal](https://avatars.githubusercontent.com/u/30827929?v=4&s=117) |
+![AndrwM](https://avatars.githubusercontent.com/u/565743?v=4&s=117) | ![behnammodi](https://avatars.githubusercontent.com/u/1549069?v=4&s=117) | ![BePo65](https://avatars.githubusercontent.com/u/6582465?v=4&s=117) | ![bradedelman](https://avatars.githubusercontent.com/u/124367?v=4&s=117) | ![camiloforero](https://avatars.githubusercontent.com/u/6606686?v=4&s=117) | ![command-tab](https://avatars.githubusercontent.com/u/3069?v=4&s=117) |
+![craig-jennings](https://avatars.githubusercontent.com/u/1683368?v=4&s=117) | ![davekiss](https://avatars.githubusercontent.com/u/1256071?v=4&s=117) | ![denysdesign](https://avatars.githubusercontent.com/u/1041797?v=4&s=117) | ![ethanwillis](https://avatars.githubusercontent.com/u/182492?v=4&s=117) | ![frobinsonj](https://avatars.githubusercontent.com/u/16726902?v=4&s=117) | ![richartkeil](https://avatars.githubusercontent.com/u/8680858?v=4&s=117) |
+![paescuj](https://avatars.githubusercontent.com/u/5363448?v=4&s=117) | ![richmeij](https://avatars.githubusercontent.com/u/9741858?v=4&s=117) | ![msand](https://avatars.githubusercontent.com/u/1131362?v=4&s=117) | ![martiuslim](https://avatars.githubusercontent.com/u/17944339?v=4&s=117) | ![Martin005](https://avatars.githubusercontent.com/u/10096404?v=4&s=117) | ![mskelton](https://avatars.githubusercontent.com/u/25914066?v=4&s=117) |
+![mactavishz](https://avatars.githubusercontent.com/u/12948083?v=4&s=117) | ![lafe](https://avatars.githubusercontent.com/u/4070008?v=4&s=117) | ![dogrocker](https://avatars.githubusercontent.com/u/8379027?v=4&s=117) | ![jedwood](https://avatars.githubusercontent.com/u/369060?v=4&s=117) | ![jasonbosco](https://avatars.githubusercontent.com/u/458383?v=4&s=117) | ![ghasrfakhri](https://avatars.githubusercontent.com/u/4945963?v=4&s=117) |
+![geertclerx](https://avatars.githubusercontent.com/u/1381327?v=4&s=117) | ![eman8519](https://avatars.githubusercontent.com/u/2380804?v=4&s=117) | ![luarmr](https://avatars.githubusercontent.com/u/817416?v=4&s=117) | ![raulibanez](https://avatars.githubusercontent.com/u/1070825?v=4&s=117) | ![refo](https://avatars.githubusercontent.com/u/1114116?v=4&s=117) | ![SxDx](https://avatars.githubusercontent.com/u/2004247?v=4&s=117) |
+![robwilson1](https://avatars.githubusercontent.com/u/7114944?v=4&s=117) | ![scherroman](https://avatars.githubusercontent.com/u/7923938?v=4&s=117) | ![Tashows](https://avatars.githubusercontent.com/u/16656928?v=4&s=117) | ![Pzoco](https://avatars.githubusercontent.com/u/3101348?v=4&s=117) | ![ppadmavilasom](https://avatars.githubusercontent.com/u/11167452?v=4&s=117) | ![phillipalexander](https://avatars.githubusercontent.com/u/1577682?v=4&s=117) |
+![pmusaraj](https://avatars.githubusercontent.com/u/368961?v=4&s=117) | ![pedrofs](https://avatars.githubusercontent.com/u/56484?v=4&s=117) | ![plneto](https://avatars.githubusercontent.com/u/5697434?v=4&s=117) | ![patricklindsay](https://avatars.githubusercontent.com/u/7923681?v=4&s=117) | ![pascalwengerter](https://avatars.githubusercontent.com/u/16822008?v=4&s=117) | ![ParsaArvanehPA](https://avatars.githubusercontent.com/u/62149413?v=4&s=117) |
+![taj](https://avatars.githubusercontent.com/u/16062635?v=4&s=117) | ![strayer](https://avatars.githubusercontent.com/u/310624?v=4&s=117) | ![sjauld](https://avatars.githubusercontent.com/u/8232503?v=4&s=117) | ![steverob](https://avatars.githubusercontent.com/u/1220480?v=4&s=117) | ![amaitu](https://avatars.githubusercontent.com/u/15688439?v=4&s=117) | ![quigebo](https://avatars.githubusercontent.com/u/741?v=4&s=117) |
+![waptik](https://avatars.githubusercontent.com/u/1687551?v=4&s=117) | ![SpazzMarticus](https://avatars.githubusercontent.com/u/5716457?v=4&s=117) | ![szh](https://avatars.githubusercontent.com/u/546965?v=4&s=117) | ![sergei-zelinsky](https://avatars.githubusercontent.com/u/19428086?v=4&s=117) | ![sebasegovia01](https://avatars.githubusercontent.com/u/35777287?v=4&s=117) | ![sdebacker](https://avatars.githubusercontent.com/u/134503?v=4&s=117) |
+![samuelcolburn](https://avatars.githubusercontent.com/u/9741902?v=4&s=117) | ![fortunto2](https://avatars.githubusercontent.com/u/1236751?v=4&s=117) | ![GNURub](https://avatars.githubusercontent.com/u/1318648?v=4&s=117) | ![rart](https://avatars.githubusercontent.com/u/3928341?v=4&s=117) | ![rossng](https://avatars.githubusercontent.com/u/565371?v=4&s=117) | ![mkopinsky](https://avatars.githubusercontent.com/u/591435?v=4&s=117) |
+![mhulet](https://avatars.githubusercontent.com/u/293355?v=4&s=117) | ![hrsh](https://avatars.githubusercontent.com/u/1929359?v=4&s=117) | ![mauricioribeiro](https://avatars.githubusercontent.com/u/2589856?v=4&s=117) | ![matthewhartstonge](https://avatars.githubusercontent.com/u/6119549?v=4&s=117) | ![mjesuele](https://avatars.githubusercontent.com/u/871117?v=4&s=117) | ![mattfik](https://avatars.githubusercontent.com/u/1638028?v=4&s=117) |
+![mateuscruz](https://avatars.githubusercontent.com/u/8962842?v=4&s=117) | ![masumulu28](https://avatars.githubusercontent.com/u/49063256?v=4&s=117) | ![masaok](https://avatars.githubusercontent.com/u/1320083?v=4&s=117) | ![martin-brennan](https://avatars.githubusercontent.com/u/920448?v=4&s=117) | ![marcusforsberg](https://avatars.githubusercontent.com/u/1009069?v=4&s=117) | ![marcosthejew](https://avatars.githubusercontent.com/u/1500967?v=4&s=117) |
+![mperrando](https://avatars.githubusercontent.com/u/525572?v=4&s=117) | ![onhate](https://avatars.githubusercontent.com/u/980905?v=4&s=117) | ![marc-mabe](https://avatars.githubusercontent.com/u/302689?v=4&s=117) | ![sercraig](https://avatars.githubusercontent.com/u/24261518?v=4&s=117) | ![cryptic022](https://avatars.githubusercontent.com/u/18145703?v=4&s=117) | ![Ozodbek1405](https://avatars.githubusercontent.com/u/86141593?v=4&s=117) |
+![leftdevel](https://avatars.githubusercontent.com/u/843337?v=4&s=117) | ![nil1511](https://avatars.githubusercontent.com/u/2058170?v=4&s=117) | ![coreprocess](https://avatars.githubusercontent.com/u/1226918?v=4&s=117) | ![nicojones](https://avatars.githubusercontent.com/u/6078915?v=4&s=117) | ![trungcva10a6tn](https://avatars.githubusercontent.com/u/18293783?v=4&s=117) | ![naveed-ahmad](https://avatars.githubusercontent.com/u/701567?v=4&s=117) |
+![pleasespammelater](https://avatars.githubusercontent.com/u/11870394?v=4&s=117) | ![marton-laszlo-attila](https://avatars.githubusercontent.com/u/73295321?v=4&s=117) | ![navruzm](https://avatars.githubusercontent.com/u/168341?v=4&s=117) | ![mogzol](https://avatars.githubusercontent.com/u/11789801?v=4&s=117) | ![shahimclt](https://avatars.githubusercontent.com/u/8318002?v=4&s=117) | ![mnafees](https://avatars.githubusercontent.com/u/1763885?v=4&s=117) |
+![boudra](https://avatars.githubusercontent.com/u/711886?v=4&s=117) | ![achmiral](https://avatars.githubusercontent.com/u/10906059?v=4&s=117) | ![ken-kuro](https://avatars.githubusercontent.com/u/47441476?v=4&s=117) | ![neuronet77](https://avatars.githubusercontent.com/u/4220037?v=4&s=117) | ![mosi-kha](https://avatars.githubusercontent.com/u/35611016?v=4&s=117) | ![maddy-jo](https://avatars.githubusercontent.com/u/3241493?v=4&s=117) |
+![mdxiaohu](https://avatars.githubusercontent.com/u/42248614?v=4&s=117) | ![magumbo](https://avatars.githubusercontent.com/u/6683765?v=4&s=117) | ![jx-zyf](https://avatars.githubusercontent.com/u/26456842?v=4&s=117) | ![kode-ninja](https://avatars.githubusercontent.com/u/7857611?v=4&s=117) | ![sontixyou](https://avatars.githubusercontent.com/u/19817196?v=4&s=117) | ![jur-ng](https://avatars.githubusercontent.com/u/111122756?v=4&s=117) |
+![johnmanjiro13](https://avatars.githubusercontent.com/u/28798279?v=4&s=117) | ![jyoungblood](https://avatars.githubusercontent.com/u/56104?v=4&s=117) | ![green-mike](https://avatars.githubusercontent.com/u/5584225?v=4&s=117) | ![gaelicwinter](https://avatars.githubusercontent.com/u/6510266?v=4&s=117) | ![franckl](https://avatars.githubusercontent.com/u/3875803?v=4&s=117) | ![fingul](https://avatars.githubusercontent.com/u/894739?v=4&s=117) |
+![elliotsayes](https://avatars.githubusercontent.com/u/7699058?v=4&s=117) | ![dzcpy](https://avatars.githubusercontent.com/u/203980?v=4&s=117) | ![xhocquet](https://avatars.githubusercontent.com/u/8116516?v=4&s=117) | ![JimmyLv](https://avatars.githubusercontent.com/u/4997466?v=4&s=117) | ![zanzlender](https://avatars.githubusercontent.com/u/44570474?v=4&s=117) | ![olitomas](https://avatars.githubusercontent.com/u/6918659?v=4&s=117) |
+![yoann-hellopret](https://avatars.githubusercontent.com/u/46525558?v=4&s=117) | ![vedran555](https://avatars.githubusercontent.com/u/38395951?v=4&s=117) | ![tusharjkhunt](https://avatars.githubusercontent.com/u/31904234?v=4&s=117) | ![thanhthot](https://avatars.githubusercontent.com/u/50633205?v=4&s=117) | ![stduhpf](https://avatars.githubusercontent.com/u/28208228?v=4&s=117) | ![slawexxx44](https://avatars.githubusercontent.com/u/11180644?v=4&s=117) |
+![rtaieb](https://avatars.githubusercontent.com/u/35224301?v=4&s=117) | ![rmoura-92](https://avatars.githubusercontent.com/u/419044?v=4&s=117) | ![rlebosse](https://avatars.githubusercontent.com/u/2794137?v=4&s=117) | ![rhymes](https://avatars.githubusercontent.com/u/146201?v=4&s=117) | ![luntta](https://avatars.githubusercontent.com/u/14221637?v=4&s=117) | ![phil714](https://avatars.githubusercontent.com/u/7584581?v=4&s=117) |
+![ordago](https://avatars.githubusercontent.com/u/6376814?v=4&s=117) | ![odselsevier](https://avatars.githubusercontent.com/u/95745934?v=4&s=117) | ![ninesalt](https://avatars.githubusercontent.com/u/7952255?v=4&s=117) | ![willycamargo](https://avatars.githubusercontent.com/u/5041887?v=4&s=117) | ![weston-sankey-mark43](https://avatars.githubusercontent.com/u/97678695?v=4&s=117) | ![dwnste](https://avatars.githubusercontent.com/u/17119722?v=4&s=117) |
+![nagyv](https://avatars.githubusercontent.com/u/126671?v=4&s=117) | ![stiig](https://avatars.githubusercontent.com/u/8639922?v=4&s=117) | ![valentinoli](https://avatars.githubusercontent.com/u/23453691?v=4&s=117) | ![vially](https://avatars.githubusercontent.com/u/433598?v=4&s=117) | ![bodryi](https://avatars.githubusercontent.com/u/7326310?v=4&s=117) | ![trivikr](https://avatars.githubusercontent.com/u/16024985?v=4&s=117) |
+![top-master](https://avatars.githubusercontent.com/u/31405473?v=4&s=117) | ![tvaliasek](https://avatars.githubusercontent.com/u/8644946?v=4&s=117) | ![tomekp](https://avatars.githubusercontent.com/u/1856393?v=4&s=117) | ![tomsaleeba](https://avatars.githubusercontent.com/u/1773838?v=4&s=117) | ![WIStudent](https://avatars.githubusercontent.com/u/2707930?v=4&s=117) | ![tmaier](https://avatars.githubusercontent.com/u/350038?v=4&s=117) |
+![twarlop](https://avatars.githubusercontent.com/u/2856082?v=4&s=117) | ![tcgj](https://avatars.githubusercontent.com/u/7994529?v=4&s=117) | ![dkisic](https://avatars.githubusercontent.com/u/32257921?v=4&s=117) | ![craigcbrunner](https://avatars.githubusercontent.com/u/2780521?v=4&s=117) | ![codehero7386](https://avatars.githubusercontent.com/u/56253286?v=4&s=117) | ![christianwengert](https://avatars.githubusercontent.com/u/12936057?v=4&s=117) |
+![cgoinglove](https://avatars.githubusercontent.com/u/86150470?v=4&s=117) | ![canvasbh](https://avatars.githubusercontent.com/u/44477734?v=4&s=117) | ![c0b41](https://avatars.githubusercontent.com/u/2834954?v=4&s=117) | ![avalla](https://avatars.githubusercontent.com/u/986614?v=4&s=117) | ![arggh](https://avatars.githubusercontent.com/u/17210302?v=4&s=117) | ![alfatv](https://avatars.githubusercontent.com/u/62238673?v=4&s=117) |
+![agreene-coursera](https://avatars.githubusercontent.com/u/30501355?v=4&s=117) | ![aduh95-test-account](https://avatars.githubusercontent.com/u/93441190?v=4&s=117) | ![sartoshi-foot-dao](https://avatars.githubusercontent.com/u/99770068?v=4&s=117) | ![zackbloom](https://avatars.githubusercontent.com/u/55347?v=4&s=117) | ![zlawson-ut](https://avatars.githubusercontent.com/u/7375444?v=4&s=117) | ![zachconner](https://avatars.githubusercontent.com/u/11339326?v=4&s=117) |
+![yafkari](https://avatars.githubusercontent.com/u/41365655?v=4&s=117) | ![YehudaKremer](https://avatars.githubusercontent.com/u/946652?v=4&s=117) | ![ardeois](https://avatars.githubusercontent.com/u/1867939?v=4&s=117) | ![CommanderRoot](https://avatars.githubusercontent.com/u/4395417?v=4&s=117) | ![czj](https://avatars.githubusercontent.com/u/14306?v=4&s=117) | ![cbush06](https://avatars.githubusercontent.com/u/15720146?v=4&s=117) |
+![Aarbel](https://avatars.githubusercontent.com/u/25119847?v=4&s=117) | ![cfra](https://avatars.githubusercontent.com/u/1347051?v=4&s=117) | ![csprance](https://avatars.githubusercontent.com/u/7902617?v=4&s=117) | ![prattcmp](https://avatars.githubusercontent.com/u/1497950?v=4&s=117) | ![subvertallchris](https://avatars.githubusercontent.com/u/4097271?v=4&s=117) | ![charlybillaud](https://avatars.githubusercontent.com/u/31970410?v=4&s=117) |
+![Cretezy](https://avatars.githubusercontent.com/u/2672503?v=4&s=117) | ![chao](https://avatars.githubusercontent.com/u/55872?v=4&s=117) | ![cellvinchung](https://avatars.githubusercontent.com/u/5347394?v=4&s=117) | ![cartfisk](https://avatars.githubusercontent.com/u/8764375?v=4&s=117) | ![cyu](https://avatars.githubusercontent.com/u/2431?v=4&s=117) | ![bryanjswift](https://avatars.githubusercontent.com/u/9911?v=4&s=117) |
+![functino](https://avatars.githubusercontent.com/u/415498?v=4&s=117) | ![eliOcs](https://avatars.githubusercontent.com/u/1283954?v=4&s=117) | ![yoldar](https://avatars.githubusercontent.com/u/1597578?v=4&s=117) | ![efbautista](https://avatars.githubusercontent.com/u/35430671?v=4&s=117) | ![emuell](https://avatars.githubusercontent.com/u/11521600?v=4&s=117) | ![EdgarSantiago93](https://avatars.githubusercontent.com/u/14806877?v=4&s=117) |
+![sweetro](https://avatars.githubusercontent.com/u/6228717?v=4&s=117) | ![jeetiss](https://avatars.githubusercontent.com/u/6726016?v=4&s=117) | ![DennisKofflard](https://avatars.githubusercontent.com/u/8669129?v=4&s=117) | ![hoangsvit](https://avatars.githubusercontent.com/u/11882322?v=4&s=117) | ![davilima6](https://avatars.githubusercontent.com/u/422130?v=4&s=117) | ![akizor](https://avatars.githubusercontent.com/u/1052439?v=4&s=117) |
+![KaminskiDaniell](https://avatars.githubusercontent.com/u/27357868?v=4&s=117) | ![Cantabar](https://avatars.githubusercontent.com/u/6812207?v=4&s=117) | ![mrboomer](https://avatars.githubusercontent.com/u/5942912?v=4&s=117) | ![danilat](https://avatars.githubusercontent.com/u/22763?v=4&s=117) | ![danschalow](https://avatars.githubusercontent.com/u/3527437?v=4&s=117) | ![danmichaelo](https://avatars.githubusercontent.com/u/434495?v=4&s=117) |
+![Cruaier](https://avatars.githubusercontent.com/u/5204940?v=4&s=117) | ![amitport](https://avatars.githubusercontent.com/u/1131991?v=4&s=117) | ![tekacs](https://avatars.githubusercontent.com/u/63247?v=4&s=117) | ![Dogfalo](https://avatars.githubusercontent.com/u/2775751?v=4&s=117) | ![alirezahi](https://avatars.githubusercontent.com/u/16666064?v=4&s=117) | ![aalepis](https://avatars.githubusercontent.com/u/35684834?v=4&s=117) |
+![alexnj](https://avatars.githubusercontent.com/u/683500?v=4&s=117) | ![asmt3](https://avatars.githubusercontent.com/u/1777709?v=4&s=117) | ![ahmadissa](https://avatars.githubusercontent.com/u/9936573?v=4&s=117) | ![adritasharma](https://avatars.githubusercontent.com/u/29271635?v=4&s=117) | ![Adrrei](https://avatars.githubusercontent.com/u/22191685?v=4&s=117) | ![adityapatadia](https://avatars.githubusercontent.com/u/1086617?v=4&s=117) |
+![adamvigneault](https://avatars.githubusercontent.com/u/18236120?v=4&s=117) | ![ajh-sr](https://avatars.githubusercontent.com/u/71472057?v=4&s=117) | ![adamdottv](https://avatars.githubusercontent.com/u/2363879?v=4&s=117) | ![abannach](https://avatars.githubusercontent.com/u/43150303?v=4&s=117) | ![superhawk610](https://avatars.githubusercontent.com/u/18172185?v=4&s=117) | ![ajschmidt8](https://avatars.githubusercontent.com/u/7400326?v=4&s=117) |
+![bedgerotto](https://avatars.githubusercontent.com/u/4459657?v=4&s=117) | ![wbaaron](https://avatars.githubusercontent.com/u/1048988?v=4&s=117) | ![Quorafind](https://avatars.githubusercontent.com/u/13215013?v=4&s=117) | ![bducharme](https://avatars.githubusercontent.com/u/4173569?v=4&s=117) | ![azizk](https://avatars.githubusercontent.com/u/37282?v=4&s=117) | ![azeemba](https://avatars.githubusercontent.com/u/2160795?v=4&s=117) |
+![ayhankesicioglu](https://avatars.githubusercontent.com/u/36304312?v=4&s=117) | ![atsawin](https://avatars.githubusercontent.com/u/666663?v=4&s=117) | ![ash-jc-allen](https://avatars.githubusercontent.com/u/39652331?v=4&s=117) | ![apuyou](https://avatars.githubusercontent.com/u/520053?v=4&s=117) | ![arthurdenner](https://avatars.githubusercontent.com/u/13774309?v=4&s=117) | ![Abourass](https://avatars.githubusercontent.com/u/39917231?v=4&s=117) |
+![tyndria](https://avatars.githubusercontent.com/u/17138916?v=4&s=117) | ![anthony0030](https://avatars.githubusercontent.com/u/13033263?v=4&s=117) | ![andychongyz](https://avatars.githubusercontent.com/u/12697240?v=4&s=117) | ![andrii-bodnar](https://avatars.githubusercontent.com/u/29282228?v=4&s=117) | ![superandrew213](https://avatars.githubusercontent.com/u/13059204?v=4&s=117) | ![radarhere](https://avatars.githubusercontent.com/u/3112309?v=4&s=117) |
+![kergekacsa](https://avatars.githubusercontent.com/u/16637320?v=4&s=117) | ![firesharkstudios](https://avatars.githubusercontent.com/u/17069637?v=4&s=117) | ![kaspermeinema](https://avatars.githubusercontent.com/u/73821331?v=4&s=117) | ![tykarol](https://avatars.githubusercontent.com/u/9386320?v=4&s=117) | ![jvelten](https://avatars.githubusercontent.com/u/48118068?v=4&s=117) | ![mellow-fellow](https://avatars.githubusercontent.com/u/19280122?v=4&s=117) |
+![jmontoyaa](https://avatars.githubusercontent.com/u/158935?v=4&s=117) | ![jcalonso](https://avatars.githubusercontent.com/u/664474?v=4&s=117) | ![jbelej](https://avatars.githubusercontent.com/u/2229202?v=4&s=117) | ![jszobody](https://avatars.githubusercontent.com/u/203749?v=4&s=117) | ![jorgeepc](https://avatars.githubusercontent.com/u/3879892?v=4&s=117) | ![jondewoo](https://avatars.githubusercontent.com/u/1108358?v=4&s=117) |
+![jonathanarbely](https://avatars.githubusercontent.com/u/18177203?v=4&s=117) | ![jsanchez034](https://avatars.githubusercontent.com/u/761087?v=4&s=117) | ![Jokcy](https://avatars.githubusercontent.com/u/2088642?v=4&s=117) | ![chromacoma](https://avatars.githubusercontent.com/u/1535623?v=4&s=117) | ![profsmallpine](https://avatars.githubusercontent.com/u/7328006?v=4&s=117) | ![IanVS](https://avatars.githubusercontent.com/u/4616705?v=4&s=117) |
+![Lucklj521](https://avatars.githubusercontent.com/u/93632042?v=4&s=117) | ![lucax88x](https://avatars.githubusercontent.com/u/6294464?v=4&s=117) | ![lucaperret](https://avatars.githubusercontent.com/u/1887122?v=4&s=117) | ![ombr](https://avatars.githubusercontent.com/u/857339?v=4&s=117) | ![louim](https://avatars.githubusercontent.com/u/923718?v=4&s=117) | ![dolphinigle](https://avatars.githubusercontent.com/u/7020472?v=4&s=117) |
+![leomelzer](https://avatars.githubusercontent.com/u/23313?v=4&s=117) | ![leods92](https://avatars.githubusercontent.com/u/879395?v=4&s=117) | ![galli-leo](https://avatars.githubusercontent.com/u/5339762?v=4&s=117) | ![dviry](https://avatars.githubusercontent.com/u/1230260?v=4&s=117) | ![larowlan](https://avatars.githubusercontent.com/u/555254?v=4&s=117) | ![leaanthony](https://avatars.githubusercontent.com/u/1943904?v=4&s=117) |
+![hoangbits](https://avatars.githubusercontent.com/u/7990827?v=4&s=117) | ![labohkip81](https://avatars.githubusercontent.com/u/36964869?v=4&s=117) | ![kyleparisi](https://avatars.githubusercontent.com/u/1286753?v=4&s=117) | ![elkebab](https://avatars.githubusercontent.com/u/6313468?v=4&s=117) | ![kidonng](https://avatars.githubusercontent.com/u/44045911?v=4&s=117) | ![kevin-west-10x](https://avatars.githubusercontent.com/u/65194914?v=4&s=117) |
+![huydod](https://avatars.githubusercontent.com/u/37580530?v=4&s=117) | ![HussainAlkhalifah](https://avatars.githubusercontent.com/u/43642162?v=4&s=117) | ![HughbertD](https://avatars.githubusercontent.com/u/1580021?v=4&s=117) | ![hiromi2424](https://avatars.githubusercontent.com/u/191297?v=4&s=117) | ![giacomocerquone](https://avatars.githubusercontent.com/u/9303791?v=4&s=117) | ![roenschg](https://avatars.githubusercontent.com/u/9590236?v=4&s=117) |
+![gjungb](https://avatars.githubusercontent.com/u/3391068?v=4&s=117) | ![geoffappleford](https://avatars.githubusercontent.com/u/731678?v=4&s=117) | ![gabiganam](https://avatars.githubusercontent.com/u/28859646?v=4&s=117) | ![fuadscodes](https://avatars.githubusercontent.com/u/60370584?v=4&s=117) | ![dtrucs](https://avatars.githubusercontent.com/u/1926041?v=4&s=117) | ![ferdiusa](https://avatars.githubusercontent.com/u/1997982?v=4&s=117) |
+![fgallinari](https://avatars.githubusercontent.com/u/6473638?v=4&s=117) | ![Gkleinereva](https://avatars.githubusercontent.com/u/23621633?v=4&s=117) | ![epexa](https://avatars.githubusercontent.com/u/2198826?v=4&s=117) | ![EnricoSottile](https://avatars.githubusercontent.com/u/10349653?v=4&s=117) | ![elliotdickison](https://avatars.githubusercontent.com/u/2523678?v=4&s=117) | ![theJoeBiz](https://avatars.githubusercontent.com/u/189589?v=4&s=117) |
+![Jmales](https://avatars.githubusercontent.com/u/22914881?v=4&s=117) | ![jessica-coursera](https://avatars.githubusercontent.com/u/35155465?v=4&s=117) | ![vith](https://avatars.githubusercontent.com/u/3265539?v=4&s=117) | ![janwilts](https://avatars.githubusercontent.com/u/16721581?v=4&s=117) | ![janklimo](https://avatars.githubusercontent.com/u/7811733?v=4&s=117) | ![jamestiotio](https://avatars.githubusercontent.com/u/18364745?v=4&s=117) |
+![jcjmcclean](https://avatars.githubusercontent.com/u/1822574?v=4&s=117) | ![Jbithell](https://avatars.githubusercontent.com/u/8408967?v=4&s=117) | ![JakubHaladej](https://avatars.githubusercontent.com/u/77832677?v=4&s=117) | ![jakemcallister](https://avatars.githubusercontent.com/u/1185699?v=4&s=117) | ![gaejabong](https://avatars.githubusercontent.com/u/978944?v=4&s=117) | ![JacobMGEvans](https://avatars.githubusercontent.com/u/27247160?v=4&s=117) |
+![mazoruss](https://avatars.githubusercontent.com/u/17625190?v=4&s=117) | ![GreenJimmy](https://avatars.githubusercontent.com/u/39386?v=4&s=117) | ![intenzive](https://avatars.githubusercontent.com/u/11055931?v=4&s=117) | ![NaxYo](https://avatars.githubusercontent.com/u/1963876?v=4&s=117) | ![ishendyweb](https://avatars.githubusercontent.com/u/10582418?v=4&s=117) |
-
-## Software
-
-We use Browserstack for manual testing
-
-
-
+
## License
-[The MIT License](LICENSE).
+The [MIT License](./LICENSE).
diff --git a/bin/update-contributors.mjs b/bin/update-contributors.mjs
index 2e036ad2b9..8a877a4944 100755
--- a/bin/update-contributors.mjs
+++ b/bin/update-contributors.mjs
@@ -1,6 +1,9 @@
#!/usr/bin/env node
-import { spawn } from 'node:child_process'
+import fetchContrib from 'github-contributors-list/lib/contributors.js'
+import layoutStrategy from 'github-contributors-list/lib/strategies/layout_strategies/json.js'
+import sortStrategy from 'github-contributors-list/lib/strategies/sort_strategies/sort_desc.js'
+import filterStrategy from 'github-contributors-list/lib/strategies/filter_strategies/login.js'
import { Buffer } from 'node:buffer'
import fs from 'node:fs/promises'
import process from 'node:process'
@@ -10,27 +13,37 @@ const README_FILE_NAME = new URL('../README.md', import.meta.url)
const readme = await fs.open(README_FILE_NAME, 'r+')
const readmeContent = await readme.readFile()
-const githubcontrib = spawn('npx', [
- 'githubcontrib',
- '--owner', 'transloadit',
- '--repo', 'uppy',
- '--cols', '6',
- '--format', 'md',
- '--showlogin', 'true',
- '--sortOrder', 'desc',
-], {
- stdio: ['ignore', 'pipe', 'inherit'],
-})
-
-githubcontrib.on('error', console.error)
-
// Detect start of contributors section.
-const START_TAG = Buffer.from('\n')
-const START_TAG_POSITION = readmeContent.indexOf(START_TAG) + START_TAG.byteLength
+const START_TAG = Buffer.from('\n')
+const START_TAG_POSITION =
+ readmeContent.indexOf(START_TAG) + START_TAG.byteLength
+const args = {
+ owner: 'transloadit',
+ repository: 'uppy',
+ cols: 6,
+ format: 'json',
+ sortBy: 'contributions',
+ sortOrder: 'desc',
+ filter: [],
+ layoutStrategy,
+ sortStrategy,
+ filterStrategy,
+}
+const { contributors } = await fetchContrib(args).loadAll(
+ args.owner,
+ args.repository,
+ args.authToken || process.env.GITHUB_API_TOKEN,
+ args.fromDate,
+)
let cursor = START_TAG_POSITION
-for await (const data of githubcontrib.stdout) {
- const { bytesWritten } = await readme.write(data.toString('utf-8'), cursor, 'utf-8')
+for (const line of contributors) {
+ let row = ''
+ for (const { html_url, login, avatar_url } of line) {
+ row += `![${JSON.stringify(login)}](${JSON.stringify(avatar_url)}) | `
+ }
+ row += '
\n'
+ const { bytesWritten } = await readme.write(row, cursor, 'utf-8')
cursor += bytesWritten
}
@@ -40,6 +53,8 @@ if (cursor === START_TAG_POSITION) {
process.exit(1)
}
+await readme.truncate(cursor)
+
// Write the end of the file.
await readme.write(
readmeContent,
diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html
index 45c248d364..ff5b79b8ac 100644
--- a/examples/aws-nodejs/public/drag.html
+++ b/examples/aws-nodejs/public/drag.html
@@ -4,7 +4,7 @@
Uppy
@@ -22,7 +22,7 @@ Uploaded files:
DragDrop,
ProgressBar,
AwsS3,
- } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs'
// Function for displaying uploaded files
const onUploadSuccess = (elForUploadedFiles) => (file, response) => {
diff --git a/examples/aws-nodejs/public/index.html b/examples/aws-nodejs/public/index.html
index a3d3a07815..1c02a31a53 100644
--- a/examples/aws-nodejs/public/index.html
+++ b/examples/aws-nodejs/public/index.html
@@ -4,7 +4,7 @@
Uppy – AWS upload example
@@ -16,7 +16,7 @@ AWS upload example
Uppy,
Dashboard,
AwsS3,
- } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs'
/**
* This generator transforms a deep object into URL-encodable pairs
* to work with `URLSearchParams` on the client and `body-parser` on the server.
diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html
index 7c8e4b6118..6a0de0d713 100644
--- a/examples/cdn-example/index.html
+++ b/examples/cdn-example/index.html
@@ -5,7 +5,7 @@
@@ -19,7 +19,7 @@
Dashboard,
Webcam,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs'
const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
diff --git a/examples/uppy-with-companion/client/index.html b/examples/uppy-with-companion/client/index.html
index f63de247f6..918b40ad35 100644
--- a/examples/uppy-with-companion/client/index.html
+++ b/examples/uppy-with-companion/client/index.html
@@ -5,7 +5,7 @@
@@ -19,7 +19,7 @@
Instagram,
GoogleDrive,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs'
const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
diff --git a/package.json b/package.json
index 7dbcc6fa1c..51da342377 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,9 @@
"*.{css,html,json,scss,vue,yaml,yml}": "prettier -w",
"*.md": [
"remark --silently-ignore -i .remarkignore -foq",
- "eslint --fix"
+ "eslint --fix",
+ "prettier -w",
+ "eslint"
]
},
"remarkConfig": {
diff --git a/packages/@uppy/audio/CHANGELOG.md b/packages/@uppy/audio/CHANGELOG.md
index 77057d77af..0d56c093d0 100644
--- a/packages/@uppy/audio/CHANGELOG.md
+++ b/packages/@uppy/audio/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/audio
+## 2.0.0-beta.5
+
+Released: 2024-05-03
+Included in: Uppy v4.0.0-beta.5
+
+- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
+
## 2.0.0-beta.1
Released: 2024-03-28
diff --git a/packages/@uppy/audio/package.json b/packages/@uppy/audio/package.json
index 210054c8a1..a798171cfd 100644
--- a/packages/@uppy/audio/package.json
+++ b/packages/@uppy/audio/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/audio",
"description": "Uppy plugin that records audio using the device’s microphone.",
- "version": "2.0.0-beta.4",
+ "version": "2.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/aws-s3-multipart/CHANGELOG.md b/packages/@uppy/aws-s3-multipart/CHANGELOG.md
new file mode 100644
index 0000000000..9343d061d6
--- /dev/null
+++ b/packages/@uppy/aws-s3-multipart/CHANGELOG.md
@@ -0,0 +1,8 @@
+# @uppy/aws-s3-multipart
+
+## 4.0.0-beta.5
+
+Released: 2024-05-03
+Included in: Uppy v4.0.0-beta.5
+
+- @uppy/aws-s3-multipart: Format (Murderlon)
diff --git a/packages/@uppy/aws-s3-multipart/package.json b/packages/@uppy/aws-s3-multipart/package.json
index 3a90e4b717..5489fcbadc 100644
--- a/packages/@uppy/aws-s3-multipart/package.json
+++ b/packages/@uppy/aws-s3-multipart/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/aws-s3-multipart",
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/@uppy/aws-s3/package.json b/packages/@uppy/aws-s3/package.json
index 2350888a6b..0928e85d16 100644
--- a/packages/@uppy/aws-s3/package.json
+++ b/packages/@uppy/aws-s3/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/aws-s3",
"description": "Upload to Amazon S3 with Uppy",
- "version": "4.0.0-beta.2",
+ "version": "4.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/@uppy/box/package.json b/packages/@uppy/box/package.json
index 8223018733..660a28d389 100644
--- a/packages/@uppy/box/package.json
+++ b/packages/@uppy/box/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/box",
"description": "Import files from Box, into Uppy.",
- "version": "3.0.0-beta.4",
+ "version": "3.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/@uppy/companion-client/package.json b/packages/@uppy/companion-client/package.json
index 20fe9c5269..67761dc51c 100644
--- a/packages/@uppy/companion-client/package.json
+++ b/packages/@uppy/companion-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/companion-client",
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/@uppy/companion/CHANGELOG.md b/packages/@uppy/companion/CHANGELOG.md
index eb14720e35..fc68e117be 100644
--- a/packages/@uppy/companion/CHANGELOG.md
+++ b/packages/@uppy/companion/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/companion
+## 5.0.0-beta.5
+
+Released: 2024-05-03
+Included in: Uppy v4.0.0-beta.5
+
+- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128)
+
## 5.0.0-beta.4
Released: 2024-04-29
@@ -18,6 +25,13 @@ Included in: Uppy v4.0.0-beta.1
- @uppy/companion: improve error msg (Mikael Finstad / #5010)
- @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003)
+## 4.13.2
+
+Released: 2024-05-03
+Included in: Uppy v3.25.1
+
+- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128)
+
## 4.13.1
Released: 2024-04-10
diff --git a/packages/@uppy/companion/package.json b/packages/@uppy/companion/package.json
index 7651c6ecc9..901f2b1e6b 100644
--- a/packages/@uppy/companion/package.json
+++ b/packages/@uppy/companion/package.json
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
- "version": "5.0.0-beta.4",
+ "version": "5.0.0-beta.5",
"description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
"main": "lib/companion.js",
"types": "lib/companion.d.ts",
diff --git a/packages/@uppy/compressor/CHANGELOG.md b/packages/@uppy/compressor/CHANGELOG.md
index c500390b9e..f68951adb5 100644
--- a/packages/@uppy/compressor/CHANGELOG.md
+++ b/packages/@uppy/compressor/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/compressor
+## 2.0.0-beta.5
+
+Released: 2024-05-03
+Included in: Uppy v4.0.0-beta.5
+
+- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
+
## 1.1.1
Released: 2024-02-20
diff --git a/packages/@uppy/compressor/package.json b/packages/@uppy/compressor/package.json
index f0dbd9c372..b40cd10d06 100644
--- a/packages/@uppy/compressor/package.json
+++ b/packages/@uppy/compressor/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/compressor",
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
- "version": "2.0.0-beta.4",
+ "version": "2.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/core/CHANGELOG.md b/packages/@uppy/core/CHANGELOG.md
index 60a8088b7f..d2aa87f82c 100644
--- a/packages/@uppy/core/CHANGELOG.md
+++ b/packages/@uppy/core/CHANGELOG.md
@@ -1,5 +1,15 @@
# @uppy/core
+## 4.0.0-beta.5
+
+Released: 2024-05-03
+Included in: Uppy v4.0.0-beta.5
+
+- @uppy/core: make UppyEventMap more readable (Murderlon)
+- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
+- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080)
+- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118)
+
## 4.0.0-beta.4
Released: 2024-04-29
@@ -32,6 +42,12 @@ Included in: Uppy v4.0.0-beta.1
- @uppy/core: various type fixes (Antoine du Hamel / #4995)
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986)
+## 3.11.1
+
+Released: 2024-05-03
+Included in: Uppy v3.25.1
+
+- @uppy/core: make UppyEventMap more readable (Murderlon)
## 3.11.0
diff --git a/packages/@uppy/core/package.json b/packages/@uppy/core/package.json
index 563ab89f3e..46fdc1ab8b 100644
--- a/packages/@uppy/core/package.json
+++ b/packages/@uppy/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/core",
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/dashboard/CHANGELOG.md b/packages/@uppy/dashboard/CHANGELOG.md
index 004a0af1fb..32865fbb4d 100644
--- a/packages/@uppy/dashboard/CHANGELOG.md
+++ b/packages/@uppy/dashboard/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/dashboard
+## 4.0.0-beta.5
+
+Released: 2024-05-03
+Included in: Uppy v4.0.0-beta.5
+
+- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
+
## 4.0.0-beta.4
Released: 2024-04-29
diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json
index c8699ebe9b..524c8a3d35 100644
--- a/packages/@uppy/dashboard/package.json
+++ b/packages/@uppy/dashboard/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/drag-drop/package.json b/packages/@uppy/drag-drop/package.json
index 6813b03645..5adb1a1145 100644
--- a/packages/@uppy/drag-drop/package.json
+++ b/packages/@uppy/drag-drop/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/drag-drop",
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
- "version": "4.0.0-beta.3",
+ "version": "4.0.0-beta.4",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/dropbox/package.json b/packages/@uppy/dropbox/package.json
index 2b75c0f103..ec0aac0242 100644
--- a/packages/@uppy/dropbox/package.json
+++ b/packages/@uppy/dropbox/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/@uppy/facebook/package.json b/packages/@uppy/facebook/package.json
index faa4a480fe..a07c2eb34d 100644
--- a/packages/@uppy/facebook/package.json
+++ b/packages/@uppy/facebook/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/facebook",
"description": "Import files from Facebook, into Uppy.",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/@uppy/file-input/package.json b/packages/@uppy/file-input/package.json
index fff6e3e268..7182faefc1 100644
--- a/packages/@uppy/file-input/package.json
+++ b/packages/@uppy/file-input/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/file-input",
"description": "Simple UI of a file input button that works with Uppy right out of the box",
- "version": "4.0.0-beta.4",
+ "version": "4.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/form/package.json b/packages/@uppy/form/package.json
index fd3983be06..a51913697a 100644
--- a/packages/@uppy/form/package.json
+++ b/packages/@uppy/form/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/form",
"description": "Connect Uppy to an existing HTML