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.

Each Command using markup language doesn't read "items" attr

See original GitHub issue

I was using markup language to map list on excel as mentioned in demo, but it was always giving me error that source is null. Then I debugged it and realized that it is not reading items attr from comment. When I set value for items in EachCommand class manually using debugger, then things work fine.

The regex matcher doesn’t consider items as attr, hence it is not adding it in command attr map.

My command: Screenshot from 2022-03-29 16-17-49

Value of items is null

Screenshot from 2022-03-29 16-17-13

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sachin-surya-softcommented, Mar 30, 2022

It worked when I tried editing using MS Excel. Thanks for your support. It would be good if we mention this in documentation that only use MS Excel for editing template, otherwise one would spend too much time in figuring out what went wrong.

0reactions
SoltauFintelcommented, Mar 30, 2022

Yes, please only edit jxls templates with Microsoft Excel. We will check the documentation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Declaring language in HTML - W3C
Quick answer. Always use a language attribute on the html tag to declare the default language of the text in the page. This...
Read more >
lang - HTML: HyperText Markup Language - MDN Web Docs
The lang global attribute helps define the language of an element: the language that non-editable elements are written in, or the language ...
Read more >
What is HTML and How Does Hypertext Markup Language ...
HTML (Hypertext Markup Language) is a text-based approach to describing how content contained within an HTML file is structured. This markup tells a...
Read more >
What Is HTML? Hypertext Markup Language Basics Explained
However, it does not have content nor an end tag. Lastly, every HTML document must start with a <!DOCTYPE> declaration to inform the...
Read more >
Links - Usability & Web Accessibility - Yale University
In that case, a screen reader may only read the link text and not the ... it is very important for them to...
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