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.

Tighten KTX version dependency

See original GitHub issue

The CLI tool should verify that the installed KTX-Software is not outdated by checking the output of toktx --version.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
lexaknyazevcommented, Apr 7, 2021

v4.0.0-rc1~6 refers to the exact commit that affected tools/toktx git path with v4.0.0-rc1 being the version tag and ~6 subtracting six commits back from it. We should just ignore the last part here.

0reactions
donmccurdycommented, May 14, 2021

I see, thanks – I suppose there’s no guarantee that a local build (possibly with edits) will be compatible with glTF-Transform in any case. So I’ll stick to the current checks, and just warn rather than throwing an error if the version isn’t within the expected range.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android KTX | Android Developers
To start using Android KTX, add the following dependency to your project's build.gradle file: ... Remember to append the version number to the...
Read more >
Android Library seems to loose some informations upon ...
Android Library seems to loose some informations upon compilation ... is the method present and i have no dependency version conflict. if i ......
Read more >
Android dependency 'androidx.core:core' has different version ...
Android dependency 'androidx.core:core' has different version for the compile (1.0.0) and runtime (1.0.1) classpath. You should manually set the same version ...
Read more >
Add a map to your Android app (Kotlin) - Google Developers
Add Google Maps dependency ... <?xml version="1.0" encoding="utf-8"?> ... Include KTX dependencies in your app-level build.gradle file.
Read more >
Android KTX - Viblo
Bạn phải thêm dependencies tương ứng với các version vào file build.gradle trong app. Android KTX chứa một single core module, nó cung...
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