Pinned
1,385 contributions in the last year
Less
More
Activity overview
Contributed to
TheAlgorithms/Python,
TheAlgorithms/algorithms-keeper,
dhruvmanila/dotfiles
and 5 other
repositories
Contribution activity
April 2021
Created 5 repositories
Created a pull request in internetarchive/infogami that received 12 comments
feat: Add cache for github actions
Added the ability to cache the pip downloads. The key is based on the OS which the tests are run on and the requirements.txt file. This means that …
+58
−17
•
12
comments
Opened 23 other pull requests in 5 repositories
internetarchive/infogami
9
merged
- refactor: Upgrade simplejson to builtin JSON module
- fix: GitHub action run scripts
- chore: Start running black on GitHub action
- chore: Add .git-blame-ignore-revs for git blame command
- refactor: Upgrade from simplejson to builtin json in client.py
- refactor: Upgrade pip in GitHub actions
- refactor: Remove Python 2 test cases from test_dbstore
- refactor: Format the entire codebase using black
- fix(client): Use requests instead of http_client
TheAlgorithms/Python
5
merged
internetarchive/openlibrary
1
open
4
merged
nvim-telescope/telescope.nvim
2
open
mfussenegger/nvim-lint
2
merged
Reviewed 33 pull requests in 7 repositories
TheAlgorithms/Python 15 pull requests
- Added solution for Project Euler problem 144
- [mypy] Add/fix type annotations for maths algorithms
- [mypy] Add/fix type annotations for stacks in data structures
- CNN classification added to computer vision
- binary_tree_traversals.py: Simplify with dataclasses
-
feat: Add Discord badge in
README.md - Simplify password_generator()
- Fix mypy matrix/matrix_operation.py
- [mypy] fix directory "dynamic_programming"
- Fix mypy scripts
- Add algorithm for N-body simulation - retry
- Minor change to bailey_borwein_plouffe.py
- Minor improvement in binary_shifts.py
- Remove "redefinition" of dict element in problem 74 on project_euler
- [mypy] fix hashes folder
internetarchive/infogami 7 pull requests
- Delete unused infogami/infobase/bulkupload.py
- Change variable 'json' --> 'json_data' to avoid conflicts
- Replaced simplejson to json in _json.py and dbstore.py
- refactor: Format the entire codebase using black
- requirements.txt: Remove Python 2
- fix(client): Use requests instead of http_client
- feat: Add cache for github actions
internetarchive/openlibrary 6 pull requests
internetarchive/openlibrary-client 2 pull requests
nvim-telescope/telescope.nvim 1 pull request
nvim-lua/lsp-status.nvim 1 pull request
mfussenegger/nvim-lint 1 pull request
Created an issue in nvim-lua/lsp-status.nvim that received 4 comments
feat: Return diagnostic information only if count > 0
For the following functions, it would be better if the information is returned only if the total count is greater than 0, otherwise the statusline …
4
comments