Martin Kreichgauer
Martin Kreichgauer
If you store unicode in an Attribute, you won't get back unicode, but an utf-8 encoded str. That's because redis-py (at least by default) encodes all unicode values to utf-8,...
The current implementation of ranged queries does not work correctly in some cases due to the way redis-py handles floats. The implementations of `lt`, `gt`, etc. in SortedSet, all call...
SVG's horizontal/vertical lineto commands may have multiple coordinates (although the spec caveats that "usually this doesn't make sense"). Skiafy will convert those to V/H_LINE_TO commands with up to two coordinates....