Eli Skeggs

Results 60 issues of Eli Skeggs

```sh error: The argument '--file ' was provided more than once, but cannot be used multiple times USAGE: agrind --file For more information try --help ``` If you've got a...

enhancement
good first issue

Given that `agrind` supports live updating of tables (super cool!) it might be really nice to show that view while also directing the final output to a file; this would...

enhancement
help wanted
good first issue

Sometimes you want to put the webserver behind a proxy, like for consistent https/domain support. Ideally, we'd have appropriate control over the livereload configuration, so we can set the src...

Fixes #124 provided we can make the tests work. > Alright, so I can make the tests fail by adding `push.send(undefined);` to line 16 of `test.arg-types.js`, simply because it causes...

Any time application code uses `delay` or adds a cancellation handler via `context.cancelled.then(...)`, that promise handler never gets cleaned up independent of the context. For long-running contexts, this can be...

## Description I'd like to see a slightly simpler means to use the same macro for a large number of tests. Instead of specifying the macro at every call-site, it...

enhancement
low priority
scope:test-interface

This is a: - [ ] Bug Report - [x] Feature Request - [ ] Question - [ ] Other Which concerns: - [x] flow-runtime - [ ] babel-plugin-flow-runtime -...

Marking this statement as pure provides a workaround for #239 via live code inclusion/treeshaking and the disabling of function annotations. For example, a [rollup](https://rollupjs.org/guide/en/) configuration object like this will fully...

This is a: - [x] Bug Report - [ ] Feature Request - [ ] Question - [ ] Other Which concerns: - [ ] flow-runtime - [x] babel-plugin-flow-runtime -...

[This commit](https://github.com/bee-queue/arena/commit/c10a29448de701fece6efeac3d82d577d1683701) resulted in [release notes](https://github.com/bee-queue/arena/releases/tag/v3.6.0) that stated that the release closed the linked issue, when really it was just intended as reference. Have we considered doing keyword-matching on the...