-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrowserFS Deprecated #2991
Comments
Hi, thanks for reaching out and informing us of the notice! It seems like ZenFS is a simple drop-in replacement, so it seems doable. We are trying to modernize our dependencies as well at the moment so it is a good chance to remove any outdated/deprecated packages. Are you interested in making a PR for it? |
While I wouldn't mind helping, I've made a lot of issues about this and making PRs for each one is not feasible. However, I'm certainly willing to help out. The ZenFS readme should have enough information to migrate from BrowserFS. If you need any additional information or have any questions, please reach out to me and I will do my best to help. |
@james-pre No worries, I just wanted to check if you perhaps have made a codemod or some equivalent thing to automate the migration process before I started, as I understand you must have made a lot of issues regarding this. Otherwise, that's fine, I'll work on the PR, thank you! |
For most use cases, it should be straightforward to upgrade so I think it would be better to do the migration manually. That way the programmer can choose how to configure ZenFS. |
@james-pre it seems like Not sure if this is something related to our project configuration, but perhaps could you consider only shipping the |
@RichDom2185 this is because the tsconfig.json was not published as well. v0.9.6 should fix the issue. |
@james-pre Thanks for the quick response! Unfortunately, despite updating to the latest versions of Judging by the type errors and also cross-checking your I'm thinking of just figuring out how to disable the typechecking for
|
I feel that using strict mode would actually benefit ZenFS... I'm working on making those changes and plan on releasing them soon. I've already found and corrected a number of bugs thanks to strict mode so it is definitely helping. |
@RichDom2185 Strict mode has been added in core v0.9.7 and DOM v0.2.6. Also, the tsconfig is also published along with the sources. You should have more success with that. Please let me know if you have any issues. |
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 updating your project to use the updated fork, ZenFS?
The text was updated successfully, but these errors were encountered: