Hardy Jones
Hardy Jones
I'd like to add support for this! But, I have a question first. I've got a project that uses build constraints in two ways: 1. There are some tests that...
Thanks for the quick reply! I didn't know you could define additional types in sql. That might be the most straight forward way. I'll do some reading. Thanks for the...
i was looking into how this would work, but it looks to be a bit more complicated for what data would be passed to the hook. If we assume we've...
Oh, I guess another thing to mention is that the `gh` CLI works in a "smart" way in that you decide up front whether you're making PRs against origin or...
Sorry for being confusing. > I'm assuming `nodejs_binary` rule is a wrapper around `puppeteer`; is that assumption correct? Yeah, basically. In my specific case, it's a file that uses `puppeteer`...
Here's an example repo: https://github.com/joneshf/rules_nodejs_puppeteer. The vendoring happens in [`vendor/chromium`](https://github.com/joneshf/rules_nodejs_puppeteer/tree/f2bdc6848f8ee861c764ff0f3c8b2c0f3058c412/vendor/chromium). Lemme know if there's more I can try to explain.
This seems a bit like lenses, unless I don't understand fully what you're suggesting. Which provide `get` and `set` functions over immutable structures. I don't have enough experience using them...
@natefaubion thoughts?
No worries, I do the same.
> Could you give an example of how to use zips to achieve this effect, as mentioned in #21? I'm confused how to create a readable pattern for this, both...