memikri

Results 2 comments of memikri

A potential workaround for this: preact.d.ts ```ts namespace preact { interface Component { // This is a workaround for https://github.com/preactjs/preact/issues/1206 refs: Record; } } declare module "preact" { export =...

What about the following setup: - Create a [sparse file](https://wiki.archlinux.org/index.php/sparse_file) for an instance - Create a [loopback device](https://linux.die.net/man/8/losetup) pointed to the sparse file and create a filesystem on the loopback...