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.

Expose getLineAndColumn?

See original GitHub issue

We are exposing util.getLineAndColumnMessage() in the Interval instances, but I think it would be useful to expose util.getLineAndColumn() as well. I can prepare a PR if necessary. Thoughts?

https://github.com/harc/ohm/blob/f0a893440a151aa04952ac15bd8d7f4b4b824aca/ohm-js/src/Interval.js#L52-L55

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
stagascommented, Jan 14, 2021

Hey thank you for the great project! I’m definitely feeling the Ohm vibe knowing that my syntax is logically proved 😄

0reactions
pdubroycommented, Jan 14, 2021

Perfect, then I’m totally happy with this! I appreciate the examples btw — I tried to find some but couldn’t find / think of any.

Thanks again for the contribution, and for the productive discussion too 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reading a file with getline function, but first column appears ...
I'm trying to read a file and write the data I read into a structure. With the getline function ...
Read more >
Expose line number and column from JsonReader · Issue #889
My use case is that I need to know the line number and column numbers of different parts of a JSON document. I...
Read more >
How to get line and column values from screen coordinates - VS2017
I am working on a Visual Studio extension and need a way to convert screen coordinates to the line and column values for...
Read more >
Applying function to first column and inserting it as second
The line cmd | getline path executes the command cmd and reads the output into variable path . The command is not closed...
Read more >
Reading And Writing CSV Files With C++ - GormAnalysis
We'll start by creating a simple CSV file with one column of integer data. ... Extract the first line in the file std::getline(myFile, ......
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