Regis Boudinot

Results 14 comments of Regis Boudinot

@mockersf I have updated my repo to have the latest 0.5 changes so you can try it out without checking out to a different branch: https://github.com/selfup/ionized_earth_rpg --- @cart GPU: 1660ti...

I have upgraded bevy to 0.6 then 0.6.1 and I still have the issue on Windows when maximizing the window. I'll have to check on my other machines. This seems...

Thank you for the cross reference!

Maybe you can use my tiny tiny lib called [`lspi`](https://github.com/selfup/lspi). Something like `import { set, get } from 'lspi';` Could also be complete overkill haha

Yea makes sense. It's like 10ish lines to solve it with pure LS calls.

Are we still considering this? If so what is the biggest advantage? 🙏

On 3.4.2 and still same issue. This is on an Autoload class. Might not make a difference as it seems to be related to: ```cs [Signal] delegate void ``` OS/version(s):...

@MikeSchulze theoretically this should do it but alas it does not: ```cs public override void _ExitTree() { Disconnect(Constants.BROADCAST, this, Constants.BROADCAST_CALLBACK); } ```

Same issue here but not mp3s, just regular wav files.. This might have larger scope than just ffmpeg and youtubedl? Is there some kind of bitrate limit? These samples are...

I think this is a great idea! Having multiple Rust binaries for popular targets will be nice as well as using Rustler. We could also just provide some sort of...