Eric P Sheets

Results 60 issues of Eric P Sheets

The following errors occurred when installing old node versions (simple `nvm install $VERSION`) on an RPi4 with the default Raspbian flavor of Linux: - [ ] 0.12 (nvm tries v0.12.18)...

OS: Raspberry Pi
installing node
pull request wanted

```ts import * as XLSX from 'https://deno.land/x/[email protected]+deno/xlsx.mjs'; const wb = XLSX.utils.book_new(); ``` Error message: ``` error: TS2339 [ERROR]: Property 'book_new' does not exist on type '{ encode_col: (col: any) =>...

Node 0.6 test suite errors in some compilation step, see https://github.com/SheetJS/sheetjs/runs/4202015198 or https://github.com/es-shims/es5-shim/runs/3885731231 for more info

`kkkkkkkk/8/8/8/8/8/8/KKKKKKKK w KQkq - 0 1` specifies a board with 8 white kings in the first row and 8 black kings in the eighth row. This is a valid string...

Fixes #2417 New behavior: if argument is not undefined/unspecified or `"utf8"`, throw an error. Note: `null` is not a supported encoding in NodeJS

Same as #2418 but applied to the forthcoming v3 release

First off, thanks for the amazing work on duktape! The current behavior of `Buffer#toString` is always to encode the string as UTF8, even if the encoding is something else (like...

[The SheetJS bun test suite started failing](https://github.com/SheetJS/sheetjs/actions/workflows/bun.yml) due to a regression in `Buffer#toString("binary")`: ```js var x = Buffer.from("

**Goal**: each of the scripts from the [Chevrotain tutorial](https://chevrotain.io/docs/tutorial/step0_introduction.html) should work **Status**: Bun v0.1.5 error with Buffer in step 2 ```bash git clone --depth=1 https://github.com/Chevrotain/chevrotain/ cd chevrotain/examples/tutorial/ bun install cd...

Repro motivated by NodeJS docs: ```js const buf1 = Buffer.allocUnsafe(26); const buf2 = Buffer.allocUnsafe(26).fill('!'.charCodeAt(0)); for (let i = 0; i < 26; i++) buf1[i] = i + 97; buf1.copy(buf2, 8,...

node.js