Abhijeet Rastogi

Results 20 issues of Abhijeet Rastogi

Omit non-relevant sections. #### Description What is this issue about? #### Use case What use case would this solve? We should have a feature to monitor the process on a...

enhancement

### What reproduces the bug? `bpftrace` is able to list `uprobes`, but when I trace it, `addresses` are not resolved to `symbols`. * Listing probes ``` $ sudo bpftrace -l...

bug

This is a simple one. It failed on my laptop because `~/.config` folder didn't exist. So, instead of using `os.mkdir`, we can use `os.makedirs` so that all parent directories are...

### Detailed Description of the Problem There are two ways to interact with HAproxy socket, via worker's `stats socket` or via master process's `master CLI` socket. I expect both to...

type: bug
status: fixed
2.6

Is there a possibility to implement search feature in markdoc? A searchbar at the top that will search all the markdown files. A simple line-based search is fine.

I'm puzzled on how to manage a "user service" via this package. Help is greatly appreciated. ``` func TestGithubIssue(t *testing.T) { ctx := context.Background() dbusConn, err := dbus.NewUserConnectionContext(ctx) require.NoError(t, err,...

In this location, we use `err.Error()` after a potential situation of `err == nil`. https://github.com/haproxytech/client-native/blob/bee8caf96cec8431a372773d15ad657086fb8363/runtime/acls.go#L177 ``` response, err := s.ExecuteWithResponse(cmd) if err != nil { return "", fmt.Errorf("%s %w", err.Error(),...

`storage.Storage` struct creates SSL certificate files on disk with `0o644` permission. https://github.com/haproxytech/client-native/blob/63b32cc413b1ba29e747ce37d1308e1c4fe79159/storage/storage.go#L195C21-L195C21 Can this be made configurable by user as needed?

If I understand correctly, `clientnative.HAProxyClient` is the interface that is used to manage HAProxy instance in this library. I can see that, an operation like `AddMapEntry` is available via both...

> Please consider [opening a discussion](https://github.com/ankitpokhrel/jira-cli/discussions/categories/ideas) in `ideas` category if applicable. Your feature will be prioritized on based on the number of votes. **Is your feature request related to a...