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.

Which libraries are needed

See original GitHub issue

Could you please tell us more about this project?

  • The Readme is a one liner …
  • Just a lot of binarys here, no source(?)
  • not even sure which librarys we need for those dynamic linked stuff

We currently running on build issues:

/tmp/snapshot-tools/mksnapshot-tools/v8-v8.0.426.16/linux-x64/mksnapshot-arm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory

and its almost impossible to find the right libgcc_s.so.1…

Somehow also related to: https://github.com/NativeScript/nativescript-dev-webpack/issues/1026 (security wise)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
darindcommented, Apr 14, 2020

@NathanaelA, in our tests, at least on an iOS device, the timestamp occurs when the file is modified at its present location on the device, which works fine for the cache expiration check.

But for Android those are perfectly valid questions that need to be verified and tested before making code cache the default option in release builds.

1reaction
darindcommented, Apr 14, 2020

@NathanaelA, in iOS we compare the timestamp of the cache file with the timestamp of the corresponding javascript file. And if the javascript file is newer than the cache then obviously this file has been modified and we invalidate the cache file.

And in debug mode we do not use code cache at all because of the frequent changes.

Of course this same approach can be applied in android.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Libraries Do
Today's libraries are more than just books. From teaching critical literacy skills to promoting entrepreneurship and small business development to ...
Read more >
5 React Libraries Every Project Should Use in 2021
There are literally 100s of great React libraries to choose from, but which libraries do you need most for your React projects?
Read more >
Why Are Libraries Essential?
Libraries are portals to all of the world's knowledge. And librarians make sure that knowledge continues to be recorded and saved for the...
Read more >
5 Reasons Why Libraries Are Essential To Have - Princh
1. Libraries maintain history, and more importantly, truth · 2. Libraries offer free educational resources · 3. Libraries help to build ...
Read more >
Top 10 Python Libraries You Must Know In 2023 - Edureka
Top 10 Python Libraries to learn in 2023 are TensorFlow,Scikit-Learn,Numpy,Keras,PyTorch,LightGBM,Eli5,SciPy,Theano,Pandas.
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