Kerry Shetline

Results 13 issues of Kerry Shetline

#### Operating system and version: Debian Linux 10.8 #### `nvm debug` output: ```text nvm --version: v0.37.2 $SHELL: /bin/bash $SHLVL: 1 whoami: 'pi' ${HOME}: /home/pi ${NVM_DIR}: '${HOME}/.config/nvm' ${PATH}: ${NVM_DIR}/versions/node/v12.21.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games $PREFIX: ''...

This pull request would add the ability to provide transliteration in iconv-lite. To avoid bloating the code, and adding a dependency that many users wouldn't require, the transliteration capability only...

I see there's an earlier (much ealier, 2014!) bug about these two characters not being encoded correctly for Shift_JIS. Now it seems there's a problem with them being decoded correctly...

I'd like to be able to specify that I copy from Fira Code, for example, the versions of `≤` and `≥` which have a horizontal bar instead of an angular...

Using the example of Walpole Island, Ontario, when I try to find a timezone shape which contains the lat/long of this location (42.6152, -82.51398), I oddly get a match for...

I found that after I deployed a project built using `node-geo-tz` that it was looking for the `geo.dat` file in a directory outside of the deployment directory. A environment variable...

## Issue report I'm expecting to be able to catch a shutdown signal of somesort, such as SIGINT, SIGTERM, or SIGUSR2, in my Node.js apps when Apache informs Passenger that...

The proper spelling "calendar" is also accepted, but since "calender" is a common misspelling, and it should definitely be **disallowed**. I tried to use the various "Remove Words" commands (global,...

enhancement

With a fresh checkout of the latest code, `npm run test` yields these results, with a final report of "1/16 assertions failed", but more failures than just one single test...

It would be great if a binary constant, such as 0b1101, could be displayed with a small, raised letter `b`, and likewise, an octal constant such as 0o644 could be...

suggestion