Syntax

Results 30 comments of Syntax

> Chokidar give me nothing but nightmares... how does vite watch things? @FossPrime With native modules which WebContainers cannot use. StackBlitz has indicated they will add a `watch` method to...

Yeah currently we autosave to the webcontainer FS... which is destroyed completely on reload. We should either mirror to OPFS/IndexedDB or at least a onbeforeunload hook like you suggested.

Currently the editor models are cleared by the syncing, which clears the file on the Filesystem. Looking into that.

@FossPrime yes it's currently in a separate chunk that's only loaded if you have a collaboration key (location.hash is populated)

@FossPrime yeah this looks good to me.

@kelset thanks for the prompt reply and the engagement. @mojavad I was mainly interested in adding `tvOS` + `Android TV` in the existing pipeline through https://github.com/react-native-tvos/react-native-tvos. I do realize there...

@dohomi yes, I use a custom React Router for this reason, it's actually quite easy: https://github.com/kat-tax/exo/tree/master/library/src/layout/navigation For advanced apps I'm looking into generating a react-native-router config for native, and either...

@matejkriz sorry. I meant [react-native-sensitive-info](https://github.com/mCodex/react-native-sensitive-info) (v6, the new nitro version). updated the description. Both op-sqlite and expo-sqlite supports sqlcipher and we currently do enable that if an encryptionKey is set....

https://github.com/kesha-antonov/react-native-background-downloader

I trigger a separate workflow when the tauri workflow completes. You can also dispatch an S3 upload (R2 in this case) manually by specifying the release tag. Useful as you...