robross0606

Results 104 issues of robross0606

For automation purposes, it would ben useful to be able to pipe IDL input into the tool versus having to write out a temporary file and then pointing the tool...

## Description This project only declares `devDependencies` which is not really accurate. `devDependencies` are not transitory which means there is not currently any declared version compatibility limitation with respect to...

Status: Released
Type: Fix

## Description When stating complex or partial matches on things like parameters, is is often necessary to compare the contents of objects in an array. With standard expectations like `arrayContaining`,...

Status: To Do
Type: Feat

When passing this transform over a federated schema, the constraint directive `mapSchema()` function wipes out and destroys the `__resolveReference()` resolver on our type which is responsible for fulfilling entity resolution...

bug

The indicators in the overview ruler are a bit overpowering compared to other indicators which don't take up the whole line. It would be nice to be able to control...

enhancement

**Feature Request** Description: Jest has "spy" expectations for a variety of interface contracts: - arguments: `expect(spy).toHaveBeenCalledWith()` - return values: `expect(spy).toHaveReturned()` - call counts: `expect(spy).toHaveBeenCalled()` However, it has no expectations for...

When generating graphs in JavaDoc, the doclet automatically makes the graphs scale with the window. On large graphs, this renders them almost useless since the window cannot be scaled large...

Since the latest GA release, most attempts to use npm in Windows are broken. `cross-env` and `npx` both no longer work properly and cannot find any of the commands. Both...

Release 7.x
Bug
platform:windows
cmd:exec

I'm trying to figure out what the Engine does it a Fact function throws an exception. As far as I can tell, there is no event handler for this and...

I need to ensure a parameter, if provided, does not contain a falsy value (`''`, `0`, `false`, `null`, `undefined`, etc.). As far as I can tell, the "notEquals" operator would...