From b9d5ea79a2c71fa05db3f43e76c6e03c39f0a730 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 17:35:05 -0600 Subject: [PATCH 1/8] Making Cooler README TODO: table for the issues --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 6b1c9cc..a4448d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ +```` +----------------------------- _______ _______ _______ _______ ------------------------------ +-----------------------------|\ /|( ____ \( ___ )( ____ \( ____ \------------------------------ +-----------------------------| ) ( || ( \/| ( ) || ( \/| ( \/------------------------------ +-----------------------------| | | || (__ | | | || (_____ | (_____ ------------------------------ +-----------------------------( ( ) )| __) | | | |(_____ )(_____ )------------------------------ +----------------------------- \ \_/ / | ( | | | | ) | ) |------------------------------ +----------------------------- \ / | ) | (___) |/\____) |/\____) |------------------------------ +----------------------------- \_/ |/ (_______)\_______)\_______)------------------------------ + Vanderbilt Free & Open Source Society +```` + +

Welcome to Vandy's Open Source One Stop Shop

+ +## Getting Started + +If you're new, read our [Guide for New Members](NEW_MEMBER_GUIDE.md). + +If you're not, continue below to our Bounty List. + +# Bounty List + +Listed here are the open source issues that you can work on. Put your name down for the issue you want to claim. + + + See other files for getting started documentation. Current projects: ## Nix From 486831b27d3067bfbbd84f9b8e7f10253205ded2 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 17:56:50 -0600 Subject: [PATCH 2/8] Made bounty table --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a4448d9..bf58e2c 100644 --- a/README.md +++ b/README.md @@ -20,23 +20,22 @@ If you're not, continue below to our Bounty List. # Bounty List -Listed here are the open source issues that you can work on. Put your name down for the issue you want to claim. +Listed here are the open source issues that you can work on. Click here to [claim an issue](#claim-an-issue) or [add an issue](#add-an-issue). +| Technology | Title | Brief Description | Link | Member | Difficulty | +| --- | --- | --- | --- | --- | --- | +| Python | urljoin| urljoin does not follow Internet Standard when resolving relative path in edge case | [link](https://bugs.python.org/issue37235) | [Viet Than](https://github.com/VietThan) | 2 star | +| Nix | Typo | Typo: on or the other -> one or the other | [link](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/virtualization/nixos-container/nixos-container.pl) | | 1 star | +| Nix | bashInteractive | Make bashInteractive default | [link](https://github.com/NixOS/nix/issues/2965) [link](https://github.com/NixOS/nix/pull/3107) | | 1 star | +| Ghidra | documentation | Reword last sentence of README.md so that it's understandable | [link](https://github.com/NationalSecurityAgency/ghidra) | | 0 star | +| Alacritty | EOL errors | Fix end of line errors while copying in block | [#3304](https://github.com/alacritty/alacritty/issues/3304) | | 1 star | +| Alacritty | UX fix | Clear search buffers on mode toggle | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | +| Alacritty | Scrollback | Scrollback doesn't work when the output is ongoing | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | -See other files for getting started documentation. Current projects: -## Nix -* Typo: on or the other -> one or the other https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/virtualization/nixos-container/nixos-container.pl -* Make bashInteractive default per https://github.com/NixOS/nix/issues/2965 and https://github.com/NixOS/nix/pull/3107 -## Ghidra -* Reword last sentence of README.md so that it's understandable - -## Alacritty -* [#3304](https://github.com/alacritty/alacritty/issues/3304) Fix end of line errors while copying in block -* [#3290](https://github.com/alacritty/alacritty/issues/3290) Clear search buffers on mode toggle -* [#3232](https://github.com/alacritty/alacritty/issues/3232) Scrollback doesn't work when the output is ongoing +# TO BE AMMENDED ## Urho3D * Links: From 5e7a695767881f6fe763a5daebd674eb55c42ff8 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 18:13:03 -0600 Subject: [PATCH 3/8] Table looks good resolved comments by Matt --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf58e2c..6f6728e 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ Vanderbilt Free & Open Source Society ```` -

Welcome to Vandy's Open Source One Stop Shop

+

Welcome to VFOSS

## Getting Started If you're new, read our [Guide for New Members](NEW_MEMBER_GUIDE.md). -If you're not, continue below to our Bounty List. +If you're not, continue below to our Projects List. -# Bounty List +# Projects List Listed here are the open source issues that you can work on. Click here to [claim an issue](#claim-an-issue) or [add an issue](#add-an-issue). @@ -32,10 +32,12 @@ Listed here are the open source issues that you can work on. Click here to [clai | Alacritty | EOL errors | Fix end of line errors while copying in block | [#3304](https://github.com/alacritty/alacritty/issues/3304) | | 1 star | | Alacritty | UX fix | Clear search buffers on mode toggle | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | | Alacritty | Scrollback | Scrollback doesn't work when the output is ongoing | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | +| Rust | Scrollback | Significantly decrease the number of lints when running cargo clippy. We are attempting to change how unicode number codes are represented. Figure out what the code is doing and change the way numbers are outputed.| | | >2 star | +| GatsbyJS | Documentation | Gatsby docs need to be updated.change how unicode number codes are represented. requires replacing mentions of `data.json` with `page-data.json`. | [link](https://www.gatsbyjs.org/docs/html-generation/) | | >2 star | -# TO BE AMMENDED +# TO BE AMENDED ## Urho3D * Links: @@ -57,13 +59,7 @@ Listed here are the open source issues that you can work on. Click here to [clai * Compare Urho3D to [Apecs](https://github.com/jonascarpay/apecs), a Haskell game engine * [A basic tutorial for Apecs](https://steemit.com/blog/@aas-sh/an-introduction-to-developing-games-in-haskell-with-apecs) -## Rust -* Significantly decrease the number of lints when running cargo clippy. We are attempting to change how unicode number codes are represented. -* Todo: Figure out what the code is doing and change the way numbers are outputed. -## Miscellaneous - feel free to add other projects or issues! -* [GatsbyJS](https://www.gatsbyjs.org) - * [#14228](https://github.com/gatsbyjs/gatsby/issues/14228) Gatsby docs need to be updated. This [page](https://www.gatsbyjs.org/docs/html-generation/) requires replacing mentions of `data.json` with `page-data.json`. ## Merged PRs :tada: * https://github.com/NixOS/nix/pull/3173 From 769ee5d2f22d233da8b065db203f66151af8e8c6 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 18:14:00 -0600 Subject: [PATCH 4/8] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6f6728e..92d561f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ Listed here are the open source issues that you can work on. Click here to [clai | Nix | Typo | Typo: on or the other -> one or the other | [link](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/virtualization/nixos-container/nixos-container.pl) | | 1 star | | Nix | bashInteractive | Make bashInteractive default | [link](https://github.com/NixOS/nix/issues/2965) [link](https://github.com/NixOS/nix/pull/3107) | | 1 star | | Ghidra | documentation | Reword last sentence of README.md so that it's understandable | [link](https://github.com/NationalSecurityAgency/ghidra) | | 0 star | -| Alacritty | EOL errors | Fix end of line errors while copying in block | [#3304](https://github.com/alacritty/alacritty/issues/3304) | | 1 star | | Alacritty | UX fix | Clear search buffers on mode toggle | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | | Alacritty | Scrollback | Scrollback doesn't work when the output is ongoing | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | | Rust | Scrollback | Significantly decrease the number of lints when running cargo clippy. We are attempting to change how unicode number codes are represented. Figure out what the code is doing and change the way numbers are outputed.| | | >2 star | From a41443cffdb4ea54d10b66d5128a8b022af5733c Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 18:35:49 -0600 Subject: [PATCH 5/8] Fully made tables except Urho3D --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 92d561f..aa97b2d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,20 @@ Listed here are the open source issues that you can work on. Click here to [clai +## :tada: Merged PRs :tada: + +| Technology | Title | Brief Description | Link | Member | Difficulty | +| --- | --- | --- | --- | --- | --- | +| NixOS | typo | fix typo | [#3173](https://github.com/NixOS/nix/pull/3173) | [Matt Kenigsberg](https://github.com/mkenigs) | 1 star | +| NixOS | syntax | change deprecated attribute syntax in run examples | [#3190](https://github.com/NixOS/nix/pull/3190) | [Matt Kenigsberg](https://github.com/mkenigs) | 1 star | +| NixOS | arguments | environment fixes in run | [#3191](https://github.com/NixOS/nix/pull/3191) | [Matt Kenigsberg](https://github.com/mkenigs) | 3 star | +| Rust | documentation | Fixed documentation within c_str::from_ptr | [#64326](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 2 star | +| Rust | Optimization | (1) we do not have to worry about a possible negative number. (2) max from the children isn't updated correctly | [#64326](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 3 star | +| VS Code | Optimization | Removes redundant flags from tsconfig.base.json | [#91050](https://github.com/microsoft/vscode/pull/91050) | [Hunter](https://github.com/hman523) | 3 star | + + + + # TO BE AMENDED ## Urho3D @@ -57,13 +71,3 @@ Listed here are the open source issues that you can work on. Click here to [clai * Later: Implement a Haskell/Lisp scripting frontend for Urho3D? * Compare Urho3D to [Apecs](https://github.com/jonascarpay/apecs), a Haskell game engine * [A basic tutorial for Apecs](https://steemit.com/blog/@aas-sh/an-introduction-to-developing-games-in-haskell-with-apecs) - - - -## Merged PRs :tada: -* https://github.com/NixOS/nix/pull/3173 -* https://github.com/NixOS/nix/pull/3190 -* https://github.com/NixOS/nix/pull/3191 -* https://github.com/rust-lang/rust/pull/64326 -* https://github.com/rust-lang/rust/pull/64721 -* https://github.com/microsoft/vscode/pull/91050 From a4a11856256098b27aabcc56faf8d25486362d76 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 18:37:46 -0600 Subject: [PATCH 6/8] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa97b2d..feef424 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,12 @@ Listed here are the open source issues that you can work on. Click here to [clai | Technology | Title | Brief Description | Link | Member | Difficulty | | --- | --- | --- | --- | --- | --- | -| NixOS | typo | fix typo | [#3173](https://github.com/NixOS/nix/pull/3173) | [Matt Kenigsberg](https://github.com/mkenigs) | 1 star | -| NixOS | syntax | change deprecated attribute syntax in run examples | [#3190](https://github.com/NixOS/nix/pull/3190) | [Matt Kenigsberg](https://github.com/mkenigs) | 1 star | -| NixOS | arguments | environment fixes in run | [#3191](https://github.com/NixOS/nix/pull/3191) | [Matt Kenigsberg](https://github.com/mkenigs) | 3 star | -| Rust | documentation | Fixed documentation within c_str::from_ptr | [#64326](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 2 star | -| Rust | Optimization | (1) we do not have to worry about a possible negative number. (2) max from the children isn't updated correctly | [#64326](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 3 star | -| VS Code | Optimization | Removes redundant flags from tsconfig.base.json | [#91050](https://github.com/microsoft/vscode/pull/91050) | [Hunter](https://github.com/hman523) | 3 star | +| NixOS | typo | fix typo | [link](https://github.com/NixOS/nix/pull/3173) | [Matt K](https://github.com/mkenigs) | 1 star | +| NixOS | syntax | change deprecated attribute syntax in run examples | [link](https://github.com/NixOS/nix/pull/3190) | [Matt K](https://github.com/mkenigs) | 1 star | +| NixOS | arguments | environment fixes in run | [link](https://github.com/NixOS/nix/pull/3191) | [Matt K](https://github.com/mkenigs) | 3 star | +| Rust | documentation | Fixed documentation within c_str::from_ptr | [link](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 2 star | +| Rust | Optimization | (1) we do not have to worry about a possible negative number. (2) max from the children isn't updated correctly | [link](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 3 star | +| VS Code | Optimization | Removes redundant flags from tsconfig.base.json | [link](https://github.com/microsoft/vscode/pull/91050) | [Hunter](https://github.com/hman523) | 3 star | From e792b153f54cb657177f35794bb4f85cab377035 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 18:38:17 -0600 Subject: [PATCH 7/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feef424..79cf6b2 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Listed here are the open source issues that you can work on. Click here to [clai | Nix | Typo | Typo: on or the other -> one or the other | [link](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/virtualization/nixos-container/nixos-container.pl) | | 1 star | | Nix | bashInteractive | Make bashInteractive default | [link](https://github.com/NixOS/nix/issues/2965) [link](https://github.com/NixOS/nix/pull/3107) | | 1 star | | Ghidra | documentation | Reword last sentence of README.md so that it's understandable | [link](https://github.com/NationalSecurityAgency/ghidra) | | 0 star | -| Alacritty | UX fix | Clear search buffers on mode toggle | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | -| Alacritty | Scrollback | Scrollback doesn't work when the output is ongoing | [#3290](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | +| Alacritty | UX fix | Clear search buffers on mode toggle | [link](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | +| Alacritty | Scrollback | Scrollback doesn't work when the output is ongoing | [link](https://github.com/alacritty/alacritty/issues/3290) | | 1 star | | Rust | Scrollback | Significantly decrease the number of lints when running cargo clippy. We are attempting to change how unicode number codes are represented. Figure out what the code is doing and change the way numbers are outputed.| | | >2 star | | GatsbyJS | Documentation | Gatsby docs need to be updated.change how unicode number codes are represented. requires replacing mentions of `data.json` with `page-data.json`. | [link](https://www.gatsbyjs.org/docs/html-generation/) | | >2 star | From dfba9d875adc763d981b6d848f258ccd5017a512 Mon Sep 17 00:00:00 2001 From: Viet Than Date: Mon, 24 Feb 2020 18:40:40 -0600 Subject: [PATCH 8/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79cf6b2..f9e5ef7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Listed here are the open source issues that you can work on. Click here to [clai -## :tada: Merged PRs :tada: +## :tada: :tada: :tada: :tada: :tada: Merged PRs :tada: :tada: :tada: :tada: :tada: | Technology | Title | Brief Description | Link | Member | Difficulty | | --- | --- | --- | --- | --- | --- | @@ -45,7 +45,7 @@ Listed here are the open source issues that you can work on. Click here to [clai | NixOS | arguments | environment fixes in run | [link](https://github.com/NixOS/nix/pull/3191) | [Matt K](https://github.com/mkenigs) | 3 star | | Rust | documentation | Fixed documentation within c_str::from_ptr | [link](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 2 star | | Rust | Optimization | (1) we do not have to worry about a possible negative number. (2) max from the children isn't updated correctly | [link](https://github.com/rust-lang/rust/pull/64326) | [Hunter](https://github.com/hman523) | 3 star | -| VS Code | Optimization | Removes redundant flags from tsconfig.base.json | [link](https://github.com/microsoft/vscode/pull/91050) | [Hunter](https://github.com/hman523) | 3 star | +| VS Code | Optimization | Removes redundant flags from tsconfig.base.json | [link](https://github.com/microsoft/vscode/pull/91050) | [Baibhav](https://github.com/mjbvz) | 3 star |