rtborg

Results 7 issues of rtborg

When the cursor is placed on a symbol in the hex window, a duplicate of the symbol appears next to it - see attached picture. ![Capture](https://user-images.githubusercontent.com/4630005/122719843-6ad1af00-d277-11eb-9f4f-0ca94cf5e5db.PNG) I am using the...

not reproducible

I am capturing an image from webcam and trying to decode the QR code with `jsqr`. Sometimes it fails even though the code is clearly visible; but trying to decode...

I am having issues running two applications using EEIP.dll on different threads: `System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally permitted` The socket addresses are...

I'm running SavvyCAN-da5e502-x86_64.AppImage on Ubuntu 23.10. The application crashes if I try to load a DBC file. Log below: ``` void@return:~/Documents/software$ GDK_BACKEND=x11 ./SavvyCAN-da5e502-x86_64.AppImage Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland...

Is there a way to configure a whitelist with Noble, similar to `hcitool lewladd`? I tried issuing the command `child_process.execSync('sudo hcitool lewladd xx:xx:xx:xx:xx:xx')` before `noble.startScanning([], true)`, but it did not...

Is it possible to simultaneously use JTAG and GPIO on a FT232H board? I have a device which requires the commands to be shifted while the Reset line is held...

I'm using pyocd 0.36.0 and STM32F303K8Tx. My VS Code launch configuration is: ``` { "name": "Launch Nucleo F303K8", "device": "STM32F303K8Tx", "cwd": "${workspaceFolder}", "executable": "build/zephyr/zephyr.elf", "request": "launch", "type": "cortex-debug", "runToEntryPoint": "main",...