Matthew Peveler

Results 147 issues of Matthew Peveler

PR fixes a bug reported in https://github.com/http-party/node-portfinder/pull/120#issuecomment-1502633024, where the current `indexOf` check will only succeed if `options.host` was already in `exports._defaultHosts`, as opposed to the desired behavior of appending it...

PR adds a new `getPortsPromise` function to allow using a promisified version of `getPorts`, similar to how there's a `getPortPromise` version of `getPort`. A test is included for the function,...

When trying to use this module in a vite project, we got a `ReferenceError`, due to this module running under `"use strict";` mode, similar to this error: ``` /home/mpeveler/parameterize.js:185 parameterize...

The json files will only change so often (and I will set it up such that they're essentially started on the hour. Therefore, we can cache the json responses locally...

enhancement

Here's a patch for supporting SAP Hana I wrote for a previous job. Seemed to work, but didn't do any full testing of it. ``` Author: Matthew Peveler Date: Fri...

The README states that: > playlist emits a playlist album with fields such as Name, Tracks (an array of track objects), and so on. which omits that the "track objects"...

So in using your library (thanks for writing it!), I noticed that the parser doesn't in fact output either of those two types, just `track`, `library`, and `playlists`, and figured...

Allow people to customize the hotkeys for things. This should not be that hard. I guess have two lists: 1) common hotkeys for page navigation 2) hotkeys for quick-reply specific...

enhancement