brianthelion

Results 9 issues of brianthelion

### Long story short Simple typos and `ImportError`s in the operator namespace cause `kopf.testing.KopfRunner` to hang forever. This is a problem for CI/CD workflows. ### Kopf version 1.35.2 ### Kubernetes...

bug

No errors on pod deployment; pods report READY and are, indeed, running when inspected directly on the node. `wg kilo0` is up and working correctly. The issue only seems to...

``` ██ [ br@breach: scikits.cuda ] [ 19:38:38 ] ██ tail scikits/cuda/cusparse.py cusparseMatDescr, ctypes.c_void_p, ctypes.c_int, ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p, ctypes.c_void_p] def cusparseSdense2csr(handle, m, n, descrA, A, lda, nnzPerRow, csrValA, csrRowPtrA, csrColIndA):...

BUG

The `.hcl` and `.json` interpreters support `contexts:` for resolving dependencies between builds. The `.yaml` interpreter supports `build: network: host` to comply with the existing `docker-compose` spec. None of the interpreters...

kind/bug
area/bake

# Goal My goal is to minimize the chart deployment footprint while still being able to administer Harbor *without* the web UI. Here's a simple script that exhibits my intent...

There's a lot of useful code here, thanks! Might seem burdensome, but it would be great to see some release tags issued. If you do so, please peg those to...

I think the "Pyramidic" thing to do about swagger.json would be: - Accept the file path via the app's .ini files. - Assume that the path is given as a...

### Problem Shell-based redirection isn't always an option when one needs to log `kopf` output to the filesystem. ### Proposal `kopf run` should provide an option to log to a...

enhancement

It would be very helpful if `pathname` was passed to the `TrickClass` constructor by `watchmedo`: https://github.com/gorakhargosh/watchdog/blob/21e9f4c6466b884f87ab39d704101fb4b8b9f3c6/src/watchdog/watchmedo.py#L206 Without this, a `Trick` subclass cannot do directory inspection prior to the `.dispatch(...)` loop...

watchmedo
Help welcome :)
improvement