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.

Test issue to test my github action that will convert code snippets to beautiful images using Carbon.

const test = require('my-test-module')

console.log('Testing my stuff')

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:25 (25 by maintainers)

github_iconTop GitHub Comments

3reactions
callmekatootiecommented, Aug 18, 2020

trying again…


View raw code

function HelloWorld({greeting = "hello", greeted = '"World"', silent = false, onMouseOver,}) {

  if(!greeting){return null};

     // TODO: Don't use random in render
  let num = Math.floor (Math.random() * 1E+7).toString().replace(/\.\d+/ig, "")

  return <div className='HelloWorld' title={`You are visitor number ${ num }`} onMouseOver={onMouseOver}>

    <strong>{ greeting.slice( 0, 1 ).toUpperCase() + greeting.slice(1).toLowerCase() }</strong>
    {greeting.endsWith(",") ? " " : <span style={{color: '\grey'}}>", "</span> }
    <em>
	{ greeted }
	</em>
    { (silent)
      ? "."
      : "!"}

    </div>;

}


outside text

3reactions
callmekatootiecommented, Aug 17, 2020

Moment of truth… Added the final bit - of updating the comment with the image and removing the code block… Let’s see if this works now…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Take a Mental Health Test - MHA Screening
Online screening is one of the quickest and easiest ways to determine whether you are experiencing symptoms of a mental health condition.
Read more >
Tutorial #3 | Issue Types of Xray - YouTube
This series will help learner's to understand the concepts of Xray and allow them to use test management in Jira. This video tutorial...
Read more >
Solved: Jira (Issue type Test) "Status = Done or Accepted"...
Solved: For a Jira issue type = Test , we want to be able to filter the actual executor / "executed by" filed...
Read more >
Test Runs - Confluence Mobile - Xray Documentation
A Test Run is not a Jira issue; it's an Xray internal entity that you can search ... The execution history of a...
Read more >
What if I have a technical issue during my test? - CLEP
If you have technical issues immediately before your test, contact Proctortrack via the Live Chat feature in your Proctortrack account.
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 Hashnode Post

No results found