Oliver Kurth

Results 13 issues of Oliver Kurth

I am getting this error when uploading big files (bigger than a few GB). This happened when uploading a 10GB file. It's reproducible when uploading using Chrome or IE on...

I am successfully running bt-network in both server and client mode. I can connect a pi as a client to an Android phone, and I can connect an Android phone...

I want to use bt-network in both server and client mode. Is there a way to create the interfaces with another name than one starting with 'bnep'? For example, in...

I am trying to save output of `to_dict` , converted to json format, and then load it later. This fails. This is how the output is saved: ``` activities =...

This is based on PRs #431 and #162 (thanks to @pjd and @kalvdans !) which enables connecting to a unix socket where `getaddrinfo(3)` supports `AF_UNIX` and adds connecting to a...

I am trying to build an RPM for ET in Photon 5.0, but I am running into this error: ``` [ 84%] Linking CXX executable htm /usr/bin/cmake -E cmake_link_script CMakeFiles/htm.dir/link.txt...

I see an error when the file was removed, and it keeps repeating without end: ``` ./script/src/url-tail.sh: line 63: [: : integer expression expected ./script/src/url-tail.sh: line 66: [: : integer...

This adds a utility to mount a vmdk file as a raw disk image in read-only mode. The raw disk image can then be used with `kpartx`, or `partfs` (see...

enhancement
cla-not-required

enhancement
cla-not-required

**Describe the bug** I am trying to create an RPM package for action runner for Linux The goal is to allow multiple runners to run in the same machine. This...

bug