Nick Sanders

Results 90 comments of Nick Sanders

If you can give me a link to your code I might be able to help advise you more, though I can't promise how soon. Let me just say though...

Good observations. I haven't actually benchmarked the difference between `SmallVec` and `Vec`. It would probably be hard to find much of a difference in a real world program but I'd...

Agreed. I'll adjust this as soon as I can. Please keep the suggestions coming. I won't have time to make these changes right away but having issues filed here is...

`Version` is convertible to and from a `u32` (the Vulkan native format). The format *should* not be driver specific. If it is, it's a bug. Can you give an example...

I see what you mean. You're right, that API isn't correct. Could you submit a fix for it? I'm not going to have time to work on it right away....

As someone who has struggled plenty with deadlocks, I have often considered ways of implementing some sort of detection system. It wouldn't be too hard to add a feature-gated system...

I've been neglecting this repo a bit lately (lots on the plate). I'll take a look at this asap. Thanks for the detailed report!

Reconnection functionality is not yet implemented.

You're probably right. I'll have to try this out at some point. There may be some odd reason I did it that way and failed to document it. Thanks!

~~I had this happen the first time I ran SCT. It hasn't happened again since.~~ EDIT: Crashed again. This time game just froze without a message (first crash gave the...