Stefan de Konink

Results 260 issues of Stefan de Konink

One of the comments in the source code is to support 'realusers'. What should be implemented to support them. In terms of complexity, is this difficult?

``` cat ../capnproto/c++/samples/addressbook.capnp | ./capnpc-c failed to read schema from stdin ``` Is there a how to use the program? Or isn't it finished?

Using gcc 4.7.3 ``` capn.c: In function ‘lookup_segment’: capn.c:221:19: error: ‘y’ may be used uninitialized in this function [-Werror=maybe-uninitialized] capn.c:222:6: error: ‘x’ may be used uninitialized in this function [-Werror=maybe-uninitialized]...

``` cc -O2 -Wall -Werror -fPIC -I. -Wno-unused-function -c compiler/capnpc-c.c -o compiler/capnpc-c.o compiler/capnpc-c.c:908:63: error: missing terminating ' character [-Werror] ```

``` g++ -g -Wall -Werror -I. -I../gtest/include -o capn-test.o -c capn-test.cpp In file included from capn-test.cpp:6:0: capn.c: In function ‘uint64_t lookup_double(capn_segment**, char**, uint64_t)’: capn.c:242:23: error: comparison between signed and unsigned...

**Is your feature request related to a problem? Please describe.** As a user I would like to be able to control the UV status. **Describe the solution you'd like** A...

Feature Request

This would allow (raw) pcm recordings, opposed to the opus recordings. https://github.com/chrisguttandin/extendable-media-recorder

This branch will contain all the updates to allow recording upon existing tracks, and explicitly prevent "dubbing".

At this moment the recording always creates a new track, which is then recorded from the beginning. It feels more intuitive that the recording actually starts where the cursor is...

### What happens? After TRUNCATE I would expect the database to slim down. It remains huge. ### To Reproduce ``` [skinkie@de2 vdvserver]$ ls -l vdv453.duckdb -rw-r--r-- 1 skinkie skinkie 3206819840...

needs triage
Needs Documentation