Victor Mao

Results 24 comments of Victor Mao

Hi Stephan, I am getting the same error. Did you figure this out?

Is this fixed? I tried adding `GOPACKAGESDRIVER_BAZEL_BUILD_FLAGS=--strategy=GoStdlibList=local` to the gopackagesdriver bash script but I still get a ``` Error loading workspace: no packages returned: packages.Load error ``` error

Yes: ``` workspace(name = "anthem_backend_main") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # gazelle and Go http_archive( name = "io_bazel_rules_go", sha256 = "ab21448cef298740765f33a7f5acee0607203e4ea321219f2a4c85a6e0fb0a27", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.32.0/rules_go-v0.32.0.zip", "https://github.com/bazelbuild/rules_go/releases/download/v0.32.0/rules_go-v0.32.0.zip", ], ) http_archive( name = "bazel_gazelle", sha256...

Thanks for this. I think I may be running into a similar issue as [this.](https://github.com/bazelbuild/rules_go/issues/3110) Right now, my `settings.json` file looks like this: ``` { "files.associations": { "iosfwd": "cpp", "stdexcept":...

Bumping this to see if it is possible?

Believe I am seeing this as well, MacOS 13.5 ``` (transformers-v2) victor@Victors-MBP cpp % pkgutil --pkg-info=com.apple.pkg.CLTools_Executables package-id: com.apple.pkg.CLTools_Executables version: 15.0.0.0.1.1690355577 volume: / location: / install-time: 1691358267 ```

Thanks, though I am still a bit confused. What happens then if I only provide one ID, or none? How is the filtering different than if I provide both records?...

Essentially yes, since right now, WriteCallbacks receive data in the form of a string, which isn't ideal to format if we are expecting JSON payloads.