David le Blanc

Results 31 issues of David le Blanc

Is there any interest in building UDP support into libmodbus? I recognise that Modbus/UDP is not (yet?) a recognised standard, however it is becoming not only available in modern hardware,...

**Is your feature request related to a problem? Please describe.** When connected to a service in my kubernetes cluster, if a pod is upgraded, it will be shut down and...

enhancement

Hi All, In the same vein as #435, I am using a filter to convert files as they enter/leave GIT. This results in git-gutter highlighting almost everything in the file...

### Steps to reproduce Hi, this is a trivial bug which made it hard to diagnose an unrelated problem 1. Build vim without folding support 2. Configure folding properties for...

bug

In previous versions (include 0.74.4.13), OSC __pw:/dir followed by OSC __rv:file.txt would generate a command similar to ``` kscp -sftp -r -2 "user@host:/dir/file.txt" "downloaddir" ``` As of 0.76.0.x, the directory...

**Expected behavior:** Click outside snippets list should cancel. **Actual behavior:** Click outside snippets list generates `IndexError: list index out of range` **Steps to reproduce** 1. open file with active snippets....

Using the latest release (vim-vint-0.1.dev1+g471e70b) I get the following ``` function! Mask2int(mask,drawer) abort ✗ return printf("%010b", '0x'.a:mask)->slice(0,10)->split('\zs')->reverse()->map('v:val ? a:drawer."/".(v:key+1) : ""')->filter('v:val') endfunction ProhibitInvalidMapCall - Number of arguments for map() must...

Can you please add a signal handler for SIGINT and SIGTERM to ensure the terminal state is reset before exiting? Currently if I press ctrl-c during a transcode, I need...

Hi The README is incorrect regarding the naming of environment variables. >BAR_BEAM_RATIO >The share of (available) horizontal display real estate the progress bar beam should occupy (default: 0.75) >Example ```sh...

If I set a combined HTML/CSS/Javascript file to "javascript.html.css" the file type detection fails. If I remove the filetype detection, and replace the "*" in the autocmd with autocmd filetype...