Chris Spiegl
Chris Spiegl
I was able to achieve the result by doing this in my `main.js`: ```js import { VueFire, VueFireAuth, globalFirestoreOptions, firestoreDefaultConverter } from 'vuefire' globalFirestoreOptions.converter = { // the default converter...
To have this in the docs as "planned" and then having it basically "dead" for 3 years? Not sure that's the best way to get new customers. I was so...
I was able to kind of have a work around for my current project by using a `cjs` config file: ```js const config = require('../../.xo-config.cjs') module.exports = { ...config }...
I see there is an implementation in progress. Would it make sense to integrate with Zero Trust from CloudFlare for authentication purpose? Just a thought to keep things in the...
I just setup Zero Trust myself for a few things and it's really fascinating how powerful it is. As far as I understand it, it would not support any way...
@lane711 the user information is completely stored in Zero Trust and one can activate a handful of auth providers (where you have to then have your own app registrations with)....
I found that I can hide shorts by their time `aria-label`: ```js function removeShortsFromSubscriptions(label) { const $el = $(`.ytd-thumbnail-overlay-time-status-renderer[aria-label=Shorts]`) if (!$el.length) return $el.parents('ytd-grid-video-renderer').remove() } ```
This could ultimately be upgraded by just putting files in `r2` storage and then making cloudflare images optional? Since that would keep it in the possibility to run a completely...
Souns like there are two working solutions then, but this repo is one of the oldest and ideally should still get the Stale/Deprecated notice in the README.md file. Working alternatives...
I've installed the beta and thus far there are no issues that I have noticed. Was able to make all the settings in the panel I desired and it's working...