Giter Club home page Giter Club logo

Comments (10)

schaermu avatar schaermu commented on September 18, 2024

Are you talking about https://github.com/schaermu/node-fluent-ffmpeg/blob/master/lib/extensions.js#L1-8 ? If so, don't worry: that one's a thorn in my side since i implemented it. I'm currently thinking about a major refactoring anyways.

from node-fluent-ffmpeg.

petersondrew avatar petersondrew commented on September 18, 2024

@schaermu Yup, that's exactly what I'm referring to :-)
Any idea when you might get around to it? I'm not currently working on the project I'm using this for at the moment, but if you won't have time for a while I might put in some effort to properly namespace things and whatnot when I do get back to it.

from node-fluent-ffmpeg.

schaermu avatar schaermu commented on September 18, 2024

Well, feel free to fork it and start the namespacing awesomeness :) Would really appreciate it, i don't really know when i can start doing it.

from node-fluent-ffmpeg.

MeanwhileMedia avatar MeanwhileMedia commented on September 18, 2024

Also in extensions.js:

Object.prototype.gcd = function(a, b) {
  while (a != 0) {
    var z = b % a;
    b = a;
    a = z;
  }
  return b;
}

Causes socket.io to crash the server upon client disconnect. Had me banging my head against the wall for days.

from node-fluent-ffmpeg.

franck34 avatar franck34 commented on September 18, 2024

Same for faye module

from node-fluent-ffmpeg.

tomasikp avatar tomasikp commented on September 18, 2024

@schaermu I believe that this is what caused db-mysql to throw up all over itself for me.

FYI: terminate called after throwing an instance of 'node_db::Exception'
what(): Objects can't be converted to a SQL value

https://github.com/mariano/node-db-mysql

from node-fluent-ffmpeg.

peny avatar peny commented on September 18, 2024

mongoose crashes too.

from node-fluent-ffmpeg.

schaermu avatar schaermu commented on September 18, 2024

should be fixed on the latest npm (version 1.0.1)

from node-fluent-ffmpeg.

tomasikp avatar tomasikp commented on September 18, 2024

I will test now

from node-fluent-ffmpeg.

schaermu avatar schaermu commented on September 18, 2024

Should be resolved by now

from node-fluent-ffmpeg.

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.