Alessandro Bianco
Alessandro Bianco
Added option to use simple filenames and replace unicode characters with their ASCII equivalent. WHY: when sharing a disk between a linux machine running SB and a windows machine, for...
Just found the project and can't wait to use it to resolve some nasty dependency issues but i'd like to know which version of haxe is packed with the each...
Streams are not clearing some object created every time a then() is called on them, leaving 2 Promises 1 Deferred and 1 Stream in memory, even after calling detachStream or...
I call that a quantum promise... Consider this scenario: ``` var d1 = new Deferred(); var d2 = new Deferred(); var d3 = new Deferred(); var p1 = d1.promise(); var...