Aral Balkan
Aral Balkan
The solution for installing plugins like [quill-image-resize-module](https://github.com/kensnyder/quill-image-resize-module/) in a Nuxt/SSR app: 1. In your plugins folder, create a plugin for vue-quill-plugin: ```javascript import Vue from 'vue' import Quill from 'quill'...
Hey @mayowa, my pleasure. Glad to hear it helped and thank you for sharing your own experience also :)
Would launching the shell via the distrobox-enter command work for you? (That’s how I do it.) e.g., ```shell distrobox-enter --name my-container -- fish ```
Ditto on elementary OS 5.1.7 Hera x86_64 with Pantheon / Mutter(Gala). Sounds like issue #87 (with the fix likely coming in pull request #97).
Update: both PRs #97 (with warning) and #154 (without warning) fix the issue for me.
Ah, so could this be an ECR to modify that behaviour so that the stream link is always surfaced? I don’t want to add any other links :)
Not having looked at the code, wonder if it’s because the database update process that kicks in when Owncast runs doesn’t update the stored version (if the version is stored/read...
@p-e-w Do you have a fork where you’ve implemented this and/or are working towards this goal? I’d love to see it and possibly be involved. As you mentioned, there is...
@ctjlewis Thank you for this proposal. I’m looking into whether to implement SvelteKit in [Site.js](https://sitejs.org) and I’m being blocked by having issues with, for example, modules like [eff-diceware-passphrase](https://github.com/emilbayes/eff-diceware-passphrase) (@^1.0.0 as...
> it’s Snowpacks internal package CJS->ESM installer, powered internally by rollup. Neat; thank you :)