Tako Schotanus
Tako Schotanus
Well yes, there is, I'm currently using `ReactDOM.findDOMNode()` to get the underlying DOM element and just ask for it's bounds directly using plain DOM + JS. It means not using...
Glad you like PlayoVR! And thanks for opening this issue because it's indeed something I need to look into. Those scripts used to work but I must have broken them...
Yeah, that's actually one of the features of the NetworkObject: https://github.com/quintesse/PlayoVR#about-parent-option, it not only handles movement but also any reparenting that happens. And any object that is made a child...
Yes, that only gets updated once JBang checks for a new version (which you can force by running `jbang version -- check` IIRC)
This is an old issue so I'm sure you figured it out by now, but perhaps this can help others because I had the same problem and it took me...
> am i blind? dont see a question? @maxandersen here https://github.com/jbangdev/jbang/pull/1716/commits/c1056d6d4c49845ec1cad05121407d81ed204976#diff-64a760dbb76590786d34adfa898d9afebcbf8a16f6cb43e388bc4fdd50e9983eR128
Sure: 1. it only works for catalogs found on your file system, it doesn't work for remote catalogs. Or in other words you _must_ at some point have used an...
I've updated the code to prioritize local catalogs over imported catalog refs. Still need to fix an integration test though.
@maxandersen this is now in a testable state again. It won't show aliases/templates recursively anymore. And you can now also do things like `jbang catalog add microsoft@jbanghub` (you could do...
> not sure if this is expecte: ... > result in duplicated catalog list - one from the first one then the other set. > > `jbang catalog remove jbanghub`...