Brandon Trautmann

Results 133 comments of Brandon Trautmann

@lijiahua my guess is that you are running a version of AGP in your project that is not compatible with the lint version you are using. Remember, if lint version...

@DanTup I work on the same codebase as @samandmoore and am able to reliably reproduce extremely slow (sometimes infinite) interactions. Unfortunately it's made VSCode nearly impossible to use in some...

I'm having a bit of trouble understanding the intent of this ticket, could somebody help me understand if the following would still be possible: ```dart class MyClass { void call({required...

That was extremely helpful @lrhn, thank you for that explanation! > Even though it does make authors write more code, and makes "callable objects" act less like functions. Totally agree...

Not sure if this helps, but I ran into this when using spaces in my `PILOT_GROUPS` environment variable when doing `pilot add`. Using something like `PILOT_GROUPS=my_internal_testers` succeeds (but it's not...

Update on the above ☝️ Switching to using `--group="My Internal Testers"` (instead of the environment variable or `-g`) for `pilot add` succeeded.

@Egorand Thanks, and yeah, in most cases I do agree with you. In our particular case, we are using KotlinPoet to generate some actual source to help alleviate the pain...

@JakeWharton That's a great idea, thanks. I'll try to incorporate that into the generation process. And thanks for that control flow tip :) Still new to KotlinPoet (have been loving...

Hey there, just wanted to drop a note and say that I'm using `actors` successfully in a Flutter application. I am _not_ using them across `MethodChannel`s or anything too crazy,...