Joey Lee

Results 80 comments of Joey Lee

@shiffman: Just adding links to collections: ## highlights: + http://bjoernkarmann.dk/project_alias ## collections * url: https://ml5js.org/community - by: ml5 - description: ml5 community highlights * url: https://github.com/yining1023/machine-learning-for-the-web/wiki/References---Inspiration---Links - by: Joey -...

@shiffman - excellent! That's great to hear. I think it makes sense to have it in week 4 unless it is too much to pack into 1 week.

Hi! I'm not certain, but we will likely have to update where we point our p5 web editor updater script (one day I'll get to this I promise!) and there...

Just making a note that we need to do a comprehensive overview and testing cc/ @bomanimc

Hi @bearzx - thanks for posting this. Can you provide a link to example code such that this error can be reproduced? Thanks!

Making a note that this is partially improved with #652, but still lots of room for improvement + actually adding more tests on functionality is necessary.

Make a note that we might consider doing mock tests to help with the CI tests but run the full tests locally.

We should be `mocking` our async network model requests -- e.g. https://jestjs.io/docs/en/mock-functions. I definitely would add this to our devOps and testing todo list.

Just revisiting some ideas here that I will just jot down: * Ideas around moving from mock/chai to jest? * Employing snapshot tests as a first pass -- but this...

Noting that I've got some PRs to start this work: * Sets up ml5-library with jest * https://github.com/ml5js/ml5-library/pull/1294 * Removes the other testing library references * https://github.com/ml5js/ml5-library/pull/1295 * Begins refactoring...