Raven Black

Results 18 issues of Raven Black

This new option allows the client to avoid the following race condition: 1. open file "example.txt" 2. StartTail("example.txt", Location: &SeekInfo(0, io.SeekEnd)) 3. append "hello\n" to example.txt Without SyncOpen, this sequence...

If you StartTail(file_x) following from end, and then append "hello\n" to file_x, there's a race that makes it uncertain whether your appended line will come out of the tail operation...

bug

Every time someone is new to `AutoSizeText`, they initially make this mistake: ``` class MyWidget extends StatelessWidget { final _autoSizeGroup = AutoSizeGroup(); @override Widget build() { return Column( children: [...

enhancement

Commit Message: Add timeout option for ThreadSynchronizer. Additional Description: This adds the ability for ThreadSynchronizer::barrierOn to time out, making it so a test in which the code unexpectedly doesn't hit...

Commit Message: Add filesystem cache implementation Additional Description: This is a work in progress; it functions as a cache in this state, but lacks LRU removal and repopulating the cache...

api

**What version of protobuf and what language are you using?** Version: v21.12 Language: Python **What did you do?** Steps to reproduce the behavior: 1. Try to build a thing that...

bazel

Commit Message: QUIC hot restart part 6 - child instance pauses listening until parent is drained Additional Description: Make the child instance not read from the UDP socket until the...

Link in Readme.md goes to https://2d-inc.github.io/lottie_to_flare/ On that page, changes made on the left do nothing on the right, and clicking download always just downloads the same basic file regardless...

Commit Message: "Compiled" static header maps instead of big trie Additional Description: This is slightly slower for "misses" but significantly faster for "hits". Given that the majority of headers are...