-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.5.10-51-g7617109
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7617109d43060aa0225f774bad9971bcbd166e15
Last commit: 10 minutes ago
Core tap…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
```
PHP PCNTL support is needed if wishing to gracefully interrupt testing with signals.
PHP Fatal error: Uncaught Error: Undefined constant "GLOB_BRACE" in /root/benchmark/phoronix-test-suite/pts-…
-
👋 trying to build the latest release, but run into some build issue. The error log is as below:
test failure
```
==> /usr/local/Cellar/luaradio/0.9.0/bin/luaradio test.lua
luajit: [string …
-
HI,
I have been been using a number of debugging sinks to help me learn LuaRadio e.g. PrintSink, BenchmarkSink. However, if one uses more than one of either type in a script and one logs to the scree…
-
Hello everyone, I want to adjust the parameters (ppm, gain biastee, rf_gain ...) of my RTLSDR directly on the command line (examples / rtlsdr_rds.lua , ...), is it possible ? if not can you find out h…
-
``` lua
local ffi = jit and require('ffi') or require('cffi')
ffi.cdef[[
typedef struct point {
int x;
int y;
} point_t;
]]
local mt = {
__tostring = function (self)
…
-
(seen on macOS 10.13 / luajit 2.0.5 and Debian Stretch / luajit 2.0.4, both with luaradio HEAD)
The throttle block loves to throttle, regardless of the sample rate it should be targeting, and looks…
-
I built luaradio from source (cd embed; make lib). I am not at all familiar with lua and the layout of installations and packages so there may be a very simple answer to my issue. My end goal is to be…
-
$ luaradio examples/rtlsdr_wbfm_mono.lua 102.2e6
gnuplot windows take focus and use 100% cpu so you cant break out ^C
i will try and create a PR with a switch to enable gnuplot (with a default…