Yiding Jia

Results 3 issues of Yiding Jia

I consistently get this panic when using catfs (with a backing sshfs). The accesses that were going on at the time were concurrent reads. This is on fedora linux 30....

needinfo

It would be nice to automatically generate builder interfaces, especially when generating unions: ``` java @Value.GenBuilder // Hypothetical marker. interface Foo { String getFoo(); } interface Bar { String getBar();...

enhancement
help wanted

Right now, if there's a builtin target that matches the requested target, it is used over any pack targets. This is undesirable as pack targets may provide more functionality than...