Alex Komoroske
Alex Komoroske
As in, have it be an indexed text field, have an editing control in editor, and allow it to be in card diffs. Noticed while working on #601 how odd...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
Noticed while working on #453, but presumably there for awhile
The way to add a link to text to some non-card thing is very unclear. You have to paste in your URL as a query, then hit the link button....
Persistence was turned off in #528 , because `enableIndexedDbPersistence` 's promise was never being resolved or rejected when running in a browser where there had been persistence enabled with the...
Originally tracked in #528. https://firebase.google.com/docs/admin/migrate-node-v10 "Note that Cloud Functions for Firebase does not offer ES modules support yet. You cannot use the above syntax in Cloud Functions implementations." 🙄
Originally tracked in #528. The commit was largely done in b0e8fa6cf98cdefc9b5b828fec48ce1950ed11e1, but reverted (in 4466c21660833d5ac3698f91255af531605ed385) because there was the @#@!%&# compat firebase import problem that made #528 have to all...
Originally tracked in #589. The build reports two different problems, in card-preview.js and card-renderer.js: Plugin minify-html-literals: splitHTMLByPlaceholder() must return same number of strings as template parts
Originally tracked in #589 Currently card-web-app.js in the build is a very simple "facade" export that then imports the "real" card-web-app import that uses the hash value in the URL....