David Raison
David Raison
I was referring to this issue's title, updating the docs and switching the example to use koa-better-router. I will post an example in a few minutes.
server.js: ```javascript const Koa = require('koa'); const app = new Koa(); app.experimental = true … api .resource('customer', require('./resources/customers')) app.use(api.middleware()); ``` customers.js: ```javascript const body = require('koa-better-body'); module.exports = { index:...
I inspired myself from this example: https://github.com/tunnckoCore/koa-rest-router#createresource It doesn't invoke the module, it only passes it as the first element in the array of route handlers, just as I did...
Thank you for the update!
Same results as @powerman using `awesome` window manager on `Debian 11`: ```bash kwisatz@thufir:~$ ps -uw --pid $(pgrep polkit) USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root...
> ChatGPT ;) ```bash root@thufir:~# systemctl status polkit ● polkit.service - Authorization Manager Loaded: loaded (/lib/systemd/system/polkit.service; static) Active: active (running) since Wed 2022-12-28 15:14:36 CET; 1 months 23 days ago...
> I tried to reproduce this locally and wasn't able to. Unfortunately, I'm currently lacking the time to hunt this bug any further. > > It would be very helpful...
> Looks like this problem occurs with smaller screen resolutions. At 2k resolution I have no problems What do you mean exactly by 2k? 1080p (1080 pixel height) ? I...
I'm seeing the same issue since the last update. I have about 30 mails in the queue, all stating: > Execution of Sieve filters was aborted due to temporary failure...
After removing the `IPv6` subnet configuration as mentioned in #5668 I can confirm that my mailq is back to empty and `dovecot/sieve` is again able to connect to `postfix`.