Skip to content

Instantly share code, notes, and snippets.

View Miniontoby's full-sized avatar
💭
Don't worry! Jesus is the Light of the world!

Miniontoby Miniontoby

💭
Don't worry! Jesus is the Light of the world!
View GitHub Profile
@Miniontoby
Miniontoby / 1-Key-Fill-Source-Filters-For-HTML-CSS.md
Last active November 21, 2025 11:24
Key and Fill Source filters for HTML/CSS page content

Background Information

Let's start with some background information, so you'll get my point of view.

So I've been working on a content projection software, for lyrics, pictures, videos, pdf's, countdown and clock. Since it would be used on beamers, but also for livestream subtitles, I also implemented a greenscreen preset.

The other day I helped out on a big conference as end of director for the livestream. For the lower thirds for nameplates and stuff we used ProPresenter sending out TWO feeds. One with black/white and one with the actual content.

@Miniontoby
Miniontoby / Use SQLite3MultipleCiphers with rusqlite.md
Created July 27, 2025 12:22
Using SQLite3MultipleCiphers with rusqlite. RC4 encryption support and more!
@Miniontoby
Miniontoby / Fix_For_SSLCertificateProblem_Windows_Issue.md
Created May 16, 2025 06:43
Fix for "SSL certificate problem: unable to get local issuer certificate" windows issue!

Recently I was working on some code, I was pulling the changes and I ran into this issue:

fatal: unable to access 'LINK': SSL certificate problem: unable to get local issuer certificate


After a lot of research I found the solution here

It just happens if we are using the old version of the git, updating the git should solve this issue.

@Miniontoby
Miniontoby / Docker Host Mode, Fix for Failed to get hostname.md
Last active January 25, 2025 16:37
Docker Host Mode, fix for "Failed to get hostname, using 'localhost'" warning

Docker Host Mode, fix for "Failed to get hostname, using 'localhost'" warning

Are you running Docker in Host Mode? And are you getting the following error?

Failed to get hostname, using 'localhost' java.net.UnknownHostException: 731089ff-a983-4140-8033-cb66c33766da: 731089ff-a983-4140-8033-cb66c33766da: Name or service not known

This also applies to Pterodacyl/Wings in Host Mode too!

Then use the code below to fix it!

@Miniontoby
Miniontoby / AutoStartRichPresence.plugin.js
Last active February 23, 2024 10:15
AutoStartRichPresence.plugin.js
/**
* @name AutoStartRichPresence
* @version 2.0.10
*
* @author Miniontoby
* @authorId 849180136828960799
* @description Auto starts Rich Presence with configurable settings.
*
* @updateUrl https://raw.githubusercontent.com/Miniontoby/MinionBDStuff/main/Plugins/AutoStartRichPresence/AutoStartRichPresence.plugin.js
* @source https://raw.githubusercontent.com/Miniontoby/MinionBDStuff/main/Plugins/AutoStartRichPresence/AutoStartRichPresence.plugin.js