Nigel Gilbert

Results 10 comments of Nigel Gilbert

I also encountered this problem and wrote a component to deal with it. Essentially what this does is to wrap each node in an A-Frame ``, which makes dealing with...

Thank you for this very helpful explanation. Although I see the labels before entering VR mode, I don't see then in VR mode. However, this may be because I am...

Line 18179 of vis-network/esnext/esm/vis-network.js

The following might be neater: Replace lines 18179 - 18182 in vis-network/esnext/esm/vis-network.js : ``` const previousSelection = { nodes: selectionChanges.nodes.previous, edges: selectionChanges.edges.previous, }; ``` with ``` const previousSelection = {...

Apologies - I had intended to assign this issue to myself, but it seems that this is not something I can do.

Yes, AFAIK, that would also be a good way of doing it - and I agree that documentation would be very helpful. I've added some hints for apache in the...

Could this PR be merged, please? Or let us know why not.

Following this advice (see also https://github.com/parcel-bundler/parcel/issues/9179), I changed to using the terser optimiser. Is there an update of the swc minifier? Should I now revert to using the swc minifier?

Further investigation shows that the error is generated in the parcel helper file `bundle-url.js` by: ``` // TODO: Replace uses with `new URL(url).origin` when ie11 is no longer supported. function...