Lucas Holmquist
Lucas Holmquist
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade eslint from 8.14.0 to 8.15.0.  :information_source: Keep your...
Webpack 5 has removed all the node core polyfills by default, so the opossum build breaks. I've rolledback to using webpack 4, but we should look at upgrading to the...
With the recent release of [5.3.0](https://github.com/cloudevents/sdk-javascript/releases/tag/v5.3.0) and its ability to format Kafka messages, we should create an example like we have for the [HTTP protocol](https://github.com/cloudevents/sdk-javascript/tree/main/examples/express-ex)
With the recent release of [5.3.0](https://github.com/cloudevents/sdk-javascript/releases/tag/v5.3.0) and its ability to format MQTT messages, we should create an example like we have for the [HTTP protocol](https://github.com/cloudevents/sdk-javascript/tree/main/examples/express-ex)
I was playing with an example on using the `cloneWith` method of the CloudEvent class and i noticed that the new returned(cloned) CloudEvent has the same `id` and `time` values....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade dockerode from 3.3.1 to 3.3.2.  :information_source: Keep your...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade yargs from 17.4.1 to 17.5.0.  :information_source: Keep your...
Currently the Nodehshift CLI when using the --kube flag will only work on Minikube. This issue is to look into what other types of kube platforms to support. Like Kind,...
This is to take a look at the current features of the nodeshift cli and see if there are any that are not documented. Also checking that the features that...
Nodeshift is generally used to deploy local code to openshift, but this feature would be to run nodeshift on a remote git repo. This could be helpful for automation of...