nitzan-blink

Results 7 comments of nitzan-blink

having this issue as well, when I use model.synchronize(), I get errors that "res" doesn't have "body" property. file: bulking.js, function: flush(). ``` if (res.body.items && res.body.items.length) { for (let...

having this issue as well. latest version is missing attributes that are visible when using ignoreAttributes in v3.

nice catch @kylemh, I was making the same error. thanks for pointing this out!

this has worked for me: ``` npm remove muhammara npm install muhammara ```

having the same issue. same end result - clicking "trigger workflow" does nothing, not sure the problem is the same. any way to debug this? the extension output doesn't show...

[cschleiden](https://github.com/cschleiden) can you assist? how can I tell what's going wrong?

@justinpolygon hi, the header is not the same as what @jdconley meant. specifically, I'll quote [node js http agent docs](https://nodejs.org/api/http.html#http_new_agent_options): > keepAlive [](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) Keep sockets around even when there are...