Josue

Results 8 issues of 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...

type: bug
area: front-end
area: css styling

We have some issues in Telescope's planet view that cause not displaying images and not processing directives correctly. ![image](https://user-images.githubusercontent.com/23108901/168443123-dcf14229-3a6b-4791-ab4f-4f424d8c658e.png)

type: bug

**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:...

type: bug

**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...

type: bug
area: dashboard

## 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...

dependencies
hacktoberfest-accepted

**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...

dependencies
area: microservices

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...

bug
help wanted