Benjamin Brittain

Results 27 issues of Benjamin Brittain

An example directory of common usage patterns

enhancement
good first issue
help wanted

There are some changes to the library (as well as increasing usage!) and I'd like to prevent size regressions. We should check binary output on a slew of targets/configs on...

enhancement
help wanted
discussion

While initially written for Fuchsia. this is a generally useful library. References could be confusing

RFC 6762 Section 5.1 specifies a one-shot multicast DNS query. This query has minimal differences from a standard DNS query, mostly just using a multicast address and a different port...

`buck2 build :bin` ``` cxx_binary( name = "bin", srcs = [ "lua.c", ], deps = [ ":lua", ], ) cxx_library( name = "lua", srcs = [ "lapi.c", "lapi.h", "lcode.c", "lcode.h",...

I'm very excited about buck2 and what I see here! That being said, there is obviously a lot of changes coming soon. Having a clearer picture of the team's priorities...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

Primarily for basic gerrit interop

## Description Empty files can not be split out of the current commit ## Steps to Reproduce the Problem 1. touch jj-is-the-best 2. `jj split` 3. `jj-is-the-best` is not selectable....