- Fixed issue where defeating Collector with Defender’s Crest equipped could make Collector invincible.
- Fixed issue where certain bosses were invulnerable to Flukenest
- Fixed issue where defeating a Warrior Dream with Flukenest, spore cloud or dung cloud caused an error that locked you out of retrieving Essence
- Fixed issue where Flukemarm didn’t respond aggressively to being stunk out by Defender’s Crest.
- Re-added missing audio and art to new Hidden Dreams boss.
- Slight adjustment to a Hidden Dreams boss’s falling attack.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
require "rest-client" | |
require "json" | |
require "fileutils" | |
USER = "kuro-soundworks" | |
BASE_URL = "https://api-v2.hearthis.at" | |
MANIFEST_FILE = "tracks.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
unset CDPATH | |
export RBENV_ROOT="${XDG_HOME:-$HOME/.local}/toolchain/rbenv" | |
test -d "$RBENV_ROOT" || mkdir -p "$RBENV_ROOT" | |
cd "$RBENV_ROOT" | |
git clone "https://github.com/valeth/rbenv.git" . | |
git checkout setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting program: /usr/bin/latte-dock | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/usr/lib/libthread_db.so.1". | |
[New Thread 0x7fffe26c2700 (LWP 9179)] | |
[New Thread 0x7fffdbfff700 (LWP 9180)] | |
[New Thread 0x7fffda7a3700 (LWP 9182)] | |
[New Thread 0x7fffd1acb700 (LWP 9183)] | |
[New Thread 0x7fffd12ca700 (LWP 9184)] | |
[New Thread 0x7fffd08c4700 (LWP 9185)] | |
[New Thread 0x7fffc8d0f700 (LWP 9186)] |
You could have postgre installed on localhost with password (or without user or password seted after instalation) but if we are developing we really don't need password, so configuring postgre server without password for all your rails project is usefull.
- postgresql
- postgresql-client
- libpq-dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name DiscordStaticAvatars | |
// @namespace https://files.noodlebox.moe/ | |
// @downloadURL https://files.noodlebox.moe/userscripts/DiscordStaticAvatars.user.js | |
// @version 1.0.1 | |
// @description Don't animate avatars in the chat area | |
// @author noodlebox | |
// @require https://code.jquery.com/jquery-3.1.1.min.js | |
// @require https://cdn.jsdelivr.net/lodash/4.17.2/lodash.min.js | |
// @match *://*.discordapp.com/channels/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name WKBD Settings Hack | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Inject userstyle settings | |
// @author Valeth | |
// @match https://userstyles.org/styles/135572/wanikani-breeze-dark | |
// @include https://code.jquery.com/jquery-3.2.1.min.js | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
level: ERROR | |
logger: Discordrb | |
message: An error occurred while heartbeating! | |
--- | |
timestamp: '2017-02-10T01:24:22.313415+01:00' | |
level: EXCEPTION | |
logger: Discordrb | |
message: "#<OpenSSL::SSL::SSLError: SSL_write: bad write retry>" | |
--- | |
timestamp: '2017-02-10T01:24:22.314070+01:00' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Match] | |
Name=* | |
[Network] | |
DHCP=yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scrobbler loadSettings "Last.fm" "Va1eth" false true | |
Scrobbler loadCache "/home/valeth/User/cache/cantata/scrobbling/tracks.xml.gz" 0 | |
Icon theme "cantata" not found. | |
Scrobbler mpdStateUpdated false 0 3 | |
Scrobbler mpdStateUpdated false 3 3 | |
Scrobbler setSong true false 302 "Waterflame - Glorious Morning.ogg" "Glorious Morning" "Waterflame" "Unknown" "" | |
Scrobbler calcScrobbleIntervals timeout 151000 24000 10 | |
Scrobbler mpdStateUpdated false 3 3 | |
Scrobbler mpdStateUpdated false 3 2 | |
Scrobbler mpdStateUpdated false 2 2 |