Terry Luan

Results 46 comments of Terry Luan

Hey I'm new to open source, and would like to also give this a try! Going to try to work on `examples/models/file/widgets.py` and `examples/models/file/twin_axis.py`!

As mentioned in #80, there were issues when initializing the `Stat` objects. Looking further into it, I found that the `dirEntries` was called to get the directory entries. However, it...

Ah, didn't even notice it, thanks for the heads up! I just merged + re-added the changes

Hi @james-pre, so sorrry about the lack of update! Got busy with some real life stuff, and didn't see the comments. Just got a replacement for my previous laptop, and...

Hey @james-pre, I've been taking a look at the double unlocking issue, and I've gotten an idea of why it's bugging. Specifically, it occurs when you have two processes waiting...

No worries at all, thanks for allowing me to help! I think there's been a misunderstanding. To clarify, the issue occurs in the following scenario, when there are 3 locks;...

Yep, thanks for clarifying!

The important code is in the fileSystem.ts file, which I'll copy down below: ```ts import { FileSystem } from "@zenfs/core"; import { configure } from "@zenfs/core"; import fs from "@zenfs/core";...

Thanks for the quick response @james-pre ! I believe if it's an async function, you should still be able to run it without `async`/`await` or `.then` and it would just...