Pinned Loading
540 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 | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 23 commits in 5 repositories
Created 1 repository
-
usamoi/test_github_actions
Rust
This contribution was made on Apr 13
Created a pull request in rust-lang/rust that received 14 comments
set subsections_via_symbols for ld64 helper sections
+28
−0
lines changed
•
14
comments
Opened 12 other pull requests in 3 repositories
tensorchord/VectorChord
7
merged
-
chore: remove patch of crate half
This contribution was made on Apr 11
-
chore: update 0.3.0 schema script
This contribution was made on Apr 11
-
fix: apply epsilon for default search
This contribution was made on Apr 9
-
refactor: remove allows_skipping_rerank
This contribution was made on Apr 9
-
feat: allows skipping rerank
This contribution was made on Apr 8
-
chore: change default lists and probes to empty
This contribution was made on Apr 2
-
readme: move docs to docs repo
This contribution was made on Apr 2
tensorchord/pgvecto.rs-docs
4
merged
-
update vchord version to 0.3.0
This contribution was made on Apr 11
-
add maxsim document
This contribution was made on Apr 2
-
sync docs with README.md
This contribution was made on Apr 2
-
update installation
This contribution was made on Apr 2
pgcentralfoundation/pgrx
1
merged
-
fix
cargo pgrx install
error if there is a build scriptThis contribution was made on Apr 12
Reviewed 4 pull requests in 2 repositories
tensorchord/VectorChord
3 pull requests
-
fix: release env vars
This contribution was made on Apr 11
-
add vchord-suite image
This contribution was made on Apr 10
-
delete cnpg image
This contribution was made on Apr 8
rust-lang/rust
1 pull request
-
set subsections_via_symbols for ld64 helper sections
This contribution was made on Apr 14
Created an issue in rust-lang/rust that received 1 comment
functions marked with #[no_mangle]
cannot be GC-ed on MacOS
Code I tried this code: // src/main.rs unsafe extern "C" { unsafe static UNDEFINED: usize; } #[unsafe(no_mangle)] pub fn used() { println!("UNDEFIN…
1
comment