Timofey
Timofey
This PR adds `@intEnum` directive, which, when applied, changes enums to be generated with int values. Sample generated code: https://gist.github.com/holykol/c8056f4bb80c0b17e3478a85cbd27be2 I have: - [x] Added tests covering the bug /...
**This PR adds a little button at the bottom of the page that looks like this:** **Here what it does to the pages:** Theme preference is stored in localStorage and...
**This PR implements server-assisted client side caching [introduced](https://redis.io/topics/client-side-caching) in Redis 6.0** ~This is done entirely at a pool level by running a separate goroutine that subscribes to invalidation broadcasts. Command...
See the title. Some users would also expect input to clear itself after holding backspace for some time (e.g. 600ms).
**description:** add support for sending and parsing versioned messages that already exist on devnet **docs:** Solana proposal: https://docs.solana.com/proposals/transactions-v2#versioned-transactions Rust SDK reference type: https://docs.rs/solana-sdk/latest/solana_sdk/message/enum.VersionedMessage.html **abstract implementation steps:** 1. understand when new...
### File Location(s) utils/wasm-instrument/src/syscalls.rs:248 currently `FreeUpperBound` assumes that other `Size` parameter is placed before it. If the condition is not met, it will panic during test run. ### Proposal Make...