Spencer Judge

Results 93 comments of Spencer Judge

Thanks! That definitely helps. I'll see about using the hash-less version with the port for scrolling, that seems pretty reasonable. Might be worth putting some of this into the docs...

I'll chip in here and say this struck me as a bit painful too. I understand the philosophy, but given that File Colors is enabled by default, probably makes sense...

I want to add some additional tests but I think this is ready for review

@dtolnay Thanks a lot for that sample code! Works great. I do understand the logic behind why it shows up as null, but it still might be nice to have...

I would expect to find it in here https://serde.rs/enum-representations.html I think, perhaps called out in the **Untagged** section, by mentioning empty variants specifically.

Right now I'm basically just fixing certain font sizes to a certain size in world units, so I have a known mapping of font-size -> meters, more or less, determined...

That's very close to what I mean - but the problem only shows up when you're positioning stuff relatively. I need the text to stay positioned relative to the rest...

@isislovecruft I figured that wanting to avoid extra copies in memory was probably the reason. I can't think of any really great mechanism for that, besides maybe not actually implementing...

@ghstahl This should be fixed by #436 - give it a shot and let us know

@hungcs If you happen to have some minimal sample code that reproduces the issue that would be much appreciated