Jack Stouffer
Jack Stouffer
I don't see the ability to label individual ticks. This is nessesary for plotting categorical data in bar charts.
I'm stress testing DStep with the Foundation headers. I was impressed that NSObject.h worked, but I tried NSArray.h and I got an assert error. ``` $ ./bin/dstep --version 1.0.2-3-gbc5cda9 $...
`copy` is designed in such a way that passing in a generic output range as the target value makes no sense, as `copy` is supposed to return the "remainder" of...
Google's auditing tool in chrome notified me that jquery 1.7.2 has two known XSS vulns and this marked the page down (it probably marks down our Page Rank as well)....
Consider the following code ``` int opApply(scope int delegate(ref dchar) dg) { int result = 0; while (s.length != 0) { dchar c = decode(s); result = dg(c); if (result...
This is UB and should not be used
std.conv line 4179 ```d /*************************************************************** * Convenience functions for converting one or more arguments * of any type into _text (the three character widths). */ string text(T...)(T args) if (T.length...
For example, I might only care about line length, so it would be nice to be able to use dfmt to only fix long lines, or spaces after casts, etc.