Vasu Dasari

Results 12 issues of Vasu Dasari

Hi, We are trying to do a custom merge on slices in our project. For simplicity I have used `IntSlice`(a custom type of slice of ints) in this example. The...

help wanted
hacktoberfest

Add API to be able to add entries to map. And modify existing map's make() API to be able to accept an existing map to add to. Added a new...

Thanks for you the nifpp project. Quite useful one. I have a quick question on representing maps of maps. For example if I would like to return this following map...

Currently `sync` polls directories and files for any changes and recompile the changed files and loads them. When `sync` starts monitoring more projects under one umbrella CPU can get overwhelmed...

I have a project importing a lot of projects. So, I wanted `sync` to scan a subset of directories. So, I made my sys.conf like this: ``` {sync, [ {src_dirs,...

Added a stress_test to stress number of concurrent gRPC sessions that can be run. BY default it is set to 10. But can be modified by environment variable GRPCBOX_STRESS_TEST ```...

grpcbox-stream: Fix to support multiple simultaneous unary/strem calls This commit addresses stress-test failure mentioned in https://github.com/tsloughter/grpcbox/pull/29 Added two new APIs: add_channel(Name, Endpoints, Options) delete_channel(Pid) This would give ability to user...

The module which deals with records needs to be given as input to unary RPC call. This can be presented as a tuple to the Options list that is passed...

Say a user starts a streaming RPC connection to receive messages from the server asynchronously. (For example RouteChat RPC in the route_guide, which is presented as part of tutorial). To...

Hi, This is more of a question than an issue. I see that GPB Messages are essentially structured records. But, the grpc generates erlang files (from proto files) which uses...