grkblood13

Results 12 issues of grkblood13

hudkit doesn't seem to recognize when buttons are pressed on the keyboard. Here's a simple test page that should be displaying the keycodes. ``` body { background-color: #000; font-size: 30px;...

enhancement

First off, this has been a very reliable decoder for many years and still continues to be so thank you for building it! I'm currently looking into the possibility of...

Is there a way to set a maximum file size and throw an error if the download passes the limit?

Any chance android support could be added? You can install nodejs on android using Termux so this is probably something that could be done.

Built on raspberry pi 4 running nodejs v14. Build instructions: git clone https://github.com/mkrufky/libdvbtee.git cd libdvbtee ./build-auto.sh sudo cp -rp dvbtee /opt/ sudo ln -s /opt/dvbtee/dvbtee /usr/local/bin Command to scan: dvbtee...

I'm experiencing an issue using rkmpp encoder here: https://github.com/rockchip-linux/ffmpeg/issues/2#issuecomment-672830369 To further test I tried to use h264_rkmpp encoder with output of h264_rkmpp decoder to see if the encoder even works....

A command line executable of this that accepted an audio file and outputted a decode to either stdout or to a file would be awesome. Another nice to have would...

enhancement

I tried to update the code to support the full international morse code standard with what I thought were single characters (minus CH) to the unordered map kMorseCode in ggmorse.cpp,...

Running make install doesn't install libggmorse-common-sdl2.so and libimgui-sdl2.so. Additionally the example executables don't get placed in /usr/local/bin (if they even should?). The following will fix all of this but you...

I'm getting the following 2 errors when compiling on CentOS 7: gitbrowser.c:1319:53: error: 'GtkDialog' has no member named 'action_area' gtk_box_pack_start(GTK_BOX(GTK_DIALOG(qoi->dialog)->action_area), hbox, TRUE, TRUE, 0); gitbrowser.c:1320:56: error: 'GtkDialog' has no member...