Marko Kohtala

Results 12 issues of Marko Kohtala

### What did you do? kubectl get -A all -o yaml > k8s.yml go get github.com/patrickdappollonio/kubectl-slice ~/go/bin/kubectl-slice -f k8s.yml -o . It installed v1.1.0. ### What did you expect to...

enhancement
help wanted
community-feedback

**Describe the bug** Capture from camera may overwrite buffer that is still being used in the GStreamer pipeline. **To Reproduce** Reduce the aravissrc num-buffers and set hight fps. Add queues...

1. bug
5. Gstreamer

vscode fails to start TypeScript language service when an old typescript is present in the workspace. Having madge brings an old typescript into workspace. > The TypeScript language service died...

The bill of materials for python:3.9.13 docker image does not list python 3.9.13. I also compile some sources myself and would like to scan if any vulnerabilities are found in...

kind/feature
priority/backlog

Hi. I'm using some packages using find-cache-dir and needed to have the cache out from node_modules. I did not find this mentioned, so I'd like to have it clarified. Many...

**Describe the bug** If by mistake in self-hosted runner the --work directory is not writable, the job fails but GitHub thinks the runner is still busy. The error is not...

bug

## What do these changes do? Add support for passing to web.FileResponse any object with required attributes of pathlib.Path. ## Are there changes in behavior for the user? Responses can...

### Describe the bug I use `web.FileResponse` to respond with a file that is not really on the disk. This is done with a `Path` instance that implements the `pathlib.Path`...

bug

**Describe the bug** Other app requests get logged with pino-http. Since the express middleware support was added in commit 24786e77c5403b1c4b5a2bc84e2af06f9187f74a, I expected to be able to log using the pino-http....

bug

We import TestEnvironment from jest-environment-node, but it is exported only starting jest-environment-node version 28. Fixes #406.