Daniel X Moore
Daniel X Moore
Need a tool to clear an area Also bigger eraser.
I don't want to manually keep those up to date. I already forgot to.
Circle behavior is a little janky. We should also be able handle filled circles and ellipses.
I would really really really like to see CORS support enabled. After all, what's the point of a globally persistent image store if it can't even be accessed from browser...
Prevents appending to every ul element on the page. Only add items to the ul element within the context of the view.
Just fixed a small typo, used to read "must be called by the us"
``` coffee build/main.coffee X [ERROR] Could not resolve "../pixie" lib/exports.coffee:3:21:
### Input Code https://coffeescript.org/#try:(%7Ba%2C%20b...%2C%20c%3A%20%5Bd%2C%20...e%2C%20f%5D%7D)%20-%3E%0A%20%20x%0A ```coffee ({a, b..., c: [d, ...e, f]}) -> ``` ### Expected Behavior ```javascript var splice = [].splice; function({a, c: [d, ...e], ...b}) { var f; [f]...