Omachonu Ogali

Results 18 issues of Omachonu Ogali

The first link referenced in the [Basic Examples](https://github.com/google/goexpect#basic-examples) section is misleading as it does not contain goexpect examples let alone any reference to the goexpect library.

Hello, I cloned master (3a82dd9) and when I attempt to use `make dist` to build a distribution tarball, it fails to successfully complete because it's trying to "build" `src/rtp.h`. Is...

### Short description of the problem @xsuchy I have a similar issue to #96, if not the same issue, despite adding the `SYS_ADMIN` capabilitiy. However, I have not tried the...

enhancement

The decoding of the Atlassian API responses is primarily done using `mapstructure.Decode`. Is there a compelling reason to use this instead of `json.NewDecoder`?

The function for retrieving a list of repository web hooks is named `Gets`. To make the function's name more idiomatic, can it be renamed to `List`?

I see the utility in being able to request a code or a class but I'd prefer to type (and remember) less. Could this be simplified to a single command...

I've been using this plugin for a month now to simplify publishing static files into the resulting build and I'm pleased with it so far. Due to some quirks in...

### What does this PR do? ### What issues does this PR fix or reference? Fixes #59014 ### Previous Behavior SPM would open all files in text mode, causing an...

Currently, the README advises users to run the `build-and-run.sh` script to get started. However, this script duplicates functionality (in an indirect manner) that is already native to modern versions of...

PR that builds and runs the BOM repository server via Docker Compose. I'd appreciate some guidance on whether the MinIO container is necessary...