This file contains hidden or 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
############## Kodi CRASH LOG ############### | |
################ SYSTEM INFO ################ | |
Date: Sun Dec 17 16:19:21 CST 2023 | |
Kodi Options: | |
Arch: x86_64 | |
Kernel: Linux 6.6.6-2-cachyos-lto #1 SMP PREEMPT_DYNAMIC Mon, 11 Dec 2023 17:41:06 +0000 | |
Release: Arch Linux | |
############## END SYSTEM INFO ############## |
This file contains hidden or 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
diff --git a/PKGBUILD b/PKGBUILD | |
index aedcd81..fe8d85c 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -20,12 +20,17 @@ sha256sums=('57710d3add72301d47a9eef016916ee5f61b7b8604c73450d67b9ba962eff60c' | |
'cc026f59fd6e37ae90f3449df50810f1cefa37da9444e1188302d910518710da' | |
) | |
-#prepare() { | |
+prepare() { |
This file contains hidden or 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
import os | |
from inspect import isfunction | |
import math | |
import torch | |
import torch.nn.functional as F | |
from torch import nn, einsum | |
from einops import rearrange, repeat | |
from inspect import isfunction | |
from typing import Any, Optional | |
import xformers |
This file contains hidden or 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
!204.93.231.0 | |
!204.93.231.1 | |
!204.93.231.2 | |
!204.93.231.3 | |
!204.93.231.4 | |
!204.93.231.5 | |
!204.93.231.6 | |
!204.93.231.7 | |
!204.93.231.8 | |
!204.93.231.9 |
This file contains hidden or 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
/* ==UserStyle== | |
@name Google AMP Delay Remover | |
@author ilikenwf | |
@namespace ilikenwf | |
@version 20210409.0.2 | |
@description `Use in conjunction with uBlock Origin to block the ampproject stuff and be free.` | |
@license GPL | |
==/UserStyle== */ | |
html[amp] body, |
This file contains hidden or 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
0.0.0.0 activations.cdn.mozilla.net | |
0.0.0.0 dap-07-1.api.divviup.org | |
0.0.0.0 api.divviup.org | |
0.0.0.0 dap.services.mozilla.com | |
0.0.0.0 aus5.mozilla.org | |
0.0.0.0 crash-stats.mozilla.com | |
0.0.0.0 detectportal.firefox.com | |
0.0.0.0 experiments.mozilla.org | |
0.0.0.0 fhr.cdn.mozilla.net | |
0.0.0.0 getpocket.cdn.mozilla.net |
This file contains hidden or 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
These will never support the various connected services, but if we want to mess with the GPL released code or modify, | |
it is possible to ssh in as root, which is useful for the date/time since years beyond 2019 aren't supported: | |
ssh details: | |
Username: root | |
Password: hi3518c | |
Port: 8992 | |
You can mount -o remount,rw / to make changes to root. Other than the usual places, editing /mnt/data/sysenv.dat |
This file contains hidden or 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
diff --git a/es-app/src/FileData.h b/es-app/src/FileData.h | |
index 4bfaf64d..bae8a786 100644 | |
--- a/es-app/src/FileData.h | |
+++ b/es-app/src/FileData.h | |
@@ -2,6 +2,7 @@ | |
#ifndef ES_APP_FILE_DATA_H | |
#define ES_APP_FILE_DATA_H | |
+#include <string> | |
#include "utils/FileSystemUtil.h" |
This file contains hidden or 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
<script class="analytics" type="2e8b4f67f4effff55f7ecbfb-text/javascript">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); | |
(function () { | |
var customDocumentWrite = function(content) { | |
var jquery = null; | |
if (window.jQuery) { | |
jquery = window.jQuery; | |
} else if (window.Checkout && window.Checkout.$) { |
NewerOlder