Lucas Kent

Results 205 comments of Lucas Kent

Everything in PF Sandbox is done, just need gilrs to support DInput on windows.

Moving platforms shouldnt be touched until we have scripting. Platforms were reworked to include angled platforms. Still need to add wall and ceiling collisions.

A treeflection command on ActionFrame to set the ecb points to the furthest point that the hurtboxes reach would be handy.

https://gafferongames.com/post/floating_point_determinism/ Looks like this is something that will need to be handled

Hi, this PR added a dependency for zerocopy 0.6, can the project update to zerocopy 0.7 ? Most projects are already on 0.7 so this has added a new dependency...

Hmm I was able to just use other crates for VarInt because its a common encoding: https://docs.rs/integer-encoding/latest/integer_encoding/trait.VarInt.html So if making them public is a problem for maintainability dont worry about...

I believe this is closed by https://github.com/tychedelia/kafka-protocol-rs/pull/70

I believe this can be closed due to PR #44 Please reopen if I've misunderstood.

I've been working with russh today and I think it's worth noting that the handler trait is optional. By default it uses channel receivers similar to makiko. if a method...

I'm trying to replace a system where I pipe stdout to/from `dd` over ssh to transfer files. It takes about 2-3s to transfer a 1MB file that way. Trying a...