David Joy

Results 10 comments of David Joy

First, quick note: This ADR is at the path `docs/decisions/docs/decisions` - looks like it should be moved up two directories. Diving into the content a bit: I think we need...

To the extent that we have existing code that knows how to fill in templatized strings and directory names and such, I don't see why we should re-invent the wheel....

A few other thoughts: - there have also been a number of commits to the template application since this PR was created, so it should be updated. - I believe...

I don't have a lot of input here w/r/t how this config works. @openedx/tcril-engineering, are you able to sanity check whether this is the direction we want to go, re:...

I have the opposite problem, but have found no documentation on the web about it except this thread, so here I am. Our .releaserc file is _only_ creating Draft releases...

For those still dealing with this - I was also able to get around the issue by making my private repository and private project board both public. After changing their...

Sure is. It looks like it was temporary, but just to explicitly note it: the `dist` folder has been checked in in this PR. We need to remember to remove...

Hi there - I'm seeing this issue as well. I tried the above suggestion w/r/t 'standalone mode': I just tried building (`npm run build`) my Next.js site with `output: 'standalone'`...

Small note: the reason that the env.config can be js or jsx is because while it is present at build time and outside the `src` directory, it's _bundled_ by webpack...