Roy Ivy III

Results 24 issues of Roy Ivy III

The stabilization of `Deno.consoleSize()` breaks the ability to determine the console size when STDOUT/STDERR are both redirected. Minimal example (note: `find /v ""` == `cat` for WinOS)... ```shell C> deno...

`Deno.setRaw(rid: number)`, [when changed to only be applicable to `Deno.stdin`](https://github.com/denoland/deno/pull/15797) and [stabilized](https://github.com/denoland/deno/pull/16399), is no longer able to be used for 'CONIN$' (and also, I expect, '/dev/tty'). Previously, when stdin could...

Version: Deno 1.40.0 With `Deno.run()`, the subprocess could be connected to a terminal (or any file) with this code... ```typescript const isWinOS = Deno.build.os === 'windows'; const devTTY = Deno.openSync(isWinOS...

> I ran into this as an installation failure when installing `nvm` on a PC using some `git` configuration customizations. Since `git` may be configured locally to use a non-'origin'...

pull request wanted

- up to [email protected] which fixes 'missing field `now`' error ```text > deno run mod.ts error: missing field `now` at line 21 column 1 at file:///.../deps.ts:1:51 ```

for *all versions* of `deno` since at least 1.21.0 `Deno.consoleSize()` is incorrectly returning the console *buffer size* instead of the console *window size*. This can be seen when using the...

### Environment information ```block CLI: Version: 1.8.3 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: unset JS_RUNTIME_NAME: unset NODE_PACKAGE_MANAGER: unset Biome...

S-Help-wanted
A-CLI
S-Needs response

I'm running into files created by bindgen for WinOS platforms that have mixed line endings (both CRLF and LF). For example, [bindings/i686-pc-windows-msvc.rs](https://github.com/DelSkayn/rquickjs/blob/e30556caf0cabc361e51aa52978c49433ffe1454/sys/src/bindings/i686-pc-windows-msvc.rs) is a mixed EOL file with `\r\n\n` ending...

## Failing raw import ```ts deno eval "import * as _ from 'https://raw.esm.sh/gh/rivy/deno.dxx@fabe08a2e79b/vendor/@types/[email protected]';" ``` ## Error message Upon execution, this error is generated: ``` error: Module not found "https://raw.esm.sh/v135/gh/rivy/deno.dxx@fabe08a2e79b/vendor/@types/[email protected]" ```...

browser