Peter Beshai

Results 39 comments of Peter Beshai

I just put together a brief blog on how I used CCapture.js with p5.js. - Post here: https://peterbeshai.com/p5js-ccapture.html - GitHub repo with example here: https://github.com/pbeshai/p5js-ccapture - Live demo here: https://peterbeshai.com/p5js-ccapture/...

I looked into this a bit... was able to get it (mostly) working by [modifying these lines](https://github.com/kwhitley/apicache/blob/master/src/apicache.js#L280-L285) to be: ```js if (requestEtag && cachedEtag === requestEtag) { response.status(304) response.set(headers) //...

Yeahhhh I know, this is why I tried so hard to get it working. But I actually started getting max call stack errors running tests due to the inference, not...

Another issue with the complex types is it increases the barrier for contribution. I know JS devs that would happily add a function here or there to the repo, but...

Could be worth setting up test types with tsd: https://github.com/SamVerschueren/tsd

The types are pretty finicky, if you can come up with any great solutions I'd be happy to use them. My suggestion would be to try switching to `groupBy(['day']` and...

I have not looked at it at all, sorry

An alternative worth exploring is the idea of scanning the two paths for matching commands and then ensuring that matches end up in the same position when expanded so they...

Example where this could be helpful: https://twitter.com/Elijah_Meeks/status/913150506205249536

Happy to merge a PR with it, I don't have much TypeScript experience.