Results 5 issues of Josh

Enabled monet theming. If user is on

We need the dependency checking function for MacOS to be working, so very vanilla users can jump right into this config without worrying about getting deps. through brew. The script...

help wanted

I am trying to run the example code provided in the wiki: ```lua -- DECLARE GAME VARS HERE local love = require "love" local lovetoys = require "lovetoys.lovetoys" lovetoys.initialize({ debug...

When reading the docs there are instructions on connecting to Google as well as Apple, but no nextcloud documentation, not even on the providers page. Could someone with success connecting...

I'm using the following Heading component to pass into the MarkDown component: ``` --- const { as: Component, href } = Astro.props; var styles = ""; console.log(Component); switch(Component) { case'h1':...