Andrew Sutherland

Results 3 issues of Andrew Sutherland

When I use a file path that includes `/i/`, nib replaces that `/i/` with `/0/` in the vendor-prefixed gradients. ``` a background-image url(/i/providence/plus.png) linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.07)) ``` produces ``` a...

Haven't fully debugged yet, but it seems large messages with long strings being sent from a client to a server do not work. In this case, I'm working with a...

having a `` that doesn't have an `src` is common, but causes a js error currently. Fixing.