weaver icon indicating copy to clipboard operation
weaver copied to clipboard

Programming framework for writing and deploying cloud applications.

Results 101 weaver issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to deploy the hello world sample and getting this error. My environment is a clean gitpod container with gcloud freshly setup. Here more logs: ``` Creating cluster...

``` $ go build ./cmd/weaver/ go: downloading github.com/google/uuid v1.3.0 go: downloading golang.org/x/tools v0.2.0 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 go: downloading google.golang.org/protobuf v1.28.1 go: downloading github.com/google/pprof v0.0.0-20221010195024-131d412537ea go: downloading go.opentelemetry.io/otel/sdk v1.11.1 go:...

I want to start this issue to track [Nutanix](https://www.nutanix.com/) private cloud environment as supported deployment target for ServiceWeaver. I work at Nutanix and I am willing to drum-up support for...

enhancement

Hi all, thank you for making this dream framework come true. I have been looking forward to this kind of tool in Go for a long time. But sadly I...

extract `DefaultRegistryDir` into the separate package, so that it could be used `/runtime/perfetto` btw, there is a possible bug if the storage folder has not cleaned up registry files, then...

Failed to install weaver: Missing stdlib.h Which I managed to get around by using the following: `export CGO_ENABLED=1; export CC=gcc; go install github.com/ServiceWeaver/weaver/cmd/weaver@latest`. Not sure if it's worth mentioning this...

Hi everyone, thank you for introducing the new way of service implementation. I'm trying to implement a POC for the service weaver and I stumbled upon this error `internal/domain/reverser/reverser.go:16:6: weaver.Implements...

Currently weaver is using a custom logger; https://github.com/ServiceWeaver/weaver/blob/main/logger.go, https://github.com/ServiceWeaver/weaver/tree/main/runtime/logging There's a proposal to bring structured logging to the Go standard library. That proposal looks likely to be accepted; It was...

Very interesting approach, thanks for the amazing work. I have a use case where the application is sometimes deployed: * on premise - low traffic environment, simple deployments, * cloud...

https://github.com/ServiceWeaver/weaver/issues/79 reported an issue building on MacOS, which was resolved by explicitly documenting installation instructions. However, during the discussion, the idea of [removing the sqlite CGO depencency](https://github.com/ServiceWeaver/weaver/issues/79#issuecomment-1453979529) was raised. I...