Andrew Onyshchuk
Andrew Onyshchuk
Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR title. - https://issues.apache.org/jira/browse/AVRO-2717 ###...
Throw an exception on EOF before stream is complete. Stream is complete if: Chunked-Encoding: zero-length chunk received Content-Length: N bytes received
#### Describe your feature request First, thanks for ripgrep. There is one feature in silversearcher (ag) that's holding me back - filter file paths with regex e.g. `ag -G `....
Fix `rx_fm` not working with rtlsdr (fixes #90 ) 1. `SoapySDRDevice_setGainMode` was called after `SoapySDRDevice_setGain`, that seems to reset gain to 0. Likely due to https://github.com/steve-m/librtlsdr/blob/619ac3186ea0ffc092615e1f59f7397e5e6f668c/src/librtlsdr.c#L258C1-L261C2 : ``` int r820t_set_gain_mode(void...
Linux 6.5 added new cachestat() syscall to obtain page cache statistics for a given fd. It is much faster than mincore(), especially on big files. Update vmtouch to use cachestat()...
fixes #653 - show completions when no text under cursor - increase number of returned completions to 1000 - remove prefix filtering to let vscode do fuzzy matching i.e. typing...