Vedant Roy

Results 94 issues of Vedant Roy

I see that [this example](https://github.com/elazarl/goproxy/blob/master/examples/cascadeproxy/main.go) shows how to use an upstream proxy. I'm wondering how to use multiple upstream proxies. It seems like I could have `middleProxy.Tr.Proxy` return different proxy...

I am using this library inside of a shadow DOM. I was wondering if there was way to change where the stylesheets are injected. I know goober has options to...

enhancement

### Current Behavior I log a table with 3 columns: 2 image columns, and a number column. I log this table once every 4 batches (to the same key), yet...

app

I currently do the following to try to reduce the amount of syncing to the server (I noticed calling `wandb.log` without doing this slowed down my training runs by 2x):...

I'm running a tonic client in a docker container & I'm getting the error: > Could not spawn client: transport error: error trying to connect: tcp connect error: Cannot assign...

C-question
A-tonic

How do I represent `type T = [number, ...string[]]`

enhancement

Is it possible for this library to work with React 18?

This is a question rather than a issue. I notice that using a oneof will generate an `Option` that contains an `Enum`. Why doesn't prost generate an `Enum` directly? Example...

Will this library work if the React component is placed inside a shadow DOM? If not, is there a quick way to patch this library so it works inside a...

It would be helpful to use different term than "top" to refer to the first "element" in the stack that would be popped off. Maybe, tip or head? Here's a...