Evan Shortiss

Results 24 issues of Evan Shortiss

Preparing for a v8.0.0 release. I will push to the `typescript-refactor` branch in the next few days with a working codebase that handles some or all of these items: -...

See #156 for more information.

The compose YAML below results in an `OSError: Dockerfile not found in ./Dockerfile.node`. The same YAML works with `docker-compose` but I noticed it has this error when I started testing...

**Describe the Bug** The types for return values from `Kafka.structured(cloudEventInstance)` seem to be incorrect. The returned object has the following structure if viewed using logs or a debugger: ```js {...

status/no-issue-activity

I've noticed that the resulting s2i image starts the Node.js application using [npm start](https://github.com/sclorg/s2i-nodejs-container/blob/master/12/s2i/bin/run#L18-L27). This is a good idea since it's common practice and enables a developer to set flags...

**Is your feature request related to a problem? Please describe.** Yes. I'm trying to query a string field, but my query fails since it's case sensitive. For example the DB...

enhancement
graphqlcrud

Hey, opening this per suggestion in #339 The returned `fromFile()` Promise is not spec compliant so it does not resolve if you call `then` or `await` on it at a...

This PR add types to safely access to the underlying `kauth` object and read token data. Edit: Let me know if I should open a JIRA.

It would be great to support the `@now/node@canary` builder. For the purpose of this simulator that should be easy since it will simply do the same thing as `@now/node` [here...

I stumbled across this issue when I tried to understand why `NODE_TLS_REJECT_UNAUTHORIZED` didn't work with this library. The following code will work as expected, and reject a self-signed TLS certificate....