Bilge
Bilge
Presently all units are displayed in kilobytes per second in cramped UI spaces. Large values will probably not fit on the display. Regardless of whether they fit, it is probably...
There is significant disparity between how forms look at runtime and how they appear at design time. It is desirable to have them look as similar as possible in both...
Create a fully rescalable UI with vector graphics. See: [Is there a way to render SVG in Windows Forms?](http://stackoverflow.com/questions/1484975/is-there-a-way-to-render-svg-in-windows-forms).
It should be possible to reskin the entire net graph window, perhaps with support for theme files so different schemes can be shared with other people.
There are currently no tests for the entire application. Every part can and should be tested by a separate test project to achieve complete code coverage.
It is too tedious to manually calibrate graph speed. The application should be able to enter a calibration mode during which time it samples the adapter speed and detects the...
>PHP Fatal error: Uncaught Error: Call to undefined method PHPUnit_Framework_Error_Notice::getPreviousWrapped() in /scriptfusion/phpunit-immediate-exception-printer/src/Printer.php:159 Stack trace: #0 /scriptfusion/phpunit-immediate-exception-printer/src/Printer.php(103): ScriptFUSION\PHPUnitImmediateExceptionPrinter\PhpUnit5Printer->writeException(Object(PHPUnit_Framework_Error_Notice)) #1 /scriptfusion/phpunit-immediate-exception-printer/src/PhpUnit5Printer.php(26): ScriptFUSION\PHPUnitImmediateExceptionPrinter\PhpUnit5Printer->onEndTest(Object(), 0.99986386299133) #2 /phpunit/phpunit/src/Framework/TestResult.php(399): ScriptFUSION\PHPUnitImmediateExceptionPrinter\PhpUnit5Printer->endTest(Object(), 0.99986386299133) #3 /phpunit/phpunit/src/Framework/TestResult.php(889): PHPUnit_Framework_TestResult->endTest(Object( in /scriptfusion/phpunit-immediate-exception-printer/src/Printer.php...
The exception message output format is pretty bad because it intersects the exception type box if the message wraps. We should come up with better exception formatting design. Maybe copy...
Looking for something like [`chroma.scale`](https://gka.github.io/chroma.js/#color-scales) in PHP.
I'm not sure if this is officially supported by Doctrine, since it is not documented, but it works - with an error notice. For example, if I have documents A...