-
### Describe the bug
When my power goes too high via jumper cable or gasoline fuel cell or anything, it just instantly crashes the game. It's weird as heck
### Attach save file
[Southwood Acres-tri…
-
@pyramation,
I noticed your [fork](https://github.com/pyramation/file-ts) of ZenFS. Would you mind telling me more about your use case?
-
Using this for init.
```js
window.ZenFS.configure({
backend: window.ZenFS_DOM.IndexedDB,
storeName: "VirtualFS",
}).then(() => console.log(window.ZenFS));
```
Getting this error:
…
-
Hi there, I'm the maintainer of BrowserFS. I've been going through the dependents of browserfs.
Please see the notice in the readme: https://github.com/jvilk/browserfs
Would you be interested in…
-
Hi there, I'm the maintainer of BrowserFS. I've been going through the dependents of browserfs.
Please see the notice in the readme: https://github.com/jvilk/browserfs
Would you be interested in…
-
Hi there, I'm the maintainer of BrowserFS. I've been going through the dependents of browserfs.
Please see the notice in the readme: https://github.com/jvilk/browserfs
Would you be interested in…
-
Hello,
```js
window.ZenFS.configure({
backend: window.ZenFS_DOM.IndexedDB,
storeName: "VirtualFS",
idbFactory: indexedDB,
}).then(() => {
…
-
Hi there,
My project requires storing lots of data, around 100 megabytes.
I would like to use `zen-fs` on browser environment.
It's important to note that the data needs to persist between reloads …
-
The errors are as follows
> Failed to execute 'write' on 'FileSystemWritableFileStream': The provided ArrayBufferView value must not be resizable.
This is where the resizable ArrayBufferView com…
-
[resource.zip](https://github.com/zen-fs/zip/files/14905215/resource.zip)
After mounting this zip, readdir gave the following output
Seems that entries are flatten and not recognized properl…