Shuhei Tanuma

Results 70 comments of Shuhei Tanuma

probably you use latest libgit2, don't you? for now, can you use 2218fd57a50ceb851cb131939bf0747e072e40f6 instead of latest development branch? I'll fix that problem when libgit2 released next version.

Not yet. I'll plan to add diff API.

sorry for late response. my job is killing me :shipit: I'll take a look into this feature in this week end.

I've added `Git2\Repository::diff($tree1, $tree2)` feature. you can parse this output easily. > If I knew what I was doing with C PHP I could do it, but sadly I have...

@jacobsologub regarding VP9 packetizer, it's not using the current MediaHandler's API, but I think the next commit could be a reference. https://github.com/paullouisageneau/libdatachannel/compare/master...chobie:libdatachannel:vp8_vp9#diff-89f993916bb1675b6754adf38ed6a63a5ed9a921589e98a10948ebce4e5c9335R18 this commit only implements 2 byte descriptor. but...

maybe this will solve when I update libuv version as `uv_fs_*` functions does not set error code. I will check in the 2nd week of February this problem. Thanks

uv_queue_work works correctly. but this callback run on another thread. so probably callback breaks PHP's buffering data in that case.

Hi Jim, you can use `uv_timer_start` and `uv_timer_stop` https://github.com/chobie/php-uv#void-uv_timer_startresource-timer-long-timeout-long-repeat-callable-callback

hmm, it's strange. I've tested php-uv on Ubuntu 11.04 64bit box but I didn't meet the error. `clock_gettime` depends librt and I specified it in config.m4. https://github.com/chobie/php-uv/blob/master/config.m4#L71 for now, can...