David Woodward

Results 12 comments of David Woodward

+1, this feature would also be useful for my project

I see. Yes support for stack weight-based and x number of boxes of the same type would be very helpful. I appreciate all the work you've done on this. *if...

@skjolber Any update on this? Basically having stack constraints where box stacking can be enabled, disabled, or enabled but only "with like" (on top of a box with the same...

I'm working on a 3d web editor, I was hoping to have a rich numeric text box (similar to how the Unity editor does it). But it looks like I...

It's more of a text field that parses the input as the user types, and evaluates in realtime. Here's a screenshot, but best if you can play around with it...

It's a text input, that resolves to a number

+1 seeing this as well ```json "status": { "anyOf": [ { "type": "string", "const": "CREATED_NOT_STARTED" }, { "type": "string", "const": "IN_PROGRESS" }, { "type": "string", "const": "COMPLETED" }, { "type":...