Kautilya Tripathi

Results 109 comments of Kautilya Tripathi

Also, I had to install `path` on both server and client because `meteor-node-stubs` was not working. It was not able to require path package on the client side

@MarcosSpessatto updated the PR.

@reetp I am looking into GDPR compliance and user will be notified. Regarding getting location, it is implemented on [Livechat Client](https://github.com/RocketChat/Rocket.Chat.Livechat/pull/242). Will be updating client PR for asking user permission...

One way I think of it is - Create a pipeline and steps to install minikube and then create a cluster - Once the cluster is up, on a different...

I am not sure but I think I found the root cause. [This line](https://github.com/parca-dev/parca/blob/main/pkg/scrape/target.go#L373) is adding seconds but subtracting 1 from it, due to which scraper is not picking it...

@jipperinbham faced the same error.

@jipperinbham I would like to work on this.

So far, my findings on the issue have been this. 1. **Create a Function to Open a New Websocket Connection to the Cluster from the Backend:** We can use the...

> For 2, > > there is going to be one web socket connection right? In this case it does not make sense to me that there is a cluster...