Todd Wolfson

Results 190 comments of Todd Wolfson

Seems like a reasonable request :+1: I think that Q004 "Remove unnecessarily escaped quotes" sounds good to me =) (no period needed)

It turns out that this is being caused by pyjade improperly handling `.`. From the test suite, if we use `script` over `script.`, then whitespace is preserved. @syrusakbary This is...

For this to be built, we need to add a `get-version` command to the spec which retrieves the current version used by each of our packages.

We will probably change the API so it is impllicit over imperative. When we pipe, we will automatically add header and footer bytes. There will still be an add frame...

Thanks for writing in =D Ah, yes -- I see the flickering issue if I stare at the top of the eyes =/ Unfortunately, I don't have time to dig...

Since we are moving to local modules in #18. This would be more fitting in the `foundry-cli` module.

A quick glance over the vulnerabilities seems to be that all of them are for our `devDependencies` which is why they haven't been prioritized. Happy to accept a PR for...

- Reuse of `indexedPixels` instead of reallocating them for every `analyzePixels`

- Performance of removing alpha channel vs iterating of rgba array (`this.pixels`) - https://github.com/twolfson/gif-encoder/blob/0.3.0/README.md#setimagepixelspixels-options

In `0.4.1`, we discovered that frame based buffers are required since byte by byte buffers will fall over. This takes care of the first bullet point.