Bill Quith

Results 89 comments of Bill Quith

Yes, this would be nice. Times may want to be in local time as UTC won't shift for daylight saving and you may want to run something after the working...

This is a great app but unusable in dark mode! Literally cannot read text. Please fix!

I'm using Ponder to try and expose useful attributes and functions in video game code. I'm hoping to use this for Lua binding, serialisation, and editing. Perhaps this could yield...

@iwbnwif I don't know about the scope of your project etc. Sometimes choosing a different language can solve the problem, perhaps one with these features already. On small projects an...

@iwbnwif > I am not sure I understand this (still learning lots), but are you saying the properties are set during definition, but methods can be added afterwards? If you...

I think this is probably a problem with Ponder not supporting smart pointers. Related to #41. I'd suggest just using normal ones until I get round to looking at this...

The example is from the CAMP code. I haven't used/tested it. I've created an "example inserter" for the docs, so that the examples get compiled to check they work, but...

Well it's looking for `'(const ponder::String)'` so maybe try that. (I haven't used this feature)

Well it looks like an uninitialised Value may have been passed to the visitor.

I think perhaps you are trying to extend the functionality of Ponder when you can use the existing functionality and use a slightly different approach. ``` cpp template struct PodArray...