Alexander Hasselbach
Alexander Hasselbach
Provide interface to create arbitrary maps
Probably depends on #3
We want to have a programmable way of representation of values
Hi! It is great, that easyjson has an option to intern strings: ``` type Foo struct { UUID string `json:"uuid"` // will not be interned during unmarshaling State string `json:"state,intern"`...
Update because of CVE https://access.redhat.com/security/cve/CVE-2025-47273
Missing newlines causing content not being correctly imported to Crowdin. wrong: ``` :::info Read more in [Blockchain of blockchain](/v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains). ::: ``` correct: ``` :::info Read more in [Blockchain of blockchain](/v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains)....
A linter for the documentation should be set up in order to achieve at least some of the following goals: * consistent code style (bullets, indentations) * also correct spelling...
Hi! Repository.dropIndex fails when there is no index. I found that it is because error message looks not like it was expected to look when using with Redis 8.2.0 (not...