Dan Fuhry

Results 21 comments of Dan Fuhry

It might be wise to conform to the [Components specification](http://robloach.github.io/component-installer/) for Composer. This will allow the javascript files to be installed in a configurable directory for cases when the `vendor`...

Hi @bogdanvbalan, just following up if you still wanted us to merge this - we just need the CLA signed and then we're good to go. Thank you!

Hi @fossdd, sorry about that, I've pushed it now. Thanks for flagging!

Additionally - I've noticed that unit tests are actually [enforcing this faulty behavior](https://github.com/airbrake/phpbrake/blob/master/tests/ErrorHandlerTest.php#L58-L65). Is this intentional? ```php private function arrangeOnShutdownNotifier() { list($notifier, $handler) = $this->makeHandlerBoundNotifier(); @Troublemaker::echoUndefinedVar(); $handler->onShutdown(); return $notifier; }...

Yes actually - I recently had to bootstrap it again for ubuntu 20.04 / 22.04. The docs are incomplete though. I needed to `make install` debbuild and the separate macros...

Testing notes: I have been using the server wrapper scripts on my personal minecraft setup for several weeks without issue, but I have not had a chance to test the...

Thanks for the feedback! I think having separate configuration files is not only acceptable, but ideal and better aligned with traditional unix design. For me personally, I am managing my...

Hey, I haven't forgotten about this, the week has just gotten away from me with work etc. I should have some time to update this weekend. Thanks again for looking...

We are almost there. Currently having issues achieving both isolation between instances, and correct startup behavior of creating instances on first use. I will probably need to split it into...