xMartin
xMartin
Isn't this two separate issues? It would be nice to make displaying the widget optional (still the default, at least concerning docs) so would that go well with getting rid...
The behavior is different when I just refresh the page. Then I get data. Only after connecting I get `true`. I should have stringified objects btw.
https://github.com/xMartin/grouptabs/blob/1e12a3bdcf45ee4ab68609bda317a0b781ea33cb/js/app/app.js#L37
To try it out I would disconnect, create some data and then refresh the page?
When I create data in anonymous mode and then connect `getAll` returns the anonymously created data only, then events are fired for the remote data.
Any news here? I think this is a very basic thing that doesn't behave as expected.
Looks good and works for me.
The workaround returns base64 while `getAttachment` returns a blob.
Stumbled upon that, too, but I guess it's intended because `binary` changes how attachments are loaded.
@gr2m the updated workaround still returns base64 for me. It returns a buffer if I don't do `crypto`.