Marten de Vries
Marten de Vries
Currently working in: - [x] loops - [ ] switch statements - [ ] try/catch/finally (a.k.a. still some work to do)
This seems to work, but the logic needs some more review. Also testing in Travis.
An express-pouchdb issue that will crop up in pouchdb-express-router as well: https://github.com/pouchdb/express-pouchdb/issues/159 Includes a fix.
including auth_cache_size. The hardest part is probably invalidating the cache. Then again, every write to the db is already intercepted so it shouldn't be too difficult.
For untrusted computers, that works only with the online db. Pretty much the idea described in the warning.
The hub currently schedules a separate celery job for each HTTP request that it sends out during content delivery. That does not scale, especially with a large message body. A...
I encounter this (among others) at https://websub.rocks/subscriber/100. My original POST subscription request (as defined in # 5.1 Subscriber Sends Subscription Request) gets answered with a 400 code. The body includes...
While testing my implementation with https://websub.rocks/hub/104, after clicking the 'Unsubscribe' button (using a public hub) while 'Waiting for unsubscription to be confirmed' I get the following error: > Error! >...