-
Rivian
- @nyuriks
Block or Report
Block or report nyurik
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
maplibre/martin
maplibre/martin PublicBlazing fast and lightweight PostGIS, MBtiles and PMtiles tile server, tile generation, and mbtiles tooling.
-
future-mvt
future-mvt PublicThis is a place for all of us to figure out what the next MVT spec should look like. All content is CC0.
-
sqlite-hashes
sqlite-hashes PublicSQLite Extension adding various hashing functions like MD5, SHA1, SHA256, SHA512, etc.
Rust 9
-
sqlite-compressions
sqlite-compressions PublicCompression, decompression, and testing functions for SQLite: gzip, brotli, ...
Rust 5
-
automotive_diag
automotive_diag PublicCore definitions of the Unified Diagnostic Services (UDS), KWP2000, and OBD-II specifications for road vehicles
-
action-setup-postgis
action-setup-postgis PublicSetup a PostgreSQL+PostGIS for Linux, macOS and Windows runner machines.
Python 4
2,245 contributions in the last year
| Day of Week | February Feb | 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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Activity overview
Contribution activity
February 2024
Created 89 commits in 21 repositories
Created 11 repositories
-
nyurik/rust-optimize-format-str
Shell
This contribution was made on Feb 15
-
nyurik/cargo-show-asm
Rust
This contribution was made on Feb 14
-
nyurik/serde
Rust
This contribution was made on Feb 12
-
nyurik/libyaml-safer
Rust
This contribution was made on Feb 12
-
nyurik/parse-display
Rust
This contribution was made on Feb 10
-
nyurik/thiserror
Rust
This contribution was made on Feb 9
-
nyurik/sqlpkg
This contribution was made on Feb 8
-
nyurik/rust-brotli
Rust
This contribution was made on Feb 6
-
nyurik/postile
Rust
This contribution was made on Feb 6
-
nyurik/sold
C++
This contribution was made on Feb 5
-
nyurik/pgrx
Rust
This contribution was made on Feb 3
Created a pull request in rust-lang/rust that received 41 comments
perf: improve write_fmt to handle simple strings
Per @dtolnay suggestion in serde-rs/serde#2697 (comment) - attempt to speed up performance in the cases of a simple string format without arguments: …
Opened 55 other pull requests in 19 repositories
pgcentralfoundation/pgrx
6
closed
7
merged
1
open
-
Inline - macros
This contribution was made on Feb 7
-
docs: improve quotations
This contribution was made on Feb 6
-
Simplify errors with thiserror
This contribution was made on Feb 5
-
macros: inline
format_args!identsThis contribution was made on Feb 5 -
lib: inline
format_args!identsThis contribution was made on Feb 5 -
Inline - build
This contribution was made on Feb 5
-
Inline - tests
This contribution was made on Feb 5
-
chore: lots of lints and fixes
This contribution was made on Feb 4
-
chore: inline format args 2
This contribution was made on Feb 4
-
perf: avoid mem alloc in formatting, minor bug fix
This contribution was made on Feb 4
-
chore: inline non-core formatting args
This contribution was made on Feb 4
-
chore: perf optimize arg formatting
This contribution was made on Feb 4
-
chore: inline format args
This contribution was made on Feb 4
-
chore: remove unneeded namespace in examples
This contribution was made on Feb 4
oxigraph/oxigraph
3
open
8
merged
-
Experimental parse-display POC
This contribution was made on Feb 11
-
Bump Cargo.lock
This contribution was made on Feb 10
-
Normalize unicode refs
This contribution was made on Feb 10
-
Use io::Error::other
This contribution was made on Feb 10
-
Rename ParseError and SyntaxError
This contribution was made on Feb 10
-
Fix and consolidate MSRV handling
This contribution was made on Feb 8
-
Simplify all errors by using thiserror
This contribution was made on Feb 8
-
use github action to install cargo tools
This contribution was made on Feb 8
-
A few more minor lints, keyword fix
This contribution was made on Feb 8
-
Optimize some code, lints
This contribution was made on Feb 7
-
Optimize
write!performance withwrite_strThis contribution was made on Feb 7
dropbox/rust-brotli
2
closed
3
merged
-
Fix CI
This contribution was made on Feb 17
-
chore: add GitHub CI and justfile
This contribution was made on Feb 7
-
chore: .gitignore should exclude lock
This contribution was made on Feb 7
-
style: reformat all code with defaults
This contribution was made on Feb 6
-
style: reformat Cargo.toml
This contribution was made on Feb 6
maplibre/martin
4
merged
-
feature: improve diff cmd with copy opts
This contribution was made on Feb 8
-
write! perf optimization - use write_str
This contribution was made on Feb 7
-
Better bounds debugging
This contribution was made on Feb 6
-
upgrade to latest pmtiles
This contribution was made on Feb 2
rust-brotli/rust-brotli
3
merged
-
Fix CI
This contribution was made on Feb 17
-
Add standard dependabot CI job
This contribution was made on Feb 16
-
chore: add GitHub CI and justfile
This contribution was made on Feb 16
rust-lang/rust-clippy
3
merged
-
Minor refactor format-args
This contribution was made on Feb 12
-
Minor refactor format-impls
This contribution was made on Feb 11
-
Fix release year in CHANGELOG.md
This contribution was made on Feb 6
rust-lang/rust
2
closed
-
ICE when compiling this core change
This contribution was made on Feb 14
-
Add tiny
clippy_utils::is_format_macro_namehelperThis contribution was made on Feb 13
nalgeon/sqlpkg
2
merged
-
Make description shorter
This contribution was made on Feb 8
-
A better description and keywords for sqlite-hashes
This contribution was made on Feb 8
stadiamaps/pmtiles-rs
1
merged
-
v0.7.0: minor cleanups
This contribution was made on Feb 2
seanmonstar/reqwest
1
merged
-
chore: Use edition 2021 panics
This contribution was made on Feb 3
bluewhalesystems/sold
1
open
-
Fix Mold's license in README.md
This contribution was made on Feb 5
nyurik/sqlite-hashes
1
merged
-
Update
This contribution was made on Feb 6
nyurik/rust-brotli
1
closed
-
chore: add GitHub CI and justfile
This contribution was made on Feb 7
dtolnay/thiserror
1
merged
-
Optimize performance for string literals in Display::fmt
This contribution was made on Feb 9
SeedyROM/enum-display
1
merged
-
docs: add shields to readme
This contribution was made on Feb 9
frozenlib/parse-display
1
merged
-
Minor code optimizations and linting
This contribution was made on Feb 10
simonask/libyaml-safer
1
open
-
Some minor nits
This contribution was made on Feb 12
serde-rs/serde
1
merged
-
A few minor
write_stroptimizationsThis contribution was made on Feb 12
pacak/cargo-show-asm
1
merged
-
Some minor linting, spelling, and code de-dup
This contribution was made on Feb 14
Reviewed 27 pull requests in 10 repositories
maplibre/martin
6 pull requests
-
Add
--preferred-encoding (gzip|brotli)to use when tile is not pre-encoded by sourceThis contribution was made on Feb 11 -
Feature: new
mbtiles diffcommandThis contribution was made on Feb 8 -
Update mbtiles-copy.md
This contribution was made on Feb 7
-
Changing all endpoint functions -
/catalogThis contribution was made on Feb 6 -
Update macos runner
This contribution was made on Feb 2
-
Add runtime for AWS Lambda
This contribution was made on Feb 1
oxigraph/oxigraph
5 pull requests
-
Adds an async SPARQL JSON results reader
This contribution was made on Feb 15
-
Simplify all errors by using thiserror
This contribution was made on Feb 10
-
Fix and consolidate MSRV handling
This contribution was made on Feb 9
-
A few more minor lints, keyword fix
This contribution was made on Feb 8
-
Optimize some code, lints
This contribution was made on Feb 7
pgcentralfoundation/pgrx
5 pull requests
-
chore: lots of lints and fixes
This contribution was made on Feb 7
-
docs: improve quotations
This contribution was made on Feb 6
-
Simplify errors with thiserror
This contribution was made on Feb 5
-
Fix
date_binfn someways (like a cat?)This contribution was made on Feb 5 -
chore: inline non-core formatting args
This contribution was made on Feb 4
rust-lang/rust
3 pull requests
-
perf: improve write_fmt to handle simple strings
This contribution was made on Feb 15
-
ICE when compiling this core change
This contribution was made on Feb 14
-
Add a visibility suggestion in private-in-public errors
This contribution was made on Feb 12
stadiamaps/pmtiles-rs
2 pull requests
-
Re-enables proper support for
s3-async-rustls.This contribution was made on Feb 13 -
Add support for
rust-s3backend.This contribution was made on Feb 2
maplibre/maputnik
2 pull requests
-
Add nominatim search to maputnik
This contribution was made on Feb 4
-
Update MapLibre to version 4
This contribution was made on Feb 4
simonask/libyaml-safer
1 pull request
-
Some minor nits
This contribution was made on Feb 16
pacak/cargo-show-asm
1 pull request
-
Some minor linting, spelling, and code de-dup
This contribution was made on Feb 14
stadiamaps/sdf_font_tools
1 pull request
-
Housekeeping
This contribution was made on Feb 13
maputnik/maputnik.github.io
1 pull request
-
Add editor page redirect
This contribution was made on Feb 12
Created an issue in crate-ci/typos that received 15 comments
Support plain text .dic dictionary files
Many projects like Chromium use standard .dic files to list all "known" words, i.e. those words that should NOT be corrected. Is it possible to add…
Opened 25 other issues in 11 repositories
rust-lang/rust
3
open
1
closed
-
Document
is_val_statically_knownonly supports primitives (ICE otherwise)This contribution was made on Feb 14 -
using
if unsafe {...} { ... }causes ICEThis contribution was made on Feb 14 -
Unable to find assoc type when using tuple create syntax
Self::AssocType(...)This contribution was made on Feb 10 -
Incorrect conflicting trait implementation link when the first one is in macro
This contribution was made on Feb 10
maplibre/martin
4
open
-
Add
--base-pathCLI option to override the URL path in the tilejsonThis contribution was made on Feb 8 -
Implement
--preferred-encoding (gzip|brotli)configurationThis contribution was made on Feb 5 -
Martin v0.11.6 much faster than v0.12.0 and 0.13.0??
This contribution was made on Feb 2
-
Implement PMTiles S3 bucket support with authentication
This contribution was made on Feb 2
pgcentralfoundation/pgrx
4
open
-
Panic safety (or lack thereof)
This contribution was made on Feb 7
-
Usability: bad error message for unsigned integer arguments
This contribution was made on Feb 6
-
Document
Result<T, Err>usage with#[pg_extren], or panic as a preferred methodThis contribution was made on Feb 6 -
We must unite
synThis contribution was made on Feb 6
frozenlib/parse-display
2
open
1
closed
-
Support
Formatter::alternate(the#in format string) for another display variantThis contribution was made on Feb 11 -
Optimizing runtime performance for the literal string case
This contribution was made on Feb 10
-
Using pass-through formatting in Display
This contribution was made on Feb 10
oxigraph/oxigraph
2
open
1
closed
-
Ignore test results in .gitignore
This contribution was made on Feb 8
-
Migrate errors to
thiserrorThis contribution was made on Feb 8 -
Benchmark results are not useful because of formatting mis-alignment
This contribution was made on Feb 8
maplibre/maputnik
2
open
-
maputnik.github.ioshould usemaplibre.org/maputnikeditorThis contribution was made on Feb 4 -
Switching to OpenLayers and back to MapLibre hides all styles
This contribution was made on Feb 4
trailofbits/dylint
1
open
-
Sharing Clippy lints with 3rd party crates
This contribution was made on Feb 10
rust-lang/rust-clippy
1
open
-
Use
write_strinstead ofwrite!orwrite_fmtwhen format has no argsThis contribution was made on Feb 7
dtolnay/thiserror
1
closed
-
Optimize performance by using
write_strinstead ofwrite!when there are no formatting argumentsThis contribution was made on Feb 7
serde-rs/serde
1
open
-
Add support for
write!macro toSerializerThis contribution was made on Feb 4
casey/just
1
closed
-
Consistent current directory of an included justfile
This contribution was made on Feb 2







