Eric Crosson

Results 17 issues of Eric Crosson

Expose `beforeEach` and `afterEach` hooks that run before/after each run of the hooked property test: ```typescript testProp( 'label', [fc.nat()], () => { console.log('one test'); { beforeEach() { console.log('fc.beforeEach'); }} );...

We need some TypeScript test files for this wonderful TypeScript package :smile:

Beginning 2021-11-01, the current `bitmex.com/reatime` endpoint will become unstable. It will become fully defunct 2022-02-01. The new endpoint is `ws.bitmex.com/realtime` https://blog.bitmex.com/api_announcement/change-of-websocket-endpoint/?utm_source=rss&utm_medium=rss&utm_campaign=change-of-websocket-endpoint

which can cause compilation errors if installed with rxjs 7

Use case: Sometimes I want to do an ambitious search or search/replace but I get a bunch of junk files I don't want to touch, like a CHANGELOG.md or a...

Thanks for your work on this book!

**Is your feature request related to a problem? Please describe.** There is no wheel published to [pypi](https://pypi.org/project/pandas-ta/#files) **Describe the solution you'd like** I'd like to be able to install from...

enhancement

**TL;DR**: I receive `ENEEDAUTH` npm errors until I comment out [these three lines](https://github.com/semantic-release/npm/blob/master/index.js#L42-L44) in my node_modules directory -- then publication works fine. ### What I did I attempted to use...

What I did --- Created a new repository ``` git init nix flake init ``` then replaced the `flake.nix` with the [example flake.nix](https://github.com/cachix/pre-commit-hooks.nix#nix-flakes-support) and replaced the `nixpkgs-fmt` hook with `hunspell`....