David Humphrey
David Humphrey
I had notifications off for this repo, sorry I missed this. NOTE: I've refactored this into a service worker since you posted this. If you wanted to expose the filesystem...
I've been looking for exactly the same answer. Would be good to hear from someone on the karma-mocha team what the right way to do this is. I need my...
@maksimr that's helpful, thanks. I know I was confused about this as well, given that Mocha lets you create your own HTML to host your tests.
cc @Andrewnt219
There are lots of existing solutions for this for next.js, React, node.js, etc. For example: - https://github.com/happykit/flags
See also https://featureflags.io/
I also wonder if we could leverage https://code.visualstudio.com/docs/remote/containers and https://code.visualstudio.com/docs/remote/containers#_create-a-devcontainerjson-file to define our environment.
It looks like we never pass down the `img` prop here https://github.com/Seneca-CDOT/telescope/blob/master/src/web/app/src/components/Posts/Post.tsx#L481. I guess the `posts` service should be looking to see if we have an avatar (i.e., record in...
I'm not sure why Vercel's build is failing, is this related to me? ``` Failed to compile. -- 14:30:37.364 | 14:30:37.365 | ./src/components/AboutFooter.tsx:80:8 14:30:37.365 | Type error: 'Box' cannot be...
> [facebook/react#24304 (comment)](https://github.com/facebook/react/issues/24304#issue-1196695161) > > This error is caused by the recent incompatible version 18 of `@types/react` being installed. Some of the libraries we use depend on `"@types/react": "*"`, most...