Michael Gorham
Michael Gorham
👍 This PR would give us the ability to apply different styles to different Mention types and add Tooltips. Note Slack's UI ... 
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: 