Mohammed Shah
Mohammed Shah
smh this was literally a one word fix. Just needed to `await` a promise. Thanks for your patience
@github-actions run ⚡ Release! ⚡ ```js (async () => { function exec(cmd) { console.log(execSync(cmd).toString()); } //set the version type process.env.VERS = "patch" // Config const gitUserEmail = "github-actions[bot]@users.noreply.github.com"; const gitUserName...
# Changelog ## 🚀 Release [4.47.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.1...4.47.2) (2022-10-13) - Release 4.47.2 [`a93448a`](https://github.com/open-wa/wa-automate-nodejs/commit/a93448aee2d1612ece0679195c602d0f66d2e03f) - 🐛 fix `--config` json open race condition #2874 [`6c1d63c`](https://github.com/open-wa/wa-automate-nodejs/commit/6c1d63caf31759c77fdb06ae7ab00eb143cfa8cb) - updated types-only package [`5b5c11a`](https://github.com/open-wa/wa-automate-nodejs/commit/5b5c11a81deb8a669d545645b9547c0cfed25f81)
libwebp It would be helpful if you could provide some instructions on how to implement these libs so we can make some PRs
My express app takes in requests with relatively large JSON. When a request errors out it gets logged in the last errors section with the whole JSON object. Usually the...
Update: I think I have found the source (to at least my) memory leak issues: https://github.com/slanatech/swagger-stats/blob/9291d6e962cbc5871132317fb0e9bcb0f5c7e13c/lib/swsProcessor.js#L383:L392 My API ingests relatively large request bodies so when those requests end up in...
Hi @sv2 Would really love to reimplement an un-patched version of the library in my project. I think the next steps to resolve this issue is to: - [ ]...
@daopapp please DM me the whole docker command you're using with the flags and environmental variables
@rizwan92 it's a standardized way of emitting events of various modes of transport (http, mqtt, socket, Kafka, etc) I wanted to build all these transports into open-wa but thankfully most...
You can see the standardized specification here https://github.com/cloudevents/spec/blob/v1.0.1/spec.md