Skip to content

Instantly share code, notes, and snippets.

View sebmellen's full-sized avatar
🔍
Democratizing Science, Decentralizing the Future

Sebastian Mellen sebmellen

🔍
Democratizing Science, Decentralizing the Future
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sebmellen on github.
  • I am sebmellen (https://keybase.io/sebmellen) on keybase.
  • I have a public key whose fingerprint is DDF8 7A7D 1A76 02FE 0E17 DA02 AB10 2CCE DFF8 B145

To claim this, I am signing this object:

Verifying that "sebmellen.id" is my Blockstack ID. https://onename.com/sebmellen
@sebmellen
sebmellen / ABOUT
Created February 18, 2017 09:12 — forked from anonymous/ABOUT
Ultimate-GPG-Settings
The Goals of this Gist are to:
[1] Increase the GnuPG key size limit beyond 4096 bits.
[2] Provide configuration files that maximize security and anonymity.
For now, the ideal configuration files have been provided.
The Debian_Linux_GnuPG_Compiler.bash script works to build GnuPG with the 4096 bit key size limit raised.
Please provide input. Feedback and changes welcome.
@sebmellen
sebmellen / tailwind.config.js
Last active November 4, 2023 15:38
A tailwind.config.js file with the full color palette of Tailwind CSS 2.0, which I couldn't find available elsewhere. As of 2020-12-22, this config file works properly. Note that it will significantly increase the bundle size of your unpurged tailwind.css file!
// NOTE: AS REQUESTED, TAILWIND CSS 3.0 HAS FULL SUPPORT FOR ALL COLORS BY DEFAULT
// SEE https://tailwindcss.com/blog/tailwindcss-v3#every-color-out-of-the-box.
// As of 2020-12-22, this tailwind.config.js file includes all colors
// from the Tailwind CSS color palette reference laid out in full at this
// link: https://tailwindcss.com/docs/customizing-colors#color-palette-reference.
// Note that this will increase your unpurged Tailwind CSS file size immensely,
// for me it went from 3.64MB to 7.62MB! Be sure to purge your CSS in production!
// First we import the tailwindcss/colors dependency, as referenced
@sebmellen
sebmellen / pull-request-from-tag-action.yml
Created April 14, 2023 23:30
Create Pull Request from Tag Action
name: Create Pull Request from Tag
on:
workflow_dispatch:
inputs:
tag_name:
description: 'Tag Name'
required: true
target_branch:
description: 'Target Branch'
@sebmellen
sebmellen / push-sops-to-windmill.yml
Last active January 3, 2024 20:54
Push SOPS secrets to a multi-environment windmill.dev workspace
name: Push SOPS secrets to Windmill
on:
workflow_dispatch:
jobs:
deploy:
permissions:
id-token: write
contents: write
@sebmellen
sebmellen / check-comment-action.yml
Last active January 16, 2024 03:04
Protected GitHub fast-forward commit action with Mergefreeze
# PLACE THIS FILE IN A REPOSITORY THAT LIVES WITHIN YOUR ORGANIZATION TITLED "fast-forward-action"
# IN THE .github/workflows/check-comment-action.yml PATH
on:
workflow_call:
inputs:
repo_name:
required: true
type: string
pr_number:
required: true