Giter Site home page Giter Site logo

Comments (5)

neodigm avatar neodigm commented on June 22, 2024 1

Reconsider this. Perhaps make it N55 specific. Meaning, conditionally use setTimeoutN55() within the N55 components. This would negate compatibility risks.

from neodigm55.

neodigm avatar neodigm commented on June 22, 2024 1

Update: Turning on Feature Flag, however the components that make use of it will be limited.
Using the setTimeoutN55() idea and it seems to work.
Adding some debug level logging.
Documentation, will be just a comment in the architecture overview.

from neodigm55.

arcanus55 avatar arcanus55 commented on June 22, 2024

Behind a feature flag. I imagine, off by default?

from neodigm55.

neodigm avatar neodigm commented on June 22, 2024

This is complete in v2.5. This logic has been integrated into the NeodigmMetronome init method.

Usage: Turn on feature flag.

<script>
let neodigmOptCustom = {  neodigmWWInterval:true }
</script>

from neodigm55.

neodigm avatar neodigm commented on June 22, 2024

This issue is resolved in v3.0 (Toast Only - setTimeout Only)
Feature flag is true by default

<script>
// Turn on Feature Flag
// Turn  on debugger to verify | neodigmOpt.N55_DEBUG_lOG = true 
let neodigmOptCustom = {  neodigmWWInterval:true }
// Verify by neodigmToast.q("If this Toast goes away, it is working", "brand")
</script>

from neodigm55.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.