Felix Lange
Felix Lange
Update: still waiting for upstream on https://github.com/cockroachdb/pebble/pull/1628
@bas-vk is investigating this error
A similar crash has been reported with our application. There is no way for us to know in advance whether the directory chosen by a user is located on a...
I still think an Error event is superior. Let me illustrate how we use notify so you can understand why: We use notify to watch a single directory for changes....
We tried sharding data across multiple instances in the past, but ran into consistency issues. Creating a folder structure sounds like a good next step for performance on NTFS though.
How many files do you get with 128MB table size?
IMHO the network should relay consensus objects without re-encoding them. These objects can be represented as byte arrays in any serialization format. A network message defined as a protocol buffer...
It kind of feels like ASDF's package-inferred-system would be ideal for ironclad. I've been using it for all my own projects for the last two years or so, and it...
Understood, just wanted to bring it up because I feel it's underused. Also, I looked at the modularization changes and thought, wow, that's a lot of boilerplate for defining the...
Having tried the subsystem thing now, here are two observations about the current approach. (1) Since all API is provided by a single package, not all exported symbols are actually...