Falco Hirschenberger

Results 24 issues of Falco Hirschenberger

Hey, currently I'm using crowbook for compiling output for my novel and [Ghostwriter](https://github.com/wereturtle/ghostwriter) for editing. It's a beautiful, well featured distraction-free markdown editor, but it's export and project capabilities are...

enhancement

I have a system which uses pgsql to query a database. The system is running 24/7, polling the database for changes. Unfortunately the database get's shut down from time to...

Use the libmodbus unittest code for testing. https://github.com/stephane/libmodbus/tree/master/tests

Tested with R15B and R14B04. ``` erlang {ok, Img} = erl_img:load("/tmp/test.png"). {ok, } = erl_img:to_binary(Img). % the snd tuple value should be the PNG-Image binary data, right? ``` Perhaps it's...

I'm using this functionality to speed up data transfer of big binary data via the file-based shared-memory area in `/run/shm/...` instead of sidio-based ports. I only transfer the path and...

fixes #2931

A-helix-term
S-waiting-on-review

Building the runtimes takes a long time. I tried to build just one runtime for benchmark development, but couldn't figure out how to build only the runtime I wanted to...

x11vnc version: HEAD My shift key is not working in a setup: `Ubuntu16.4 Ubuntu16.4` When debugging with `-kb` it seems everything's fine until `XTestFakeKeyEvent` outputs the wrong (lowercase) keycode: Pressing...

bug

Would you also like to implement some error correction code like e.g. *Reed-Solomon*. There's already a mature [crate](https://crates.io/crates/reed-solomon) in crates.io? *Bup* ist doing it by just running the `par2` tool...