Lucas Rangit MAGASWERAN

Results 18 comments of Lucas Rangit MAGASWERAN

Same issue on Raspbian GNU/Linux 10 (buster). Blank values for CPU, MEM, SW. load averages show up as non-zero. ``` $ tmux -V tmux 2.8 $ lsb_release -a No LSB...

@jbman35, `NUM_STA` is defined as `MACID_NUM_SW_LIMIT` which is 32. https://github.com/diederikdehaas/rtl8812AU/blob/HEAD/include/sta_info.h#L25 Can you try changing it to 64, 92, 128, etc. and see if it supports the connections? By the way,...

@akashmiami what does `arecord --dump-hw-params -D hw:0,0` return for you? In my case, ``` $ arecord --dump-hw-params -D hw:0,0 Recording WAVE 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono...

What does `arecord -l` and `arecord -L` say? And what arguments are you passing to `picam`? Here is mine as an example, where I have working audio over HLS to...

@cosoc @Mmavan , Check if another process is already listening on that port with `ss -lnt`.

In `main()`: `wc -l noresults_youtube.txt`: 3 `len(videoIds)`: 1584 Then in `add_playlist_items()` after `OrderedDict.fromkeys(videoIds)`: `len(videoIds)`: 1512 YouTube Music playlist contains 1512. I think it's either duplicate tracks or duplicate matches from...

The Spotify playlist has duplicates (e.g. added from different region/language, or added by a different person). If I add the the number of missing and duplicate tracks I get what...

@chrisd8088 is this issue still open is fixed by #4898?

Ok, then my question https://github.com/git-lfs/git-lfs/discussions/4984 is still valid ;)

I didn't see other `WG_` variables documented in the README.md. However, if required I will add this and others.