devin ivy
devin ivy
It should be supported– this is a bug. Will take a PR.
Ah, you're probably right. I'm pretty sure that should be detected right around here: https://github.com/gadelkareem/sails-dynamodb/blob/9ca0c93195c012103fb4dd4941e1e7ad2398db2e/index.js#L708
That looks like an error that occurred within waterline– hard to tell if it has to do with this adapter or not. Can you get a hold of that error...
Yes, I think that may be the case! Would take a PR.
It may involve some logging here: https://github.com/gadelkareem/sails-dynamodb/blob/fa295c1d383b2dc020de3438ab60af63e32970c1/index.js#L850
That typically means that it can't find the table that's being referenced. There is an odd default behavior of Vogels, which is what this adapter is based-upon, which requires that...
@phillip-hall good to know! Would certainly take a PR.
#22 merged. Can't right now, but will try to get a release out soon.
Hello! There is no long-polling functionality that goes along with nes. You may be interested in [susie](https://github.com/mtharrison/susie), which has some similarities to nes but uses [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) rather than websockets....
I've attempted to reproduce this with hapi v20 and v21, and subtext v7.0.3, v7.0.4, v7.1.0, and v8.1.0 without any luck. There are also some tests for this [here](https://github.com/hapijs/subtext/blob/ae0a2dd48ab8c6e2b8ebdebbc31baddb6b4c49b7/test/index.js#L520-L567), which would...