Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,447 contributions in the last year
Contribution activity
October 2020
- TooTallNate/fm-radio-python
- TooTallNate/deno_mongo TypeScript
- TooTallNate/deno-plugin-prepare TypeScript
Created a pull request in manyuanrong/deno-plugin-prepare that received 4 comments
Only invoke `Deno.mkdir()` if the cache file does not exist
This fixes using the prepare() function when the file
system is read-only (i.e. within AWS Lambda environment).
Created an issue in denoland/deno that received 4 comments
"Permission denied (os error 13)" with read-only Deno cache dir and `--config` flag using Deno 1.5.0
Error
$ deno run --config tsconfig.json hello.ts
Check file:///home/hello.ts
error: Permission denied (os error 13) (for '"/home/cache/gen/file/hom…