Dan Fishgold
Dan Fishgold
Here's a specific use case: If I'm making an argyle pattern, its boundary will be a zig zag line because of the diamond shapes. With `svgBox` I can trim them,...
I’m pretty sure this is due to the fact that width of text elements isn’t accurate: calculating the real width of the string requires a synchronous call to JavaScript (using...
@maca > I guess corrupted simply means the input does not conform to ones expectations possibly due to transport issues. That's what I want to find out: if I know...
I'm talking about decoders that always succeed (like `signedInt8`): would they ever return `Nothing`? The answer to that question is unclear in the docs