Yaroslav Molochko

Results 5 issues of Yaroslav Molochko

I'm currently working on a scalable solution for certificate generation. Meaning that we can run your application inside container and it can stop/start/recreated at any time, we can run several...

state/outdated

hello, I've got a problem, here is a brief of inputs I have, and solution would like to have: Input: - Huge subnet - 1 dynamically sized subnet per customer....

enhancement

Turpial marks new messages based on the previous messages count, but in most cases users don't look at the tritter agent each time new twitt arrived, but once per some...

When ever I try to write a long post with a picture attached, I get fail to submit message, instead of suggesting to change the length of message. I believe...

I have taken the echo example, split it into 2 components: ### client.go: ``` package main import ( "crypto/sha1" "io" "log" "time" "github.com/xtaci/kcp-go/v5" "golang.org/x/crypto/pbkdf2" ) func main() { client() }...