Alexander Mishunin
Alexander Mishunin
Hello! What kind of API you have in mind? I've never put something on crates.io before, so I can't confidently answer that question :) Also I know nothing about inner...
Hmm, I wonder if this project can be assumed being derivative work from original minisat (that has custom licence) with all implying restrictions. I probably should have thought about it...
If I remember correctly (also my knowledge is from ~1.5 years ago and may be outdated), Type Provider SDK generates types in compile-time only and is not that easy to...
It's rebased onto current master (so it could be merged smoothly into master if necessary). If I understand correctly, when history diverges that much these conflicts can't be resolved automatically,...
Unfortunately, I don't have much experience with github UI (maybe, there's some simple way now), but previously merges like that had to be performed manually: something like clone this repository,...
What was in `CollectionRegistration.fs` was moved into `ProtobufUtils.fs` since after removing `ArraySurrogate` `CollectionRegistration.fs` became tiny. I don't have any prior experience with packet, so I'm not sure I did dependency...
I managed to marry both approaches from above (+ zero values handling). Turned out not that bad. On the topic of zero values: protobuf-net seems to handle empty string ok...
At least tests are passing with custom string initialization turned off. There's something weird happening with strings: I [found](https://stackoverflow.com/questions/2743101/null-string-deserialized-to-empty-string-when-using-protobuf-net) decade old discussion where it's mentioned that strings work ok. Did...
If I understand correctly, protobuf-net generates whatever goes to package name automatically from full type name. I don't know how configurable that process is sans some freedom with how to...
@glennawatson, is that in some publicly available branch?