Shivansh Vij
Shivansh Vij
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...
Currently, returning an error from an fRPC handler does not close the underlying connection. This default behaviour is fine. However, users should be able to return a special `CloseError` type...
`Frisbee` currently relies on the `zerolog` library for all its logging needs. I would much rather we improve the https://github.com/loopholelabs/logging package and then use that instead so developers could bring...
As mentioned by @jimmyaxod here: https://github.com/loopholelabs/frisbee-go/pull/146#discussion_r939646747, it would be beneficial for us to begin using `defer` throughout the `frisbee-go` code base since the performance issues were fixed in `go v1.14`...
Design a system to write integration tests for RPC generation AC: We should be able to: - [ ] pass in proto files - [ ] pass proto files through...
### What would you like to be added? I would like the ability to pass in a *tls.Config object to the embedded ETCD Server, specifically as an option for the...
## Description This PR adds support for automatic reconnects (with exponential backoff) for clients ## Type of change **Please update the title of this PR to reflect the type of...
This PR updates the logging functionality throughout frisbee to add context to all logging messages that specify what package is being utilized (client, server, sync, async, etc.) as well as...
[PyTorch statically compiles the CUDA Runtime API shared library](https://github.com/pytorch/pytorch/blob/main/Dockerfile#L58) (`libcudart.so`) which exposes the functions defined in the `cuda_runtime.h` header. You can confirm this using the following Rust shared library code:...