Andrew Z Allen
Andrew Z Allen
Really nifty project. Thanks for open sourcing! This looks like a great resource for the community. I was just looking through the code and it seems I have done a...
Bazel is much more hermetic and we keep harming contributors who just want to help by using this leaky abstraction.
Previously the example code didn't check if the request was a CORS which meant that the `OPTIONS` preamble for the CORS request would be handled by the `DefaultServeMux.ServeHTTP` method which...
rules_go has had a built in way to handle embedded for a while. Let's deprecate the non-standard way.
Tracking bug for deprecating the unused compiling API that was removed when Jay switched over to having all the compilation/linking. We are going to add `print` warning statements into the...
This example creates a new "sum" rule in the "directory_outputs" directory that takes a file containing a single line, a number, and adds it to the deps inputs. Additionally there...
Hey @aiuto and @laurentlb (who appear to be OWNERS on this repo), First, thanks so much for all you're doing in the Bazel ecosystem. I hugely appreciate your efforts. One...
In #86 it appears the first rule is being added to skylib. Would there be any interest in adding a new rule that does golden comparison? To pick a name...
Hey @aiuto, @jin, @c-parsons, CC @jayconrod, I have been going through getting `bzl_library` targets added to a bunch of repos and I had a realization about it. I think there...
## Describe the bug If you compose your project out of lots of small `swift_library` targets, it is not possible to use xcode previews to interactively develop your UI. ##...