Code Monkey home page Code Monkey logo

Comments (8)

inboxnauman avatar inboxnauman commented on July 30, 2024 1

You are right. It Works! Thanks buddy and Keep it up for the best MVC framework in community.

from karma.

SacredSkull avatar SacredSkull commented on July 30, 2024

Yes I saw that but the problem disappeared after some re-runs. I think it's some kind of race-condition; I'll have another look for it. AFAIK that error doesn't even stop the app from working - if you perform (or inspect in a debugger) router.something() it isn't null.

Can you confirm that the rest of the app works/doesn't work?

from karma.

inboxnauman avatar inboxnauman commented on July 30, 2024

The app is unstable :(

from karma.

SacredSkull avatar SacredSkull commented on July 30, 2024

Really strange - I only saw this once and then never again on 2 computers. Looking into it atm!

from karma.

SacredSkull avatar SacredSkull commented on July 30, 2024

Can you try my fork? It should fix this race condition. All you really need to update is the Assets/Lib/Karma/Karma/App.cs file from my repo.

from karma.

inboxnauman avatar inboxnauman commented on July 30, 2024

Worked for me after commenting //context.hideFlags = HideFlags.HideInHierarchy | HideFlags.DontSave | HideFlags.NotEditable;

from karma.

SacredSkull avatar SacredSkull commented on July 30, 2024

HideInHierarchy and NotEditable don't actually do anything as far as Zenject or Karma is concerned - it just hides it from the Unity Editor/Inspector so I doubt that fixed it. The only one it might be is the DontSave flag which I'll have a look at.

from karma.

SacredSkull avatar SacredSkull commented on July 30, 2024

Try changing it to context.hideFlags = HideFlags.HideInHierarchy | HideFlags.NotEditable; instead of commenting it and see if it works but I'm still fairly sure there's a race condition here

from karma.

Related Issues (10)

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.