Today I'm giving my app up for the org's review!!
Can't wait for the input
Right now this app is a mess, seeing as I started drafting the prototype 2 weeks ago and finished today in a rush for presentation.
But the code is only for me to see and the design will be changed as needed with the help of the org's artists
Made it with #angular + #typescript and ported it for #android
using #indexeddb for a db (as of now)
Dealing with relationships is a mess :blobfoxlaughsweat:
#angular #typescript #android #indexeddb #programming
Trying to figure out if there would be any potential issues with just using #indexeddb for storage with a #tauri app. As long as you app has good import/export fuctionality I don't see one? It looks like Tauri even provides a way to set the location where webview stores data.
Interesting. It appears @denoland is implementing a key-value inside #Deno: https://github.com/denoland/deno/pull/18232
I had hoped they would implement #indexedDB, but this appears to be harder than it should be. https://github.com/denoland/deno/issues/1699#issuecomment-472237532
I would prefer a standard, but I'll take it.
In #dropserver apps I tend to import #SQLite as #WASM module, but that doubles the sandbox startup time. I can make do with a KV store if it comes for free. In many cases that will work well enough.
#wasm #sqlite #dropserver #indexeddb #deno
Where does Safari store its indexed databases? I'm trying to copy a customers DB so I can locally inspect its state.
@planeth @tbroyer @slightlyoff @oschonrock @agarzola @ddonnell I can confirm the pain of storing Blobs in #IndexedDB on #Safari, though my experience is also a few years old. Hopefully things have improved since then.
#Development #Overviews
(Almost) everything about storing data on the web · Options to store data locally on a user’s device for client-side or offline access https://ilo.im/10hh92 · by @patrickbrosset
_____
#WebDevelopment #WebDev #WebApplication #WebApp #Browser #Chrome #Firefox #Edge #Safari #Storage #WebStorage #IndexedDB #CacheAPI #OPFS #SQLite
#development #Overviews #webdevelopment #webdev #webapplication #webapp #browser #chrome #firefox #edge #safari #storage #webstorage #indexeddb #cacheapi #opFS #sqlite
Question #MastodonWeb #developers: How do you get ahold of the bearer token for #GreaseMonkey compatible requests?
Right now, I have to hardcode it, and can't find it in the usual places (global variables, local db storage, etc). I checked out the source a little too. Still no clue.
#WebDev #Mastodon #mastodondevs #MastodonDev #MastodonDevelopers #OSINT #javascript #BearerToken #IndexedDB #React #ReactJS #webdevelopement #webdevs
#webdevs #webdevelopement #reactjs #react #indexeddb #bearertoken #JavaScript #osint #mastodondevelopers #mastodondev #mastodondevs #Mastodon #WebDev #greasemonkey #developers #MastodonWeb
Was thinking about adding an in-browser database for toots in Yoyogi (um, this non-timeline Mastodon reader app I made https://fasiha.github.io/yoyogi/) and thought, "PouchDB?" Went to check Pinafore, the other brainchild of Mister PouchDB, @nolan, and saw it uses raw IndexedDB! <rolling up sleeves to learn raw IndexedDB> #Yoyogi #PouchDB #Pinafore #IndexedDB
#yoyogi #pouchdb #pinafore #indexeddb
Is there something in the wild that encrypts/decrypts data to push/pull on #indexeddb using browser’s #cryptoapi ?
#indexeddb #cryptoapi #frontend #frontenddevelopment #javascript
@shonpolo@framapiaf.org Fournir des données hors-ligne serait une avenue intéressante ... Il faudrait bien que j’apprenne à me servir de #IndexedDB et #ServiceWorkers 🤔
@wion@writing.exchange
Ah si, on peut bien sur utiliser les #localStorage ou la #indexedDB … vive les silos, mêmes sur ton ordi tu n’es plus maitres de tes données !!!!! 😡
Today I learned that #IndexedDB doesn't work in #Firefox Private mode. It is there. It is readable. But it is not writable. Bug ticket around it exists for 8 years. Lots of ideas for solutions. But nothing implemented yet.
Someone (else) please implement #indexeddb atop #foundationdb, thanks kindly.
Les extensions dans Firefox 66 (actuellement en bêta et Developer Edition) : améliorations majeures de performances pour le stockage avec migration automatique vers #IndexedDB https://blog.mozilla.org/addons/2019/02/15/extensions-in-firefox-66/ Mike Conca d'AMO
I add NULL values to set up my IndexedDB but it still shows returns typeof as undefined... What am I doing wrong? #webdev #indexeddb #help