Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lifeline has wrong length #87

Open
MrCoder opened this issue Nov 20, 2023 · 4 comments
Open

Lifeline has wrong length #87

MrCoder opened this issue Nov 20, 2023 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@MrCoder
Copy link
Collaborator

MrCoder commented Nov 20, 2023

As shown in the below diagram, the Lifeline would have been visible under the participant box if the participant box had a transparent background.
This make it difficult for theme designers to design a them with transparent participant background.

Screenshot 2023-11-20 at 12 28 25 pm
@MrCoder MrCoder added bug Something isn't working good first issue Good for newcomers labels Nov 20, 2023
@bhavik001
Copy link

Hello @MrCoder !
I am interested in working on this issue. Can you please assign me this issue!

@MrCoder
Copy link
Collaborator Author

MrCoder commented Dec 11, 2023

Thank you, @bhavik001. Apologies for overlooking your message. Next time, feel free to proceed without waiting for my assignment. We always welcome a PR at any time.

@bhavik001
Copy link

Hey @MrCoder
I am getting below error while running npx pnpm run dev this command
image

@dyon21
Copy link
Collaborator

dyon21 commented Dec 18, 2023

Hi, @bhavik001
The script in vite.config.js uses a Unix command find so it can't be run in Windows.
We recommend you to use WSL to run the project, otherwise, you can overwrite the script with an alternate to fix the issue:

function getCypressHtmlFiles() {
  const cypressFolder = resolve(__dirname, 'cy');
  let cypressHtmlFiles = [];
  readdirSync(cypressFolder).forEach(file => {
    if(file.endsWith('.html')) cypressHtmlFiles.push(join(cypressFolder,file));
  });
  return cypressHtmlFiles;
}

But you may encounter more incompatibility issues in Windows environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants