Results 19 issues of Vadim Volodin

RFP without RFP-proposals: - [x] Create Timeline type for RFP [1h] - [x] Add rules to manage RFPs' timeline [2h] - [x] Create body for RFP (including it's timeline, submission...

enhancement

### Summary Fixes for https://github.com/ton-community/tlb-codegen ### Context - Make bigint type for all integers that more than 32 bits (number of bits should be either defined by TLB scheme, or...

Approved
Developer Tool

According to: https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html

According to the same behaviour in ^0.8 version https://github.com/GREsau/schemars/blob/104b0fd65055d4b46f8dcbe38cdd2ef2c4098fe2/schemars/src/visit.rs#L57 as `into_root_schema_for` in ^0.8 does transforms for all, and in ^1.0 it doesn't

Hello! My goal is to produce an OpenApi spec using schemars. I have a code: ```rust let my_schemas: okapi::Map:: = ... // generated by schemars ^0.8 OpenApi { openapi: "3.0.0".to_string(),...

### Contact Details tg @polyprogrammist ### Feature Request According to https://github.com/near/near-cli-rs/pull/521#discussion_r2470089532, >there is at most 1 global contract distribution receipt in flight per global contract. Once a distribution receipt is...

community