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.

Examples: Problems with converting timeliner_gui to a module.

See original GitHub issue

timeliner_gui is one of the last libs in examples which is not yet available as a module. I’ve tried to convert it today but encountered many runtime errors. After some investigations it turned out that the code in timeliner_gui is not compatible with strict mode. Meaning you can reproduce the same runtime errors by adding 'use strict'; at the top of js/libs/timeliner_gui.min.js.

Since ES6 modules are always in strict mode, I see no obvious approach to convert the library to a module. Unfortunately, it also seems that the project is not maintained anymore.

Should we remove timeliner_gui.js and misc_animation_authoring.html from the repo?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
zz85commented, May 21, 2020

just a little update, I managed to get timeliner fully migrated to es modules. however I noticed that my internals and apis have diverged from the timeliner gui used in three.js example and so I’ll be planning to add a little compatibility layer for it. hopefully, something that can be done in the next week.

2reactions
zz85commented, May 12, 2020

ah this looks like @tschw’s fork of the timeliner project. i could take a shot at reliving and modularising my timeliner version again, and see the example could be converted. i’m also cool if there’s a desire to remove example for improved maintainability

Read more comments on GitHub >

github_iconTop Results From Across the Web

1.6 Unit Conversion Word Problems – Intermediate Algebra
1.6 Unit Conversion Word Problems. One application of rational expressions deals with converting units. Units of measure can be converted by multiplying ...
Read more >
Unit conversions and problem solving with metric measurement
"Module 2 focuses on length, mass, and capacity in the metric system where place value serves as a natural guide for moving between...
Read more >
Cancelling / Converting Units - Purplemath
Explains how to convert measurements from one form (such as "feet per second") to another form (such ... What are some examples of...
Read more >
Module equations. Modules - Math10
Problem 1 Solve the equation: A) |x| = 5. B) |3x + 4| = 7. C) |1 / 3x + 4| = 0....
Read more >
Converting Static Modules to Dynamic Modules - NGINX
A new configure option has been created to add a module as a dynamic module. Instead of using --add-module you use --add-dynamic-module ....
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