question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Programming Exercise shows wrong preview

See original GitHub issue

Describe the bug

The description field for programming exercises doesn’t show the correct preview in the following two cases:

  • 1. Bug
To Reproduce:

Enter the following markdown

# Test
1. [task][Task Short Description](testCaseName){hintId1, hintId2}
2. [task][Task Short Description](testCaseName){hintId1, hintId2}
Result:

image

Expected behavior:

Two distinct lines.


  • 2. Bug
To Reproduce:

Enter a long list of tasks

Result:

image

Expected behavior:

Banner shouldn’t be transparent.

Environment

 - OS: Debian Buster
 - Browser: Mozilla Firefox
 - Version: 60.9.0esr (64-bit)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Garfield96commented, Oct 24, 2019

Concerning 1:

I don’t think that there is a use case for two equivalent tasks. However, I try to report all bugs.

Concerning 2:

In the current version 3.8.6 of Artemis, this bug is still present. Markdown:

### Tests

#### Allgemein

1. [task][Kompilieren](TestCompile)
2. [task][0 als Eingabe](TestInput_0)
3. [task][1 als Eingabe](TestInput_1)
4. [task][5 als Eingabe](TestInput_5)
5. [task][7 als Eingabe](TestInput_7)
6. [task][10 als Eingabe](TestInput_10)
7. [task][Zufällige Eingaben](TestInputRandom_0, TestInputRandom_1, TestInputRandom_2, TestInputRandom_3, TestInputRandom_4)

#### Adress Sanitizer
1. [task][Adress Sanitizer Kompilieren](TestCompileASan)
2. [task][Adress Sanitizer 1 als Eingabe](TestInputASan_1)
3. [task][Adress Sanitizer 5 als Eingabe](TestInputASan_5)

#### Leak Sanitizer
1. [task][Leak Sanitizer Kompilieren](TestCompileLeak)
2. [task][Leak Sanitizer 1 als Eingabe](TestInputLSan_1)
3. [task][Leak Sanitizer 5 als Eingabe](TestInputLSan_5)

#### Adress Sanitizer
1. [task][Undefined Behaviour Sanitizer Kompilieren](TestCompileUBSan)
2. [task][Undefined Behaviour Sanitizer 1 als Eingabe](TestInputUBSan_1)
3. [task][Undefined Behaviour Sanitizer 5 als Eingabe](TestInputUBSan_5)

Result: image

0reactions
madwaucommented, Jan 7, 2020

I think we agreed that bug 1 does not occur in normal use cases and is therefore not a priority.

Bug 2 has been fixed in #1102.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SwiftUI previews stopped working e… | Apple Developer Forums
Reinstalling the simulator didn't seem to work, and the crash logs still show that it's using a device I deleted. Are the SwiftUI...
Read more >
foundations-of-fitness-programming-quiz-preview.pdf
Designing Individualized Fitness Programs. 6. 1. Consultation and Discussion of Goals. 6. 2. Evaluate Health History Forms and Perform a Fitness Assessment.
Read more >
Java Basics Exercises - Java Programming Tutorial
The following program computes and prints the factorial of n ( =1*2*3*...*n ). The program, however, has a logical error and produce a...
Read more >
Exercise programs - Better Health Channel
Exercise programs are popular. There are gyms and other fitness providers with many different types of classes, exercise routines and equipment, catering to ......
Read more >
Gophercises - Coding exercises for budding gophers
Preview image. Exercise Details & Source Code. Create a program to run timed quizes via the command line. Topics. strings channels goroutines flags...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found