Logan Shire
Logan Shire
@meteorcloudy @vladmos FYI other people are requesting this on the bazelbuild/bazel-central-registry side too: https://github.com/bazelbuild/bazel-central-registry/issues/380 I'm not sure what providing a Bazel module requires beyond adding a MODULE.bazel file to the...
@alexeagle I found this issue through the linked buildtools ticket. Trying to use buildifier from a modular Bazel project is a bit of a hassle and having a module here...
@fmeum I don’t mind building from source. It would be cached most of the time.
I would like to be able to revoke tokens as well.
Hi @lukeo3o1 ! I have a Go server that currently uses gRPC internally on a different port than the publicly accessible HTTP port. I’m interested in exposing some gRPC services...
@michaylov I agree it would be nice to have an input profile parameter as well. Maybe there could be a method this calls through like: ``` TransformICCProfileWithInputAndOutputProfiles(inputProfilePath, outputProfilePath string, embedded...
Sure that makes sense! I can try to put a PR together for that next week.
Hey @jcupitt ! I just created an example half-float TIF for you along with OpenEXR and JPEG versions of the same PSD: https://drive.google.com/drive/folders/1261mh02nTeH89v8leCAu8AI9Q8rAuHrP?usp=sharing The steps I used to produce this...
Hmm @keith so that kinda worked but now it's complaining about transitive deps? ``` logan@Logans-MBP Snag % bazel build //Libraries/FoundationUI/ViewFoundationUI:ViewFoundationUIFramework Starting local Bazel server and connecting to it... ERROR: /Users/logan/Developer/Swift/Apps/Snag/Libraries/FoundationUI/ViewFoundationUI/BUILD:18:18:...
I've encountered this issue as well -- if you pass multiple env files to podman-compose, only the values from the last one are used. I believe this is supposed to...