David Ankin

Results 43 issues of David Ankin

**Problem description:** The problem I'm seeing is very high cpu usage when i reboot my pc, htop says it is the containers from the getting started guide of this project....

type/task

Changes minor logging output issue ##### Relevant issues Fixes #810 ##### Contributor checklist - [x] Provide tests for the changes (unless documentation-only) - [x] Documented any new features, CLI switches,...

This library prints ip addresses to stdout if they are ipv4 after listening. it does this by calling [`os.networkInterfaces()`](https://nodejs.org/api/os.html#osnetworkinterfaces), which now returns `4` or `6` (unlike [before in v17](https://nodejs.org/docs/latest-v17.x/api/os.html#osnetworkinterfaces) -...

stale

[https://gist.github.com/alexanderankin/7da0...](https://gist.github.com/alexanderankin/7da0a1c193e2a7317611becf9ed853d7). (_2 minute read_) ^That implementation worked for me (aka it was 'good enough for who its for').

The way the --hbs options currently works doesnt support partials, i suspect that it might be possible to change that without the use of an additional package, but there was...

The script produces a FeatureCollection type of GeoJSON file which contains all the information in individual feature files representing individual districts. While the individual files system is a good way...

There is no way to write a test which accepts only Arrays including empty array. also your unit tests for custom tests arent reflective of this case: ```js var Validator...

enhancement
new feature

## Problem or use case the api is very difficult to abstract, and requires coupling with the deprecated RxJava2 and its replacement, the reactivesreams spec. ## Preferred solution or suggestions...

I'd like to send a PR which creates sendable links: * when data is entered, it will change the query string (?curl_input=some_encoded_string) * when the page is loaded with a...