Sam Gammon

Results 144 comments of Sam Gammon

we have been able to approximate the behavior we want here with some [naive macros](https://github.com/sgammon/elide/blob/master/defs/toolchain/apple/ios.bzl#L46) that simply reference `ios-i386*` or `ios-armv7*` based on Bazel's `dev`/`opt` state. in combination with some...

@paulb777 being "open to PRs" suggests you are asking the community to write this. is that firebase's position? considering Google is the author, owner, or both, of Firebase, Bazel, and...

politely, could you guys do it instead? i mean most of us in this thread are probably paying for firebase. thanks

@paulb777 i apologize, this is just a very frustrating issue. i disagree with your implied characterization that Bazel is not "where [developers are] at." here is a short list of...

considering there is no endorsed way to do google account authentication on iOS _without_ Firebase SDKs, i imagine the aforementioned companies have written their own shims. these are probably coupled...

@nvoxland this issue forces us to run liquibase manually rather than with our application server on boot. even if liquibase merely provides a starting point in configuration (with the user...

I've updated this to reflect that I'm not sure a `Boolean` / `Boolean?` field has anything to do with the error. It seems to happen for _some_ compilations and not...

@sandwwraith unlikely RE/compiler versions, but I agree it is almost impossible to reproduce. I'll re open if I can nail it down, thank you for the quick response. at the...

@sandwwraith this has popped up again, and is turning out to be a bit of a show stopper for us. it does seem to be related to MPP - i...

when i open up the compiled bytecode, all i get from IDEA is: ``` @...Schema public final data class TenantDirectory public constructor(orgId: kotlin.String, live: kotlin.Boolean, directoryId: kotlin.String, enabled: kotlin.Boolean, lastSyncAt:...