Mathias Westerdahl

Results 224 comments of Mathias Westerdahl

Ofc, this complicates things a bit given that the group name is not explicitly used in the macros, but simply passed along with the variable arguments.

Yeah, I guess that's what I'll end up doing (the naming convention). Feels like the least hassle.

All properties will still have that prefix when presented in the Html page? (unless I'm mistaken?) I think the easiest for me is to somehow add my own versions of...

That is true, and I think if I need to change the source anyways, modifying the "QueueAddToStringTable" part might be the easiest.

For those interested, here's the patch that I apply each time I now update the Remotery.c. (I prefix our properties `rmtp_`): ```patch diff --git a/engine/dlib/src/remotery/Remotery.c b/engine/dlib/src/remotery/Remotery.c index 7514d8d84..b6f01e46f 100644 ---...

I think for this ticket, it's good enough to show integers without the decimals.

Sorry, I missed this thread. Moved my post upon request. Might be a lot of overlap with previous comments: I wanted to create a small threaded test to run it...

What's confusing to me is that the header font looks a lot more crisp. Is that the same font? The S's look diffferent to me, so I guess not?

Sorry, I couldn't get the font atlas generator to produce a Fira Code atlas (or Fira Sans of any kind). Yes, if the atlas is problematic to start with, it...

Thanks! That's good to know, and it does indeed sound a bit complex. I've mentioned another approach earlier, by "manually" adding info to remotery (if possible) (See https://github.com/Celtoys/Remotery/issues/193). E.g. sending...