Michael Hensler

Results 6 issues of Michael Hensler

**What**: Fix for #648. Add `setDefaultWaitOptions` function **Why**: It simplifies configuration in environments where the defaults may not be optimal **How**: * Created a function to override default time options...

### Describe the feature you'd like: The wait* methods take optional `interval` and `timeout` values, and fall back to hard coded defaults if not set. I would like for the...

enhancement

## Environment I am on Windows and node v14.15.1, but it looks like this should apply everywhere ## Description When you run haul, you get the following message: `done ▶︎...

Playwright has a [webserver](https://playwright.dev/docs/test-webserver) config option This opens or reuses an existing web server for tests and then closes the server after the tests if it opened it This is...

The following is given in the Typed Queries [exercise](https://lean-lang.org/functional_programming_in_lean/dependent-types/typed-queries.html#exercises) > [Nullable Types](https://lean-lang.org/functional_programming_in_lean/dependent-types/typed-queries.html#nullable-types) > Add support for nullable columns to the query language by representing database types with the following structure:...

**Describe the bug** New versions of Node require setting "shell: true" when calling spawn/spawnSync on a .bat file such as "ltex-ls.bat". **Steps to reproduce** Run on Windows. **Expected behavior** That...

1-bug 🐛
2-unconfirmed