Dylan Ede

Results 28 comments of Dylan Ede

I don't think that would work? That would align in _memory_, but the alignment required would be relative to the start of the whole buffer. This distinction is important because...

Yeah, I should have said reforge instead of forge. Those are the units I meant. From what I've gathered on Discord talking to some of you, the Reforge units (i.e....

@unk-1 changing the player scales is probably backwards incompatible, so any change if made should be made before the 0.6 release. It's a really minor change that would help remakes...

I'm also getting a panic, on Windows: ``` thread 'main' panicked at 'assertion failed: `(left == right)` left: `1281`, right: `0`', C:\Users\dylan\.cargo\registry\src\github.com-1ecc6299db9ec823\kiss3d-0.21.0\src\resource\effect.rs:86:9 stack backtrace: 0: std::sys::windows::backtrace::set_frames at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c\/src\libstd\sys\windows\backtrace\mod.rs:95 1: std::sys::windows::backtrace::unwind_backtrace...

Ah right, I'll raise an issue there then. Thanks.

I've opened https://github.com/KhronosGroup/glslang/issues/1680

If Bytes doesn't implement `Extend`, then code like this in the implementation of warp will no longer work: ```rust body.try_concat().await ``` where body is a hyper `Body`, which is a...

What's the status of this issue now? What can I do to help?

+1 for putting the direction indicator after the relation symbol. Regarding the direction indicator, would horizontal arrows (of some style) make more sense or be more likely to be confused...

I would also really appreciate support for (de)serialising `Duration`. But it seems that that type comes from the `time` crate, which is deprecated. What's the situation regarding the dependency on...