Michael Gorham

Results 4 comments of Michael Gorham

👍 This PR would give us the ability to apply different styles to different Mention types and add Tooltips. Note Slack's UI ... ![image](https://user-images.githubusercontent.com/1077290/168951727-d0d4e470-6200-4e18-8c2a-7253f32348f4.png)

For what it's worth, I found this kludgy workaround ... ``` myGlobe.controls().domElement.addEventListener('wheel', function (event) { myGlobe.pointOfView({altitude: myGlobe.pointOfView().altitude + event.deltaY / 1000}) }) ```

@cogscides I got langflow working w/ Docker and nginx locally (VirtualBox Ubuntu VM hosted on win11; containers are running on Ubuntu) It requires a code change in `langflow/backend/langflow_backend/__main__.py` (Docker cannot...

disregard my post 😳 just saw this update: ![image](https://user-images.githubusercontent.com/1077290/225774010-b10eb200-a931-4c96-a170-1d267a920bd4.png)