Jake Wharton
Jake Wharton
If performance is a concern here, I would recommend that you create the byte array directly and then write the longs by iterating in reverse and writing their bytes directly...
On ~native~ POSIX, being able to wrap a raw sink / raw source around any file descriptor would be convenient. The biggest downside is exposing the type-unsafe FD parameter as...
> On Java, should these sinks/sources follow changes of corresponding System.in/out/err streams? I'm a pretty strong "no" on this. The analogous behavior on the JVM would be calling `System.out` to...
Always forget about the damn Swift...
Compose UI seems okay, but has weird clipping at the top and bottom which might not be related... 
I don't think this actually works because once you have multiple dependencies on the classpath it's not clear which is the entrypoint. Each one thought it was the entrypoint until...
We can get the direct dependencies vs. the transitive ones separately, and only allow a single schema as a direct dependency.
Nothing jumps to mind. Is the length of the number being written 6 digits? So that plus the newline would account at least for the count of 7 zero bytes?...
Yes, I suspect very few are using it on native Linux. Although the implementation is almost entirely POSIX-based which we share with the Apple targets, and we have a few...
There is a default. Are you saying the behavior of the default should do something like log?