weaver icon indicating copy to clipboard operation
weaver copied to clipboard

Programming framework for writing and deploying cloud applications.

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

When we change the examples/chat below, it's not hard to realise localCache and scaler are mutually dependent, which would lead to a stack overflow. ``` type localCache struct { weaver.Implements[LocalCache]...

bug

Swagger , openapi, protobuf It seems obvious and simple but I did not see any examples of generating these standard API constructs. originally I thought about using annotations like https://github.com/RussellLuo/kun...

For non cloud or for those that want to run their own telemetry https://github.com/openobserve/openobserve/issues/1416#issue-1862165008

Hey! I am really interested in exploring how service weaver would fit in a bazel project. I asked [in the bazel slack](https://bazelbuild.slack.com/archives/CDBP88Z0D/p1692631964746059) if there was an integration with service weaver,...

enhancement

Hello, is it possible to make an implemetation have a maximum number of replications? I'm thinking of the use case of an element of my application that uses resources that...

enhancement

Hello, I have a question and I don't see how to implement it in framwork. In many cases I use grpc as a server and I usually stream the results...

enhancement
author-action-required

This PR introduces a `weaver completion` command that spits out a bash completion script that enables tab completion for the weaver command. For example: ```bash $ weaver generate gke gke-local...

I have limited understanding of the codebase, however, this does seem to work. There are a few styling issues that annoyed me but I decided not to work on those...