Bryan Turner

Results 40 comments of Bryan Turner

@Pistahh, I won't say I'm _happy_ to take the lumps for this, but I'll do so regardless. 2.5 introduced a change that moved some processing off of Bitbucket Server's event...

I've opened #72 with a workaround for this issue.

@monitorjbl Fixing this may be a little complicated if you want to retain compatibility with Bitbucket Server 4.8-4.12. 4.13 introduced a new `FileEditRequestedEvent` which can be used to block file...

I'm the principal developer for Bitbucket Server. It appears there's some confusion here between all parties as to what's going on, so I'd like to try and clarify some details...

Re: using 128K as the limit, I don't thing we need to super prescriptive here in the library. To some extent, I'm a bit inclined to just let the caller...

2.0.4 will add `Automatic-Module-Name` to the manifest, which should get you at least part of the way there. I'll need to do a little more investigation on what my options...

Thanks for the detailed report, @skissane. I'll see if I can work up a fix for this. I'm not sure what @brettwooldridge's aspirations are in terms of the supported version...

Sorry for the very long delay in responding to this pull request. As was explained (by a helpful developer) on pull request #109, the change here sets the syscall to...

> What are your thoughts on explicitly freeing the per process EpollEvent on call to onExit()? For this review, I'd leave it out. Synchronization brings in its own costs that...

> fwiw: doing some simple testing also not seeing the benefit of polling 20 > instead of 1 event. I do consistently see 2 events queried. But anyway, for >...