Jesse Ditson

Results 14 issues of Jesse Ditson

node-ecstatic allows for a `baseDir` option, which I was looking to use with this lib. This PR adds the following: - a `baseDir` option to the main lib file -...

minor version

This will allow this module to be used with browserify builds and other commonjs environments that rely on package.json to resolve the main file.

Like it says on the tin - this will add browserify/amd support.

Adds a `clearMocktails` method for resetting the state of Mocktail

Added new options & documentation to support auto creation of tags, and optionally pushing them to origin. From new docs: > You may also provide a tag if you'd like...

Apologies if I'm missing something simple, but I'm trying to set up a client-side exporter that will send telemetry data to a jaeger instance. I found the `wasm_collector_client` flag on...

bug
good first issue
help wanted
A-trace
platform:wasm

In some environments (namely, cloudflare workers), fetching wasm binaries (even from data urls) is disallowed. In addition, cloudflare workers don't support top level await, and it's not on the roadmap....

Thanks for this project, it looks like it's solving a real need I have - however, my app relies on pre-generated PaymentMethods, so it uses the SetupIntent flow to capture...

enhancement
PRs Welcome
hacktoberfest
good first issue

- Add SectionId to EditDocument struct - Add ability to remove sections (using Location: 5) to EditDocument - Add ThreadId to edit-document request so it will work

This PR adds an `include` option to the config hash that will allow users to include additional coverage to the output. My current setup is as follows: - I have...

enhancement