par5er

Results 8 issues of par5er

I get this error when trying to run [Cura Slicer](https://github.com/Ultimaker/Cura) on Fedora Asahi Remix: ``` Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2...

I get this error when trying to run [Orca Slicer](https://github.com/SoftFever/OrcaSlicer/releases/tag/v1.9.0) on Fedora Asahi Remix: ``` Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2...

`json: cannot unmarshal number 1234457.6978041127 into Go struct field VideoView.data.weighted_average_bitrate of type int64` Should be `float64` I think

> `` will automatically handle recoverable errors that happen during video playback. This is particularly handy for live streams that may experience disconnects. However, the player does not retry if...

enhancement

Hi, thanks for this library. Could I know what is the latest supported version of the Shopify Rest API? From reading the commits it appears to be `2024-04`. Is that...

queue_size_ms=0 is supposed to disable the buffer: https://github.com/livekit/rust-sdks/blob/0773bcec4e24812b382e71166b2ab359bf1a9384/webrtc-sys/src/audio_track.cpp#L203-L226 But it is incorrectly handled in audio_source.rs: https://github.com/livekit/rust-sdks/blob/0773bcec4e24812b382e71166b2ab359bf1a9384/libwebrtc/src/native/audio_source.rs#L87 Calling `chunks` with 0 causes panic.

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 An option in `app.config.ts` to disable...

enhancement
hold

This library fails to compile on Python 3.11 with error `‘PyCodeObject {aka struct PyCodeObject}’ has no member named ‘co_varnames’; did you mean ‘co_names’?`. Caused due to an ancient pybind11 version....