Steven E. Harris
Steven E. Harris
> please could I ask you to take a look at my conclusion [above](https://github.com/cue-lang/cue/issues/3300#issuecomment-2242088546) and raise any concerns you might have from a Bazel perspective? The treatment of files in...
> do you know how Go manages to avoid that difficulty, by any chance? In [the _rules_go_ Bazel ruleset](https://github.com/bazelbuild/rules_go), both the `go_library` and `go_binary` rules accept [an "embedsrcs" attribute](https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/rules.md#go_library-embedsrcs) to...
> does Bazel know enough to be able to make symlinks to the embedded files too (and hence just supporting embedded files that are symlinks might be OK) ? Bazel...
> Do I have it right that you're happy with CUE's current behaviour with respect to symbolic links? From what I've read, it sounds workable for use with Bazel. I'd...
After much study and experimentation, I learned enough to bypass this problem. In my S3 bucket, I had the Object Ownership set to "Bucket Owner Preferred," which enables ACLs on...
We could consider augmenting our predicate for whether to apply a per-object "public-read" ACL here. As it stands, we look only at the response from [_GetBucketPolicyStatus_](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicyStatus.html), and if [its "IsPubilc"...
There's some [related discussion in the "chat" channel](https://discord.com/channels/968932220549103686/968932220549103689/1363926916276687079) of the Discord server.
I haven't tried this, but I'm wondering whether the "foo_testutil" `go_library` target could use its "embed" attribute to embed the "foo" `go_library`, and your other packages that wish to use...
I vote for option 2. I wonder, though, if the error is ignorable, why return an error at all? Did something actually fail, or did the reconciler just decide not...
From reading the code for #523 tonight, I agree with @jonyoder that it's not at all obvious how these connections acquired from the pool would get released. I can't find...