I hereby claim:
- I am arzte on github.
- I am the_doctors_life (https://keybase.io/the_doctors_life) on keybase.
- I have a public key ASAdq99H7b0MePNomO8u2_hDuhgfFKJLA11vNdNMbLGbqQo
To claim this, I am signing this object:
| if (has("termguicolors")) | |
| set termguicolors | |
| endif | |
| if exists("g:neovide") | |
| let g:neovide_transparency=1 | |
| endif | |
| "dein Scripts----------------------------- | |
| if &compatible |
| # Alacritty sets this to Alacritty by default, | |
| # set to 256 so colors work properly | |
| export TERM="xterm-256color" | |
| # Vim mode | |
| ## VIM is a great editor, let's use it's interface everywhere | |
| bindkey -v | |
| # Options | |
| setopt cdable_vars # Like AUTO_CD, but for named directories |
I hereby claim:
To claim this, I am signing this object:
| 19-7-1 21:17:01.8|Debug|DownloadDecisionMaker|Processing release 'Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01 of 12] [1080p] [RUS + JAP]' from 'Nyaa.si' | |
| 19-7-1 21:17:01.8|Debug|Parser|Parsing string 'Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01 of 12] [1080p] [RUS + JAP]' | |
| 19-7-1 21:17:01.8|Debug|Parser|Episode Parsed. Yakusoku no Neverland TV-1 [01 of - 012 | |
| 19-7-1 21:17:01.8|Debug|Parser|Language parsed: Russian | |
| 19-7-1 21:17:01.8|Debug|QualityParser|Trying to parse quality for Yakusoku no Neverland TV-1 | [-1] [WEBRip] [01 of 12] [1080p] [RUS + JAP] | |
| 19-7-1 21:17:01.8|Debug|Parser|Quality parsed: WEBDL-1080p v1 | |
| 19-7-1 21:17:01.8|Debug|Parser|Release Group parsed: | |
| 19-7-1 21:17:01.8|Debug|ParsingService|No matching series Yakusoku no Neverland TV-1 [01 of | |
| 19-7-1 21:17:01.8|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Unknown Series |
| error[E0495]: cannot infer an appropriate lifetime due to conflicting requirements | |
| --> src\commands\owner.rs:44:19 | |
| | | |
| 44 | thread::spawn(move || -> Result<()> { | |
| | ___________________^ | |
| 45 | | if let Ok(mut message) = msg.channel_id.say("Now updating Arzte's Cute Bot, please wait....") { | |
| 46 | | | |
| 47 | | if let Ok(mut cmd_output) = msg.channel_id.say("**```\n \n```**") { | |
| ... | | |
| 91 | | Ok(()) |
| use core::structs::ShardManagerContainer; | |
| command!(quit(ctx, msg, _args) { | |
| // The shard manager is an interface for mutating, stopping, restarting, and | |
| // retrieving information about shards. | |
| let data = ctx.data.lock(); | |
| let shard_manager = match data.get::<ShardManagerContainer>() { | |
| Some(v) => v, | |
| None => { |
| thread 'serenity client' panicked at 'called `Result::unwrap()` on an `Err` value: Http(UnsuccessfulRequest(Response { status: BadRequest, headers: Headers { Date: Sun, 11 Nov 2018 06:34:31 GMT | |
| , Content-Type: application/json | |
| , Content-Length: 20 | |
| , Connection: keep-alive | |
| , Set-Cookie: __cfduid=d6bf186156e1a409ac2c51267240fe41f1541918071; expires=Mon, 11-Nov-19 06:34:31 GMT; path=/; domain=.discordapp.com; HttpOnly | |
| , Strict-Transport-Security: max-age=31536000; includeSubDomains | |
| , X-RateLimit-Limit: 5 | |
| , X-RateLimit-Remaining: 4 | |
| , X-RateLimit-Reset: 1541918077 | |
| , Via: 1.1 google |
| use serenity::client::bridge::gateway::ShardId; | |
| use chrono::Duration; | |
| use super::super::ShardManagerContainer; | |
| command!(ping(ctx, msg) { | |
| // The shard manager is an interface for mutating, stopping, restarting, and | |
| // retrieving information about shards. | |
| let data = ctx.data.lock(); | |
| let shard_manager = match data.get::<ShardManagerContainer>() { |
| # Template file for 'Thunar' | |
| pkgname=Thunar | |
| version=1.6.14 | |
| revision=1 | |
| build_style=gnu-configure |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86_64 4.15.6-zen Kernel Configuration | |
| # | |
| CONFIG_64BIT=y | |
| CONFIG_X86_64=y | |
| CONFIG_X86=y | |
| CONFIG_INSTRUCTION_DECODER=y | |
| CONFIG_OUTPUT_FORMAT="elf64-x86-64" | |
| CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" |