monster860

Results 12 comments of monster860

Heres why this is gonna fail. Look at the list of ss13 servers. Each one has their own wiki and their own codebase. They are all different. You just click...

> Important question: will this one lag like the one 2 years ago? Nope, it's in c++, runs much faster

I'll have to add a toggle to the replay viewer somewhere.

When using a reader to read the chunks, inserting a `await new Promise(resolve => setTimeout(resolve, 0))` in between reading chunks, seems to reproduce this issue, and so does passing a...

So after some more research, copying behavior occurs specifically in byte streams, with `type: 'bytes'`, which supports BYOB readers. However, it also seems to not be supported in all browsers...

So after doing more research and testing, it seems that `type: 'bytes'` actually causes the buffer passed to `controller.enqueue()` it be detached, so it would still require a new array...

> Can I have a crash dump file when pcsx2 hangs ? To do so open task explorer right click pcsx2 and choose create dump file when pcsx2 hangs https://cdn.discordapp.com/attachments/517785193365504020/1111863194064003133/pcsx2.zip

The rendering code is horribly optimized.

Well I suppose there's the option of creating an "invalid object" subtype.