insidewhy

Results 151 comments of insidewhy

@felixfbecker In my case I can't just make the file accessible: 1. The file is in a directory above my typescript project, so not sure why it's stopping the server...

Getting this problem on archlinux with the latest version of everything. Whether I am root or not I get this error and nothing suggested helps.

Installed on archlinux and my machine has no `libvirtd` group (I have the `libvirt` package installed). It does have a `libvirt` group though, added myself to that and it didn't...

Fix in https://github.com/koajs/koa-redis/pull/56 together with proper expiry support. Also replaced generators with async/await and added TypeScript support. Published as koa-redis-snowman. Happy to merge upstream.

@DaAwesomeP @jmeo The correct way to do this is via redis-session's `rolling` and `maxAge` parameters now.

Published koa-redis-snowman with the correct support for this (and also koa-session support). Happy to merge upstream if the maintainers come back.

I'm getting the same error on circleci, in a node:14-alpine container, but the exact same build works in the exact same container on my home machine. Installing the tools using...

Is this a case of "should be using peer dependency instead of dependency"?

I can't work out how to mock updates to a single subscription. Only the first subscription response I list ever gets sent. If I list two query responses in the...

@gmemstr I'm having the same issue as the issue opener. Here is the result of `circleci diagnostic`: ``` % circleci diagnostic --- CircleCI CLI Diagnostics --- Debugger mode: false Config...