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.

get { ... } auto-descriptions do not work on windows

See original GitHub issue

Hi,

strikts feature to display the actual code passed into a get { thisAndThat } is extremely useful. It’s also okay to display the object value as a fallback if the resolver doesn’t produce a result. However, under windows, the resolver fails very often for a simple reason:

FilePeek.kt, lines 30 - 36: Here you check for things like "/out/", but when running under windows, the variable classFilePath contains backslashes (\) instead as separators.

Could you please replace the hard-coded / characters by File.separator to make it work under windows too?

Thanks.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
MartinHaeuslercommented, Jan 31, 2020

You’re absolutely right; I didn’t notice that this class belongs to a different package when I was looking through the code. I’ll forward the issue to that package.

0reactions
MartinHaeuslercommented, Feb 11, 2020

@christophsturm no worries, the PR was just created a couple of hours ago. I reported the windows issue on your repo a while back, and since I got no response I decided to take action on my own. Thanks for releasing the new version!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Captions and Audio Descriptions for PC Multimedia
Audio descriptions are the judicious use of language to describe visual scenes. In a video, they are "extra" descriptions that characterize a ...
Read more >
Turn on or off Audio Description in Windows 10 - iSunshare
Steps to turn on or off Audio Description in Windows 10:​​ Step 1: Press Windows+U to open Ease of Access Center. Step 2:...
Read more >
How do I turn on captions and audio description in my media ...
In the Windows version, select Edit > Preferences > Player Preferences. On the General tab, select "Show closed captions when available". In ...
Read more >
How to Fix Issue with Audio-Description on Netflix After the ...
3. Select Audio and Subtitle Options. 4. Make sure audio-description is turned on for your preferred language, and closed-captions are turned ...
Read more >
Use audio descriptions in iTunes for Windows - Apple Support
Open iTunes for Windows. From the menu bar, click Edit, then choose Preferences. Click Playback. Select Play Audio Descriptions When Available.
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