Giter Site home page Giter Site logo

Comments (4)

rawcreative avatar rawcreative commented on September 13, 2024

Just pushed an update to fix the sounds issue, however the Task command is not set up to handle multiple tasks at once. Only one can be created/run at a time presently, and unless someone wants to write a thread safe queuing system for concurrent/asynchronous tasks, it's probably not going to happen anytime soon (I simply don't have the time right now). It would be much easier to implement if javascriptcore allowed for constructors in JS, but they don't currently work, which means some other method would need to be used to mimic a factory pattern so that managing the tasks wouldn't be a nightmare or full of potential memory leaks.

from macgap2.

jeff-h avatar jeff-h commented on September 13, 2024

Awesome, thanks for the Sound fix!

It looks like the JS constructors issue has been fixed last year (see https://bugs.webkit.org/show_bug.cgi?id=123380) but I'm guessing we can't guarantee that everyone on OS X 10.9 has the fixed webkit?

from macgap2.

rawcreative avatar rawcreative commented on September 13, 2024

Yeah it’s been fixed in webkit but still hasn’t made it into javascriptcore.. I haven’t installed 10.10 yet (waiting for DP3) so it’s possible it’s in there now, but even if it was, we’d have to bump the minimum version to 10.10 for MG if we wanted to use it.

On Jun 29, 2014, at 10:32 PM, jeff-h [email protected] wrote:

Awesome, thanks for the Sound fix!

It looks like the JS constructors issue has been fixed last year (see https://bugs.webkit.org/show_bug.cgi?id=123380) but I'm guessing we can't guarantee that everyone on OS X 10.9 has the fixed webkit?


Reply to this email directly or view it on GitHub.

from macgap2.

jeff-h avatar jeff-h commented on September 13, 2024

Darn! It would indeed have been nice to use it. I don't think we want a 10.10 minimum :(

from macgap2.

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.