Joel Hooks
Joel Hooks
I'm always amazed at the volume of amazing music out in the world that I haven't heard yet. Discovering new music takes effort! How do you discover new music?
currently, cypress runs from the top level and tests the next-starter only with a single test quick search for resources: https://www.jonathancreamer.com/running-cypress-tests-in-a-monorepo/ https://glebbahmutov.com/blog/test-monorepo-apps/
``` public function getNextPoint() : Point { var pt : Point; `````` do { pt = new Point(); pt.x = (Math.random() * _rect.width) + _rect.x; pt.y = (Math.random() * _rect.height)...
currently the e2e methods display as "unresolved" in scenarions. It would be really nice to have no warnings when viewing scenarios.
hand for myself for future reference.
with https://github.com/muxinc/media-chrome/pull/415 it would be very (very) nice for those of us using MuxPlayer to be able to choose an alternative to the fullscreen element so that we can provide...
This was breaking my build. It will require a patch version bump to make it function, but there are no changes outside of the package.json and it "just works" https://github.com/microsoft/TypeScript/issues/52363...
Noticed some tags without icons. Some of them don't have any graphic associated and some are kind of "meh". Maybe we could offer back a logo? canvas https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API natural https://github.com/NaturalNode/natural...
The `LessonOverview` component has a lot of potential to deliver information quickly and provide the UI to manage the state and progress of instructor content through publication. The rows provide...