Skip to content

Instantly share code, notes, and snippets.

View darthrevan's full-sized avatar
🐌

Elena darthrevan

🐌
  • België (Vlaanderen)
View GitHub Profile
@darthrevan
darthrevan / get_iterm_themes.py
Created October 25, 2023 10:02
get all iterm2 themes
from urllib.request import urlretrieve
raw = "https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/3024%20Day.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/3024%20Night.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/BlueDolphin.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/CGA.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/CLRS.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Django.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/DjangoRebornAgain.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/DjangoSmooth.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Dracula%2B.itermcolors,https://raw.githubusercontent.com/mbadolato/iTerm2-Colo
# How to use
# 1: Go to simulate tab with your character setup in it
# 2: Copy everything under the boss name (only 1 boss at a time)
# 3: Paste it below your character information (and copies) in the simulate tab
# CREDITS: Sham from shaman discord
# original doc: https://docs.google.com/document/d/1SaxjA_gZcWvrpC3VvtMdlqAC_jmukszrktfQ2Du4iIw/edit
# Video Guide: https://www.youtube.com/watch?v=ZJjZ8bFMLH0
# Skorpyron:
Message: java.util.NoSuchElementException: None.get
scala.None$.get(Option.scala:313)
scala.None$.get(Option.scala:311)
com.sonenko.eliken.service.social.FacebookOAuthService.verifyAndGetAccessToken(FacebookOAuthService.scala:46)
com.sonenko.eliken.service.social.FacebookOAuthService.signRequest(FacebookOAuthService.scala:53)
com.sonenko.eliken.rest.SocialRestApi$.com$sonenko$eliken$rest$SocialRestApi$$serveSocialCallback(SocialRestApi.scala:47)
com.sonenko.eliken.rest.SocialRestApi$$anonfun$1.applyOrElse(SocialRestApi.scala:18)
com.sonenko.eliken.rest.SocialRestApi$$anonfun$1.applyOrElse(SocialRestApi.scala:16)
scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:33)
net.liftweb.http.rest.RestHelper$class.apply(RestHelper.scala:522)