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.

Message path autocomplete suggestions are not useful in some cases

See original GitHub issue

Description The message path autcomplete suggestions in this file are not useful and lead to empty plots

  • Version: 1.2.0
  • OS: macOS

Steps To Reproduce

  1. Load this mcap file into studio
  2. Create a plot panel
  3. Select one of the suggested plot paths like /base_footprint.transforms[:]{child_frame_id==0}.transform.rotation.y

test.mcap.zip

Current Experience The suggested paths result in empty plots.

Desired Experience In this case studio should suggest something that will actually result in a useful plot like:

/base_footprint.transforms[:]{child_frame_id=='base_footprint'}.transform.rotation.y

or

/base_footprint.transforms[:].transform.rotation.y

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jhurlimancommented, Mar 15, 2022

Changing to a bug since child_frame_id can never match against 0

0reactions
defunctzombiecommented, Apr 4, 2022

We need to take the type into account for the autocomplete suggestion.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flutter autocomplete suggestions not working #5978 - GitHub
My autocomplete suggestions just stopped working. As an example, none of the widgets show inside suggestions window when I start typing, ...
Read more >
VSCode not suggesting and autocompleting java code
This problem might occur if you're using an older version of Java (below 11). · Open VScode and go to Preferences -> Settings...
Read more >
AutoComplete not working correctly - Outlook - Microsoft Learn
In Outlook, select File > Options. · Select the Mail tab. · Scroll roughly halfway down until you see Send messages. · If...
Read more >
What are predictive search and autocomplete? - Algolia
Optimize your suggestions. Autocomplete is only helpful if the suggestions are relevant. The suggestions should be based on a number of factors ...
Read more >
Fortls installation & Autocomplete Suggestions
How do I know fortls is being used by VS code? Also, I have a problem with the autocomplete suggestions (It might be...
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