Yoshiya Hinosawa
                                            Yoshiya Hinosawa
                                        
                                    For example ```md # hello > Say hello > - NAME=john echo hello $NAME ``` and `saku hello` outputs `hello john`. (just idea)
The quotes are not preserved when passed after `--` saku hello -- "hello world"
```md # task:foo echo foo # task:bar echo bar # task:baz echo baz ``` Then `saku task:*` yields the following: ```console $ saku task:* + echo foo foo + echo...
script for downloading saku wrapper, set up saku.md, and show intructions how to start using saku.
[tap](https://www.npmjs.com/package/tap) is often used by npm-related modules. When you run `tap` with compat mode, it exits immediately with the error `Cannot add property spawn, object is not extensible` (no stack...
We disabled `child_process.fork` at #2591, but it turned out that it's necessary for `deno run npm:prisma generate` command support. We need to enable this again soon.
We temporarily disabled background highlight in diff of assertEquals (#2601) as it's very hard to see in certain terminals We used to use `bgGreen` and `white` combination for that highlight....
related: https://github.com/denoland/deno_std/pull/1386
https://github.com/denoland/deno/pull/15522 seems to have broken `parallel/test-stream-writable-final-destroy.js` compat test case. You can check it with the below steps: ```sh deno upgrade --canary --version e96933bc163fd81a276cbc169b17f76724a5ac33 deno task node:test -- parallel/test-stream-writable-final-destroy.js deno upgrade...
part of https://github.com/denoland/deno/issues/12577. This issue tracks the remaining issues for running [next.js](https://nextjs.org/) in deno - [ ] `styled-jsx` detect browser env by `typeof window !== 'undefined'` (deno compat mode becomes...