Craig Doremus
Craig Doremus
This PR updates CONTRIBUTING.md to add coding & naming standards. Styling recommendations are derived from [Deno Style Guide](https://deno.land/manual/contributing/style_guide). **Note**: This is a very much a draft work-in-progress (WIP). Please suggest...
I upgraded to Deno 1.22.0 and found that `vendor.test.ts` failed. The error appears in the `replaceImportStringLiteral()` function of `vendor.ts` when vendoring the import for the _invariant_ library (see below). This...
As Ultra approaches the release of version 2, it seems like we need update our [contributor guidelines](/exhibitionist-digital/ultra/blob/master/CONTRIBUTING.md) to assure that code quality is maintained. We might want to start with...
The Scarborough, ME office of Senator Angus King is no longer in service. I was able to leave a message for the senator using the Augusta, ME office phone.
Hot module replacement was just added to the Deno runtime in version 1.38. This should be leveraged to implement HMR in Ultra.
The `use-islands` example is a bit of a wrinkle on **Ultra** that needs to be documented. Things that need an explanation include: - The `server.ts` file changes compared to the...
Add authentication to allow for access control and tracking of a user's quiz results.