Ben

Results 102 comments of Ben
trafficstars

Any plans to take other 3d-formats and export to glTF? (perhaps even visa-versa) My use case is that I would like to serve .stp, .stl and .3mf files to a...

Thanks for the feedback. I can now see the nature of my question better, and see that is probably well out-of-scope of this project.

The idea is about splitting the user and sc-addresses at the type level, and then seperating out the APIs so that you can't for example, transfer funds to a smart...

state-spike can be found on the bootstrap/state-spike branch. It attempts to change the pattern from `fn some_func(&mut self, ...) -> ...;` to `fn some_funct(mut self, ...) -> Self + ...;`...

#3811 compiles and passes. It uses a non-handshaked binding, then turns into an actual binding with the handshake method.

you would want it to retern `Result`, as an error would result in losing ownership of the struct.

Thanks. What do you think about having a table for `[` more spcefically. I'm hesitant to do that for the most part, but there are a lot of comands with...

This is my take. If it seems to strike a chord, I'm happy draft up some changes.

at first I just had `::Output: ArrayLength`, and that was my LEN assosciated type. for context, I'm implementing a read-into-byte-array generic method, but this specific impl is for bits, so...