- Tesla-Vehicle-Command - Fix an auth bug to ensure Model X door control requires auth and precondition-schedule removal.
- Terraform – Replace custom inode-based file comparison.
- Age – Replace manual slice management with
bytes.Buffer
inWriter
- Grafana – Remove redundant sys calls and symlink permission handling
- Kubernetes – Avoid extra
stat
call, enhanced path handling, and improved performance - Azure-Go-SDK – Made it OS compatible
- AWS-Go-SDK – Optimize directory traversal
- Go Cloud – Fix URL scheme handling case-insensitive
- Milvus – Avoid extra
stat
call - CockroachDB – Avoid sys calls on every traversal to improve performance
- Go-Hardware-Inspection-Library – Avoid TOCTOU and improved logic
- Syzkaller – Avoid
os.Lstat
calls on every traversal - Opengist – Replace
path.Join
withfilepath.Join
for file system paths
Pinned Loading
-
-
-
kubernetes
kubernetes PublicForked from kubernetes/kubernetes
Production-Grade Container Scheduling and Management
Go
-
opengist
opengist PublicForked from thomiceli/opengist
Self-hosted pastebin powered by Git, open-source alternative to Github Gist.
Go
-
syzkaller
syzkaller PublicForked from google/syzkaller
syzkaller is an unsupervised coverage-guided kernel fuzzer
Go
84 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 4 commits in 1 repository
Created 1 repository
-
Gofastasf/vehicle-command
Go
This contribution was made on Mar 14
Created a pull request in NVIDIA/aistore that received 4 comments
Replace: godirwalk with filepath.WalkDir
Remove Sorted field from walkDirwrapper as filepath.WalkDir is lexically sorted by default. Replace walkFunc with fs.WalkDirFunc. Related to #212
Opened 1 other pull request in 1 repository
teslamotors/vehicle-command
1
merged
-
Fix Precondition schedule removal logic and add missing flags
This contribution was made on Mar 14
Created an issue in NVIDIA/aistore that received 3 comments
Fix: Replace godirwalk to WalkDir
godirwalk library appears to have been unmaintained for the past three years and there are open issues like this karrick/godirwalk#70. Performance …