bright-tools

Results 24 comments of bright-tools

Using "a" looks broken on PHP 7.2 running on Windows. Quick test script: ``` ``` Running this yields: ``` Err:Out: ``` Changing the 'a' to an 'w' & re-running provides...

@dregad As you say, not surprising based on the docs. I was just doing a quick experiment to see what the actual behaviour was (seems to be that the stream...

Thanks for the suggestion; it was one of the options which I looked at, but the [PHP manual](http://php.net/manual/en/function.stream-get-meta-data.php) says of `unread_bytes`, > Note: You shouldn't use this value in a...

[This is my attempt](https://github.com/bright-tools/source-integration/commits/iss_259_read_streams) to address the issue in a platform independent way. The main idea is to get rid of `stream_get_contents` completely and [replace it](https://github.com/bright-tools/source-integration/commit/c9b634db7cfb55461aea43811365700e4581f465) It seemed to work...

@samtuke I take your point. I'll try and write something up over the next week or so.

No problem, I know how it is :-) Glad that you'd consider accepting the pull request - we previously used ScmBug for this kind of checking, but unfortunately it doesn't...

The `bug_resolve()` API function handles e-mail notifications (and twitter), however source integration assigns the status of the bug directly rather than using this API. I'll take a look at what's...

@degrad, the change to address this and #80 are both in the same area. If you can let me know whether you're happy to merge #80 or not, I'll base...

@dregad Would you mind taking a quick look at https://github.com/bright-tools/source-integration/tree/iss22 ? I've not yet tested it, but I'd like your opinion on whether you're satisfied with the approach. Cheers!