Stay

Results 11 issues of Stay

Im trying to build the server using the guide provided in the docs folder. I'm getting this error when downloading the git submodules `fatal: could not get a repository handle...

![image](https://user-images.githubusercontent.com/36738990/187567168-c68aa584-302d-48af-91c5-3fe0435486e4.png)

bug
help wanted
good first issue

Hello, i'm trying to convert a MP3 file to PCM _**while its being downloaded**_. ```cs WaveStream pcm = WaveFormatConversionStream.CreatePcmStream(mp3Steam); ``` But `CreatePcmStream` uses the get_length function of Stream, which is...

discord-screenaudio encounters a DOMException when this specific steps are followed: 1. Start discord-screenaudio 2. Screen share 3. Stop screen sharing 4. Windows user starts screen sharing 5. You open and...

bug

The green circles that show around people when they talk are not working in discord-screenaudio 1.9.2-1. You can see your own when you talk but not the others.

``` Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/STM32F107VC.html PLATFORM: ST STM32 (15.6.0) > STM32F107VC (64k RAM. 256k Flash) HARDWARE: STM32F107VCT6 72MHz, 64KB RAM, 256KB Flash DEBUG:...

### ARCH: AMD Ryzen 5 5600G (x86_64) ### OPERATING SYSTEM: Arch Linux x86_64 ### SHELL: bash 5.1.16 ### DATE/TIME OF BUILD: 09:16:25 2023/07/07 ### NOTES: Builds and runs successfully, getting...

success-report

- Custom 2d and 3d mesh/material shaders should now use bind group 2 @group(2) @binding(x) for their bound resources, instead of bind group 1. - Many internal pieces of rendering...

I'm trying to use the style_sheet! macro but it always complains saying that the file does not exist. This is my project structure (the relevant parts) < - root -...