Pinned Loading
-
apache/couchdb
apache/couchdb PublicSeamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
-
-
-
python-spidermonkey
python-spidermonkey PublicPython/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation.
395 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
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
February 2025
Created 11 commits in 4 repositories
Created 1 repository
-
davisp/because
Rust
This contribution was made on Feb 25
Created a pull request in TileDB-Inc/tiledb-rs that received 4 comments
Create nightly release packages
Initial work on adding nightly releases to be consumed downstream. The current plan is to switch over our existing CI pipelines to using pre-built …
+798
−710
lines changed
•
4
comments
Opened 4 other pull requests in 2 repositories
TileDB-Inc/tiledb-rs
3
merged
-
chore(ci): Fix release workflow
This contribution was made on Feb 24
-
chore(release): Initial Release Workflow
This contribution was made on Feb 21
-
Enable the linux-aarch64 runners
This contribution was made on Feb 20
apache/datafusion
1
merged
-
Fix config_namespace macro symbol usage
This contribution was made on Feb 5
Reviewed 8 pull requests in 5 repositories
apache/datafusion
3 pull requests
-
Relax physical schema validation
This contribution was made on Feb 6
-
Improve error messages to include the function name.
This contribution was made on Feb 5
-
Replacing
SessionState
withSession
and progress towards movingFileFormatFactory
out ofdatasource
This contribution was made on Feb 5
apache/datafusion-python
2 pull requests
-
Add user documentation for the FFI approach
This contribution was made on Feb 20
-
Prepare release 44.0.0
This contribution was made on Feb 3
TileDB-Inc/TileDB
1 pull request
-
feat: [sc-63548] [core] enable NULL test query conditions to run on any attribute
This contribution was made on Feb 24
apache/couchdb
1 pull request
-
Fix purge_infos when exceeding purged_infos_limit
This contribution was made on Feb 22
TileDB-Inc/tiledb-rs
1 pull request
-
Add public accessors to query condition data
This contribution was made on Feb 14
Created an issue in apache/datafusion that received 3 comments
The config_namespace!
macro requires datafusion::common::Result
to be in scope
Describe the bug
Just got caught by this. If you don't have datafusion::common::Result
in scope as Result
when using config_namespace!
, rust-analyz…
3
comments