Rosano

Results 38 issues of Rosano

**https://joybox.rosano.ca** **A browser-based app for collecting and sharing audio/video links ** # By submitting this pull request I confirm I've read and complied with the below requirements. Failure to properly...

**https://emojilog.rosano.ca** **Browser-based app that stores everything locally, no account necessary** # By submitting this pull request I confirm I've read and complied with the below requirements. Failure to properly do...

**https://hyperdraft.rosano.ca** **Offline-capable PWA for taking notes that requires no account. Optionally connect remoteStorage for web publishing.** # By submitting this pull request I confirm I've read and complied with the...

will-review-later

**https://kommit.rosano.ca** **Let's anyone study flashcards orally (by listening to text-to-speech audio). No login necessary.** # By submitting this pull request I confirm I've read and complied with the below requirements....

will-review-later

**http://launchlet.dev/** **An editor for JavaScript and CSS snippets that lets you personalize any website. No login necessary.** # By submitting this pull request I confirm I've read and complied with...

will-review-later

**https://0data.app** **Most of these apps can work without login or allow the user to 'bring their own account'** I think actually it might be cool to have a section for...

will-review-later

I have a module defined inside of this initialization code (I copied it from somewhere else and don't fully understand it). Inside of it, the plugin recognizes `exports` as type...

I noticed that supervisor was refreshing when my `ejs` files changed, even though the specified extensions are `node,js,yaml`. I think the RegExp match string is missing an escape: ```js var...

It seems like deleting objects in anonymous mode marks them as `local.body: false` instead of removing their entries from the database. I tested in Safari (non-private) and Chrome (private) using...

I resolved this via `storageClient.caching.enable('/public/MODULE_NAME/')` and if I just write a second time it works, but I'm wondering why it is necessary to cache the potentially large public folder to...