Nikifor Seriakov
Nikifor Seriakov
I was using zero-copy writes, and it looks like there is a race condition. output_stream.flush doesn't wait for the actual flush to complete. So if write buffers are reused (or...
### Description fixed direct diskdb read in node method ### Rationale made it similar to Node method and others. ### Example ... ### Changes Notable changes: * changed db.Get(hash[:]) to...
``` $ goreman -f Procfile_db run stop p1 #
Could you (or may I do PR?) add bitcoin compatible dictionary please? This one https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt
I'm implementing the protocol and now I'm making handshake part. I've received Handshake Extension Message from [canonical](https://github.com/Haivision/srt) implementation, responded with my 0.0.1 version and got rejected because of too low...
Am I missing something or these increments are all saved and never freed? https://github.com/openware/rango/blob/3debfdced6ca2bfd26a22940d06575622f44b411/pkg/routing/hub.go#L191
### Welcome - [x] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [x] Yes, I've searched similar issues on GitHub and didn't...
``` # for two non-intersecting boxes b1 = Location((2, 0, 0)) * Box(1, 1, 1) b2 = Location((-2, 0, 0)) * Box(1, 1, 1) # it returns True b1.bounding_box().is_inside(b2.bounding_box()) ```...