Josue
Josue
When signed in, hovering over a user's avatar in the banner buttons displays the user name covering the tooltip from `ButtonTooltip`. We can probably display the tooltip **outside** the user's...
We have some issues in Telescope's planet view that cause not displaying images and not processing directives correctly. 
**What happened**: The telescope container crashes (`staging` and `production`) with this error: ```sh > @senecacdot/[email protected] start > node src/backend node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module 'dotenv' Require stack:...
**What happened**: The terminal displaying the build log in the dashboard has a scroll bar, but it seems to be behind something and it can't be used **How to reproduce...
## Description This PR is a fix for #3636. I broke `pnpm-lock.yaml` when I was trying to fix the conflicts after merging #3642. ## Checklist - [x] **Quality**: This PR...
**What would you like to be added**: Apply the changes added to our legacy back-end in #2341 to the `feed-parser` microservice. **Why would you like this to be added**: Telescope...
On Chrome-based browsers, clicking on the embedded canvas that shows the stream (inside of [this div](https://github.com/roerohan/react-vnc/blob/7a58264b3af2ae7d7bf4833aa177247ff67fdad7/src/lib/VncScreen.tsx#L126)) triggers a `mouseleave` event, which is handled by [handleMouseLeave](https://github.com/roerohan/react-vnc/blob/7a58264b3af2ae7d7bf4833aa177247ff67fdad7/src/lib/VncScreen.tsx#L116), and subsequently the div loses...