Fabian Mossberg
Fabian Mossberg
When i run make i get the following error: ``` -- Configuring done CMake Error at /Users/fabian/Documents/mac/Retro68-build/toolchain/m68k-apple-macos/cmake/add_application.cmake:46 (add_executable): Cannot find source file: /Users/fabian/Documents/mac/MacPlayer/Keys.cpp Tried extensions .c .C .c++ .cc .cpp...
This PR implements the suggestion I made in issue #809 - Adding the variable `blue` with the value `#0969da` - Applying `blue` to links in the shownotes, unless they: -...
After listening to an episode, i often check the shownotes to check out the stuff that was talked about in the episode. Today, all links are a gray color, regardless...
It would be great with an option to serach from the END of the song for a matching piece of sound. I have a clip that is about 3 minutes,...
I have followed the instructions and installed all the dependencies, but I get the following error when i do a CMake: ``` CMake Warning (dev) at /Users/fabian/Documents/mac/Retro68-build/toolchain/m68k-apple-macos/cmake/add_application.cmake:46 (add_executable): Policy CMP0003...
For some reason, I do not get the timing on `/?wc-ajax`, the [ajax endpoint for WooCommerce](https://woocommerce.github.io/code-reference/classes/WC-AJAX.html ). It would be of great help if it would be possible to add...
I set up the [starter template](https://github.com/joshnuss/airbadge-example), and I get the very same error as I get on the [live demo](https://demo.airbadge.dev). I have tried to revoke all users from the app,...
Added instructions in the documentation on how to generate the `AUTH_SECRET` needed for Auth.js. https://authjs.dev/getting-started/installation?framework=sveltekit#setup-environment Closes: #6
In the documentation, when [configuring the environment](https://docs.airbadge.dev/getting-started#configure-environment), there is no mention of the `AUTH_SECRET` env variable. Without it, I got the following error: ``` [auth][error] TypeError: "ikm"" must be an...