Ben Bader
Ben Bader
Sadly, I forgot to test the gradle plugin on actual Android projects, and (surprise!) it doesn't work. We need to hook in to the various Android variant collections and register...
They aren't explicitly supported by the Apache compiler, but I don't think they're _disallowed_, either. They'd be neat. Let's suppose that they should be hex strings. The change would need...
We need them. Proposed api for generated methods: Thrift: ``` thrift service FooService { i32 bar(1: string arg) } ``` corresponding Java: ``` java public interface FooService { int bar(String...
This PR computes the diagonal path in `onMeasure` and re-uses a single `Path` instance, avoiding excess allocation and computation in the draw path.
Fork!
Following an internal policy change at Microsoft, this project has no maintainers able to make releases. I'm going to continue work in my own personal fork of the repository at...
We've intended this for a long time - why not try it? TODO: - get (an empty) iOS Framework building - figure out networking - NSURLConnection? ktor? - figure out...
We have an org-private Artifactory server that we're using with `rules_jvm_external`, and would like to standardize on `.netrc` files for providing credentials. The problem, I've discovered, is that the [`get_home_netrc_contents`](https://github.com/bazelbuild/rules_jvm_external/blob/39dcd72d72769acee2f02b869843259683f346c3/coursier.bzl#L313)...
We currently have: - Stiletto.Internal.Loaders.Codegen.SetBindings - Stiletto.Internal.Loaders.Reflection.ReflectionSetBinding - Stiletto.Fody.Validation.CompilerSetBinding They all do more-or-less identical things, differing in the concrete type of set-binding and the set binding's construction. This is stupid...
Currently, it fails with an unhelpful key-not-found stacktrace from StilettoReferences.cs. Nicht sehr gut.
NamedAttribute is privileged at this point; Keys knows what it is and how to accommodate it. This was done initially to make implementing Stiletto less complicated, but Now is the...