Tim McCormack
Tim McCormack
On nulls, I think you'll need to pass in a Moshi instance configured to serialize nulls.
Looking at it more, that might be the best option after all.
Yes, same result.
I wonder if it would also be worth doing a second check during the actual file move/rename operation, like so: 1. Grain loaded 2. User attempts to rename `aaa.jpg` to...
Oh, I just realized I forgot to check if `removable?` actually works...
That's actually a hard dependency, which is a type of range. A soft dependency would be `0.3.3`.
I was actually thinking we should make this _part_ of systemd.
This has been one of my main issues with the library as well. There are a number of places where I have to use the Native interfaces and deal with...
I'd be up for adding some additional checks similar to https://github.com/terl/lazysodium-java/pull/66 but I wonder if there might be a more terse way of doing it. Maybe calls like `assertArrayBounds(fooBytes, fooLength)`...
OK, I'll see if I can work up a PR!