Dennis Felsing

Results 487 comments of Dennis Felsing

We have notification that makes the window in the task bar blink on Windows or my virtual desktop on Linux light up. I propose that we should also show notifications...

@heinrich5991 Mister cmake expert, any chance to add a libnotify dependency?

Yeah, let's just assume it and not ship that, same as SDL2.

Non-fluent bouncing motion sounds like it could be prediction related. @trml

I like Python-generated code. But I also don‘t use an IDE, so don‘t notice the disadvantages. Doing this stuff straight in C++ at compile time can increase compile time and...

I always just used vim, sometimes with ctags and cscope for approximate jumps

As a workaround this works: ``` # mangle uint8_t uint8 # mangle uint16_t uint16 # mangle uint32_t uint32 ```

Did you check `select * from pg_stat_progress_copy;` after the copy? Are there any failures? Locally with 11 copies of 1000000 tuples each I got one timeout ``` ERROR: Timed out:...

With 10 threads on an RF3 cluster I am not able to successfully load in 1000000 rows: ``` $ bin/yb-ctl --replication_factor 3 create --tserver_flags=enable_automatic_tablet_splitting=false --master_flags=enable_automatic_tablet_splitting=false $ ./bulkcopy.py 100000000 10 127.0.0.1:5433...