I hereby claim:
- I am kevinoconnor7 on github.
- I am kevin (https://keybase.io/kevin) on keybase.
- I have a public key whose fingerprint is B66F 8F8C B281 8C18 91AA C351 4701 2E48 8251 7B3F
To claim this, I am signing this object:
| Finished executing kotlin compiler using IN_PROCESS strategy | |
| e: org.jetbrains.kotlin.util.FileAnalysisException: Somewhere in file /usr/local/google/home/kevinoconnor/Development/kotlin/libraries/stdlib/jvm/src/kotlin/collections/AbstractMutableCollection.kt: java.lang.IllegalStateException: KtSourceElement inside a SourceCodeAnalysisException was matched against the wrong FirFile source. This: | |
| > actual override fun iterator(): Iterator<E> | |
| ...is not present in...> /* | |
| > * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. | |
| > * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. | |
| > */ | |
| > |
| #!/bin/bash | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| ## BEGIN CONFIGURATION SECTION ## | |
| # The domain/path of your authelia service. For example: | |
| # - sso.example.com | |
| # - example.com/auth | |
| # - example.com:8443 |
| diff --git a/youtube_dl/downloader/hls.py b/youtube_dl/downloader/hls.py | |
| index 0f2c06f40..77ffa7789 100644 | |
| --- a/youtube_dl/downloader/hls.py | |
| +++ b/youtube_dl/downloader/hls.py | |
| @@ -138,6 +138,9 @@ class HlsFD(FragmentFD): | |
| else compat_urlparse.urljoin(man_url, line)) | |
| if extra_query: | |
| frag_url = update_url_query(frag_url, extra_query) | |
| + if '_ad/creative/' in frag_url: | |
| + self.to_screen('[AD!] Found ad url: %s' % frag_url) |
I hereby claim:
To claim this, I am signing this object:
| From be0511f947e256b8d6b16360369945eefdaf1073 Mon Sep 17 00:00:00 2001 | |
| From: Kevin O'Connor <[email protected]> | |
| Date: Fri, 30 May 2014 11:03:01 -0400 | |
| Subject: [PATCH] Strip json comments before json_decode | |
| --- | |
| src/lint/engine/ArcanistConfigurationDrivenLintEngine.php | 3 ++- | |
| src/workingcopyidentity/ArcanistWorkingCopyIdentity.php | 2 +- | |
| 2 files changed, 3 insertions(+), 2 deletions(-) |
| # LDAP address | |
| my $ldap_address = "" | |
| # LDAP base DN path | |
| my $ldap_base_dn = "" | |
| # LDAP user to connect with | |
| my $ldap_user_path = "" | |
| # LDAP user password to connect with |
| @import url(http://fonts.googleapis.com/css?family=Titillium+Web:200); | |
| /* ===[ Page ]=== */ | |
| body { background: #ccc url(/NoAuth/images/custbg.png) repeat } | |
| /* ===[ Page title ]=== */ | |
| div#header h1 { | |
| margin-top: 0px; | |
| font-family: 'Titillium Web', sans-serif; | |
| font-weight: 200; | |
| font-size: 1.8em; |
| <!-- Le script --> | |
| <script type="text/javascript" src="js/jquery.pagedown-bootstrap.combined.min.js"></script> | |
| <!-- Le CSS --> | |
| <link href="css/jquery.pagedown-bootstrap.css" rel="stylesheet"> | |
| <!-- Le lift --> | |
| <script type="text/javascript"> | |
| $("textarea#pagedownMeDangerously").pagedownBootstrap({ | |
| 'sanatize': false, |
| <!-- Le script --> | |
| <script type="text/javascript" src="js/jquery.pagedown-bootstrap.combined.min.js"></script> | |
| <!-- Le CSS --> | |
| <link href="css/jquery.pagedown-bootstrap.css" rel="stylesheet"> | |
| <!-- Le lift --> | |
| <script type="text/javascript"> | |
| (function () { |
| javascript:void((function(){$(".thing .arrow.down").click()})()); |