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) | - +