Manoj Vivek

Results 51 issues of Manoj Vivek

Add a `x` button to the filter items to remove them from the filters. Currently, we can only delete the filter items from the right to left with `backspace` key.

enhancement
help wanted
good first issue
area/ui

It'd be enough to just remove the word "top" altogether. Table instead of TopTable? WDYT? _Originally posted by @monicawoj in https://github.com/parca-dev/parca/pull/1474#discussion_r935239234_

help wanted
tech-debt

As a maintainer, it will be very helpful to have some anonymous insights into the usage of Parca. We can track some environment information and errors that happen in the...

question

- [x] Extracting GitHub URL from the profile node - [ ] Extracting code from debuginfod - [ ] Make the popup fixed when `shift` key is held.

Showing a notification/banner with a link to the release notes whenever a new version of Parca is released will help the users stay informed and up to date with the...

A Grafana-like option to auto-refresh the metrics graph with the latest data without user intervention.

area/ui

# Problem When using the editor on an electron app, the auto-complete feature(both basic & live) is not working. And at the same time found the following error on the...

I am creating a new mongo instance using the following recipe: ``` mongodb_instance "test_mongo" do port 11111 dbpath "/mongo_data" end ``` Running this recipe made following: Created /etc/sysconfig/mongodb with content:...