Forrest O.
Forrest O.
I'm guessing that `-x -q` outputs something like `[[D,Is Iz sVm f@n'EtIk t'Ekst 'InpUt]]` which you could then alter and reinput with `-w`. http://espeak.sourceforge.net/commands.html -q Quiet. No sound is generated....
Transform has those 1. applies its transformations, 2. does its child operations, 3. and applies the inverse of its transformations. https://github.com/noflo/noflo-canvas/blob/master/components/Draw.coffee#L172
We should find a good pattern for this, since it is kind of the opposite of the new caching outports https://github.com/noflo/noflo/issues/151
@ryanturner I've been keeping the bot up as a single worker dyno, but that means I can't post slack -> irc. That works for me, since I'm just using it...
The full-screen ones would fit better, I think. We should experiment with inputting a primary color, and doing transforms on that, or an array of colors. Maybe a transform-color module...
> register the custom element This does seem to help with the specific error: ``` import { Picker } from "emoji-mart"; customElements.define("emoji-picker", Picker); ```
I ended up here b/c I'm trying to translate this drawing to JS... https://loopspace.mathforge.org/CountingOnMyFingers/Triskele/#section.4 They have python code that includes `from scipy.special import ellipe, ellipeinc` ```py e = np.sqrt(1 -...
So, this works in Firefox at least. The only question is how to do the pixel classification / search in # 2.  ``` context.font = "50px verdana"; chars =...
``` coffeescript emojiStringToArray = (str) -> split = str.split(/([\uD800-\uDBFF][\uDC00-\uDFFF])/); arr = [] for char in split unless char is "" arr.push char return arr ``` Needed because `"😴😄😃⛔🎠🚓🚇".length == 13`...
Tangential: art typing doesn't have to stick to a grid either: [](http://www.fastcodesign.com/3032456/a-short-history-of-typewriter-art#9)