James Stuckey Weber

Results 71 comments of James Stuckey Weber

I realize I took this on a bit of a sidetrack here, but returning to the proposed changes on the PR, what changes should be made to Scale-LH? 1. Return...

Ok, I have implemented it with returning in the input color space, with no white/black.

It looks like this is already possible by passing in `collapse: false`- ```js let color = new Color("red").toString({format: 'hex', collapse: false}) // "#ff0000" ``` I'll defer to you all on...

Here's a method I came up with for working with 8 bit audio. Originally I was feeding it a stream of comma separated numbers, 0-225, and it was doing it...

@jgerigmeyer This appears to be related to #103 - is it a duplicate, or does it need to be tracked separately?

Makes sense- let's keep it open, and revisit once we get to the potentially related task.

@ayoreis Thanks for this PR! This is a huge help. I haven't done a full review yet, but I did run it through the Web Platform Tests locally. This PR...

Apologies for that- we're aware that WPT is one area that needs attention as we resume active development. What I'd recommend for right now- 1. [Clone](https://github.com/web-platform-tests/wpt) and [setup](https://web-platform-tests.org/running-tests/from-local-system.html#system-setup) WPT for...

> To check for regressions on a WPT run do you just use expectations metadata and then search for `FAIL [expected PASS]` on the output or is there a better...

@goodwinchris We'd love to make this happen! [Financial support](https://opencollective.com/oddbird-open-source) (especially from companies that plan to use this in production) will be key to getting this done. In the meantime, you...