-
ops currently gives a very un-helpful error msg if it can't find a library that it is trying to load
```
➜ l ops run test
panic: failed building manifest: file does not exist
goroutine 1 [run…
-
Hello all,
I was trying to install the InfluxDB2 Helm Chart today and ran into a problem:
```shell
$ helm install influx influxdata/influxdb2 --verify --debug=true
install.go:173: [debug] Orig…
-
#### Problem description
Trying to open model of Y.Lipolytica iMK735 and returns the following error:
[y_lipolytica_iMK735.zip](https://github.com/opencobra/cobrapy/files/4864511/y_lipolytica_iM…
-
Hi, we are using your library (which is wonderful by the way) and I run into a race condition with -race on BuildV3Model in my tests
```
func LoadOpenAPIModel(openAPIRoot string, openAPIPath strin…
-
### Confirmation
- [X] My issue isn't already found on the issue tracker.
- [X] I have replicated my issue using the latest version of the library and it is still present.
### cf-terraforming versio…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I read the code of `fission-cli`, because `cliWrapper` (pkg/fission-cli/cliwrapper) increase cognitive …
-
Go noob here, so I'm not entirely sure this bug belongs to godef, but we'll start here. My issue is that the emacs go-mode invokes godef and isn't able to find the declaration for a function in the sp…
-
Can we add profile support?
Using the Cobra library to load configuration files and process command line arguments seems more friendly; if possible, I will commit a PR.
mritd updated
4 years ago
-
Leaving this one here for investigation later.
```
goroutine 1 [running]:
github.com/docker/docker/client.(*Client).getAPIPath(0x0, {0x0, 0x0}, {0x100d83502, 0x10}, 0x14000839de8)
/home/runner/…
-
The library has grown a lot and contains a lot of unnecessary functionality and complexity.
This issue tracks cleaning it up.
It also has to be decided what to put into the library and what should…