Jeroen Janssen

Results 43 comments of Jeroen Janssen

Hi, It's not in active maintenance at the moment, but I'll gladly accept any patches ofcourse. As you might know, this module originated during an email thread on the nodejs...

I have not build node-sdlmixer on node 0.10.7 before yet so I'm not sure if it is fully compatible (since there were some native api changes). I will try and...

Ok, I had a look and apparently the libuv async callbacks have changed (i.e. uv_work_cb in the uv_queue_work call changed) compared to what was on 0.6.x. The other thing is...

I have not tested it on 0.6 yet, I suspect it might need to be rewritten to use the libuv api instead of the libev async code. I accept patches...

See http://groups.google.com/group/nodejs/msg/55649bf0499a4159 for my feedback on this.

trying to sum up all needed information together here. # Mac It seems you don't need sudo with brew, the packages are called 'sdl' and 'sdl_mixer' (from https://github.com/mxcl/homebrew/wiki/Installation), the packages...

It seems appveyor does not have the windows 10 fall creator sdk (16299) yet, also looking at https://www.appveyor.com/docs/build-environment/#windows-sdks

We have the same issue, basically the scenario is: * a solution with multiple test projects * output to the same folder * build the solution (with msbuild /m to...

@DarqueWarrior is there anything that we can do to provide (more?) information to help understand the problem?

it looks like [VSTeamVersions]::Packaging = '5.0-preview' at https://github.com/DarqueWarrior/vsteam/blob/master/Source/Public/Set-VSTeamAPIVersion.ps1#L73 might solve this issue