Kris Bitney

Results 60 issues of Kris Bitney

Hi, Your package is not available on npm under the name suggested in your readme. Does as-bench work as expected? Is it production-ready? Thanks, Kris

This PR modifies the Ethereum plugin's config to use a `Connections` store. The `Connections` class stores `Connection` instances. App developers can keep a reference to the Connections store and use...

pr: needs review
package: client-js

The uts46, sha3, and subgraph plugins can be replaced with Rust wrappers. Each of these plugins can be removed from default plugins once it has a working wrapper. The packages...

type: story
type: refactor

This PR allows reserved words to be used for both type property names and function argument names. Reserved words will no longer be prefixed with "m_". Instead, users will be...

pr: needs changes
package: schema

When workflow execution fails due to a syntax error in the workflow file, users should get an error message that helps them understand there is an issue with their workflow...

While the Workflows seem to work as expected, the CLI run command does not currently output helpful messages when things go wrong or right. For example, `undefined` is printed to...

type: story

The validation success/failure messages don't say which job they are associated with. Since jobs run in parallel, this is confusing. When validation fails, users should be informed which job or...

During workflow execution, when a wrapper throws an exception there should be a message telling the user which job or step failed along with the wrapper exception thrown. That way...

The validation success/failure messages don't say which job they are associated with. Since jobs run in parallel, this is confusing. parent issue: https://github.com/polywrap/monorepo/issues/984

We should handle reserved words in type and method names. Doing so will require care, since our Array and Map type definitions don't currently distinguish between object and non-object types....