mewalig
mewalig
Have you tried `onReset()`? it seems to do what you describe if you are using multiple steps and then `driver.start()`. I would imagine that you could delete your items inside...
am seeing similar issues w bootstrap menu items, with or without animate
Will respond re technical question separately. Re the question of whether we can bug people to incorporate comments into "proper" JSON: I understand that not including comments in the JSON...
Hold your horses please, I said at the top of that response that I would respond to the technical aspect separately
Regarding technical comments: First: "can we simplify"? *absolutely*. I think even the following fairly narrow scope would be immensely useful: 1. Only C++ and C style comments. Or if we...
Re your response: "A helpful response would point to such a standard". Please let me know if you think this point is not already addressed. I've provided a description of...
I think that could be useful if it could convert both ways e.g. A-with-C-comments => B-with-JSON-comments can be reversed back e.g. B-with-JSON-comments => A-with-C-comments (or a filtered version of A)....
ok, I think I understand generally but the specifics in terms of how it would affect input/output are hazy (due to my own limitations). So jq would output all comments...
I see, that sounds interesting... so the schema-lifting functionality would be some sort of limited parser generator that, based on the input grammar (schema), generates a parser on the fly...
That sounds very cool. Out of curiosity, do you already have a syntax in mind for defining the schema or an existing parser generator that you would use?