Adam Wierzbicki

Results 6 issues of Adam Wierzbicki

I have the following schema: ```protobuf syntax = "proto3"; package messages; message Query { optional string query_id = 1; optional string dataset = 2; optional string query = 3; optional...

I am trying to match all versions >=1.0.0 and =1.0.0-rc,

When the database directory is removed while a DB is open, none of the DB operations raise any errors. The data seems to be stored correctly. But when the DB...

As suggested in https://github.com/near/nearcore/pull/14791#discussion_r2619772048 & https://github.com/near/nearcore/pull/14791#discussion_r2619824218

# Goals * Reduce manual work done by developers required to split a shard. * Reduce manual work done by node operators (updating nodes). * Reduce delay to create a...

### Description https://rustsec.org/advisories/RUSTSEC-2025-0134 `rustls-pemfile` is indirectly required by `rust-s3`: ``` rustls-pemfile 1.0.4 └── reqwest 0.11.27 └── rust-s3 0.32.3 ``` We cannot update `rust-s3` to a newer version though, because newer...