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.

BCD table should link

See original GitHub issue

Consider https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Browser_compatibility vs. https://d27ve6vvlmvdm0.cloudfront.net/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/#Browser_compatibility (the latter is a sample build of Project Milton and will disappear in about 30 days I think)

On developer.mozilla.org most words in the left-most column are links. E.g. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getDate But some are not. E.g. parse: ISO 8601 format

Is there a mdn_url property we can simply use to do something like:

{row.mdn_url ? <Link to={row.mdn_url}>{row.short_title}</Link> : <span>{row.short_title}</span>}

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
peterbecommented, Nov 20, 2019

Actually, I think you can cp cli/syntax-highligher.js cli/browser-compatibility-table.js and remove the Prism stuff. And wherever syntax highligting is mentioned in cli/index.js you copy that for this other functionality. We can debate the exact naming of functions and files when you have a PR. No rush.

0reactions
peterbecommented, Nov 21, 2019

I think it’s OK for stumptown-renderer to mutate this (although presumably eventually, it would be OK to use the original value?).

Well, then it would break links when you’re on a stage build (or PR build or whatever we end up calling it)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Binary Coded Decimal or BCD Numbering System
Electronics Tutorial about the Binary Coded Decimal or the BCD numbering system where 4 bit binary numbers can hold a single denary digit....
Read more >
What is Binary Coded Decimal (BCD) and How is it ... - YouTube
When we use a table to explain and expand out the weighted values, using 16 bits, we can convert the decimal numbers into...
Read more >
BCD Codes (Binary Coded Decimal Codes) Explained
BCD Codes (Binary Coded Decimal Codes) Explained. Watch later. Share. Copy link. Info. Shopping. Tap to unmute.
Read more >
What is BCD in Digital Electronics & How is it Used?
In this article, we will learn about BCD, Binary Coded Decimal, which offers relative ease of conversion between machine-readable and ...
Read more >
Digital Electronics - Binary Coded Decimal
After studying this section, you should be able to: Understand binary coded decimal. • 4 bit BCD codes. • Converting between binary and...
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