-
Feature Description
A virtual filesystem (vfs) for use within sokol-luajit to allow for packaging of resources and decoupling from platform io.
Usage
The vfs shall work with sokols fetch system…
-
### Describe the bug
```ts
import { createServer } from 'vite'
const server = await createServer({
plugins: [
{
name: 'virtual-fs',
resolveId (id) {
if (id === 'my-…
-
## Background
MEGAsync is a sync client, which means the local and cloud storage should match.
If I want to sync 2T files in cloud, then I need 2T storage in local, which is not convenient.
Compa…
-
Make an option so that only the virtual file system is present and the disk file system is not. This allows the system to run without a disk and in total virtual space.
-
### Quick summary
Recent Updates when using Virtual File System Taking close to 10 minutes to do anything after loading even to change a setting
### Details
I have 1.65TB of PS3 game data ins…
-
There might be use-cases where you need a file system like S3 or Object Storage.
This is more of a maybe.
-
Trillek needs a virtual file system (VFS). This is an abstraction layer over the real disk. By adopting a layered bind mount approach it would be very flexible allowing us to load assets from zip/tgz …
-
### Explain what happens
1. cockpit-sosreport not working. A report is created so the percentage runs and then nothing happens
2.
3.
sudo apt-get install cockpit-sosreport -y
### Version of Coc…
-
I've been getting logs like this for a while now when updating my system, but up until recently, I haven't encountered any other issues. A week or two ago, when rebooting after an update, I wasn't sho…
-
```bash
uv pip install -e . # ✅
uv lock --upgrade # ✅
uv sync --upgrade # ↯ removes main package
```
It seems this is because if `[build-system]` is missing, then `uv.lock` says `source = { virtua…