DaftPoint / StarUML.Teamwork

MIT License
29 stars 8 forks source link

StarUML to git integration is non responsive #13

Open ankitkhareny opened 6 years ago

ankitkhareny commented 6 years ago

Hi ,

I have configure the starUML as per the documentation however the screen is not responsive and nothing happens , attaching the screen capture . the window just remain like in screen capture .

screen shot 2018-01-17 at 12 56 11

I

ankitkhareny commented 6 years ago

Hi ,

I was looking at the debug logs I was able to isolate the error , it has somethimg to do with reading a git files

file name : api-builtin.js line number : 1702

Zlib.RawInflate.prototype.readCodeByTable = function(a) { for(var b = this.bitsbuf, c = this.bitsbuflen, d = this.input, e = this.ip, f = a[0], a = a[1], g;c < a;) { g = d[e++]; if(void 0 === g) { throw Error("input buffer is broken"); } b |= g << c; c += 8 }

korridor commented 6 years ago

I have the same problem.