Divy Srivastava

Results 185 issues of Divy Srivastava

- [ ] Improve error message when jupyter not found or kernelspec is not installed. Current error message is confusing: ``` $ deno jupyter --unstable error: Failed to get list...

good first issue
usability
jupyter

When cross-compiling, snapshots are built for the host architecture instead of the target. There is no easy workaround for this. Unblocks our CI to produce the following targets: - `aarch64-android-linux`...

build
suggestion

No error is reported in the browser console or the server.

bug
node compat

``` $ ..\deno\target\debug\deno.exe run -A --unstable-byonm .\node_modules\.bin\next error: Uncaught SyntaxError: missing ) after argument list at Object.evalContext (ext:core/01_core.js:826:14) at wrapSafe (node:module:704:25) at Module._compile (node:module:718:27) at Object.Module._extensions..js (node:module:745:10) at Module.load (node:module:656:32)...

bug
windows
node compat

``` error: Uncaught Error: write after end at _write (ext:deno_node/_stream.mjs:3885:15) at Writable.write (ext:deno_node/_stream.mjs:3898:14) at Object.t.hide (file:///Users/divy/gh/my-app/node_modules/next/dist/compiled/ora/index.js:1:15893) at Ora.start (file:///Users/divy/gh/my-app/node_modules/next/dist/compiled/ora/index.js:1:55852) at createSpinner (file:///Users/divy/gh/my-app/node_modules/next/dist/build/spinner.js:77:12) at file:///Users/divy/gh/my-app/node_modules/next/dist/build/index.js:1741:59 at eventLoopTick (ext:core/01_core.js:181:11) at async Span.traceAsyncFn...

bug
node compat

Draft Spec: https://www.w3.org/TR/webnn/ From the spec: > At the heart of neural networks is a computational graph of mathematical operations. These operations are the building blocks of modern machine learning...

ext
proposal

Failures are not reported to the user and lets the program sliently proceed. This is true for shader creation, pipeline and pipeline layout creation as well as device queue submission....

bug
ext/webgpu

According to https://github.com/denoland/deno/commit/f8f4e776325efe0d8dd50207beecb425f0875999 > This change adds the `--env=[FILE]` flag to the `run`, `compile`, `eval`, `install` and `repl` subcommands. but running `deno compile --env main.ts && ./main` prints `undefined`: ```ts...

bug
cli
compile