Noah Klayman

Results 58 comments of Noah Klayman

This repo is broken. For an updated version that works, check out my app, CA DMV appointment fastfinder. Get it on the play store [here](https://play.google.com/store/apps/details?id=com.f12devs.CaDmvAppointmentFastFinder).

Now that 1.0 is released, could this be created as a plugin? The plugin api appears to be quite powerful as there is a blog plugin. @robsontenorio would it be...

I'm gonna give this issue a go, any suggestions before I start working on it? I was thinking I'd make a class that serves as a drop-in replacement for a...

@ethanaobrien I also found that in-place writes don't work, but they do when using [SyncAccessHandle](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemSyncAccessHandle). This has the downside of only working within the [Origin Private File System](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API#origin_private_file_system), but that...

Here's a working read-only implementation: https://github.com/nklayman/v86/tree/origin-private-file-system. I copy the file into the origin private file system, then can read from (and hopefully write to) it. The file operations have to...

It would be really difficult to make the code changes necessary for an extension to be installed from a cli tool. I don't really think there is a way to...

If you found a way to do it than that is awesome, I'm glad to be wrong on this. However, the maintainer of this repo seems to be MIA and...

[Here is an example](https://github.com/nklayman/theia/tree/examples/add-tauri/examples/tauri) of a Tauri app that spawns a binary that starts a server and then navigates the webview to that url.