micsthepick

Results 27 issues of micsthepick

I'm in Australia. The RTT is less than 10 ms, and the bandwidth over 10000, yet the quality is always zero. I'm not partnered or even an affiliate, so I...

The currently released version according to https://r1ch.net/projects/twitchtest is 1.52, yet the names of the commits suggest that this repository still contains the old code from 1.31. Can you please update...

The latest OBS studio Prerelease uses Qt6, making the current release not able to load. Can you please create a new release compiled under the latest OBS, with Qt6? I'm...

Tested with latest version of brave browser (chromium based) and with youtube and twitch, windows 10 1909 Selecting any output device has no effect, only plays through default device.

You can route audio through different devices, but it could also be helpful to set a pan, so that in a stereo system, you can route one tab through one...

according to https://developer.apple.com/documentation/coremotion/cmmotionmanager/1616135-accelerometerupdateinterval the framerate of motion is "determined by the maximum frequency supported by the hardware". I know that the motion sensor is noisy, but I actually just want...

for every .rsrc file I try to open, I get the following error: rsrcfork.api.InvalidResourceFileError: The data offset (2134016) should point exactly to the end of the file header (256) example...

### Describe the bug I quantised a Cerebras 13B using GGML, and I can infer with the gpt-2 executable, but not with the web ui. ### Is there an existing...

bug

when providing --seed as an argument, but no actual number or model, I get a segfault on starcoder.

bug
good first issue

```c float4 mainImage(VertData v_in) : TARGET { return float4(1.0, 1.0, 1.0, 1.0); } ``` the above shader is a MCVE for a filter that doesn't work on linux, and below...