Dušan Maliarik
Dušan Maliarik
I believe this is something that can be handled by a `merge` operation. `extend` is surely confusing and hugely overloaded term.
Sorry I have no idea how to use OCaml or Opam. Just tried to install the tool. Thank you
I'm trying to build this against Qt 6 (6.2.3), but I have both Qt 6 and Qt 5 on my system, which I believe is common as there are apps...
Now we're getting somewhere, so the way this works in this distro, at this moment, is that `qmake` refers to Qt 5 qmake, and `qmake6` refers to Qt 6 qmake....
I volunteer to do the refactoring if you like the idea.
Multiple contexts is a no-brainer, even though in most cases you deal with just one, you can nest `binding` forms and it will always do the right, intuitive thing. It...
afaik, the library closely mirrors COLLADA data types, so adding these should be quite straightforward, have a look how geometry is wired (for instance) and follow that with kinematics types.
well, it's common to start with some use cases, how You would like to work with that? what API would suite the clients of this library and so on. I...
That's new to me as well, can you point at the relevant part of the spec? Is it new to 1.5?
Relevant question about text nodes http://stackoverflow.com/questions/12286975/when-working-with-text-nodes-should-i-use-the-data-nodevalue-textcontent I haven't seen `wholeText` used before, it looks like DOM Level 3 property. As said, it's usage didn't yield expected results, and I don't...