Seth Holladay

Results 34 issues of Seth Holladay

Namely, are you using [Travis](https://travis-ci.org) because you like it or because it is easy and "everyone else is doing it?" The latter doesn't seem like your style. I personally find...

This is a feature request to support passing options to RethinkDB from the `init()` method. In particular, I want to set RethinkDB's `--initial-password` option. I imagine doing it like this......

Hi and thanks for your great work on this project. 👏 Is there any way you could replace the `component-classes` dependency with something else? It's causing a lot of headaches...

The recipe for [loading the environment variables into `process.env`](https://github.com/sholladay/envy#modifying-processenv) is pretty simple, but it's nonetheless more cumbersome than it ought to be. We should include this feature as an optional...

enhancement

## Story As a developer working on this library, I want CI to test my code on both *nix and Windows operating systems, so platform specific bugs and regressions are...

This is a feature request to allow the `validate()` function to return a `Promise` for the validation result. A common use case is to perform an API request to check...

feature request

## Description This is an idea for a feature to help alleviate problems with forgetting to remove `.skip()` and `.only()` in tests. ## Problem It is a common practice to...

enhancement
help wanted
scope:test-interface

When Ky times out the request with a `TimeoutError`, the expected behavior is for the request to be cancelled, which is accomplished using an [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController). There was recently a regression...

help wanted

### Problem You are in the middle of debugging a test or suite. You want to isolate the specific one you are working on and only run it, so you...

enhancement
effort-high
priority-low

Gracefully handle the config file not existing. The CLI flag for the file is now optional, but the file still needs to exist. This would go a step further to...

enhancement
effort-medium
domain-ui
priority-medium