Joe Pea

Results 1860 comments of Joe Pea

@copilot Please continue porting the Stub/Definition-Only members of the High Priority items, making sure each implemented member is unit tested.

@copilot merge `main` into this `WebGLRenderer` branch and resolve the conflicts. Then Continue this working porting over the `WebGLRenderer` from Three.js r125 (0.125.0 on npm). Please feel free to look...

We can achieve this as a non-breaking change, behind a new option. Adding to the 4.x project board for tracking.

More examples from the showcase that look bad in smaller windows: ![navbar-covers-sidebar](https://user-images.githubusercontent.com/297678/86548934-05b06c80-bef3-11ea-8f66-c2b1728d0631.png) ![Screenshot from 2020-07-05 18-54-26](https://user-images.githubusercontent.com/297678/86548940-06e19980-bef3-11ea-943f-ab724355d315.png)

Here's a good example of tabs in the sidebar, in the Three.js docs: https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene It works really well there.

I currently have "docs" and "examples" in my sidebar, as two lists stacked on top of each other, but it takes up much space. I like the separation of docs...

Yeah, that's what I'm observing in devtools. You can do that like this: - go to the Elements tab in devtools. - find the `` - expand it so you...

> sidebar should highlight the expandables. :+1: That can be done without refreshing the sidebar.

Thanks for the idea! I thought this could be helpful too. We're working in testing infra now, and we'll circle back to the good ideas after that's in place and...

Yeah, those issues are similar. I think perhaps, to make this a non-breaking change, we can introduce these hooks for sidebar: `sidebarBeforeEach`, `sidebarAfterEach`, `sidebarDoneEach`. And for navbar we can add:...