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
Internal error | |
[22fb7c4e1673e5bde7c5424d] /title/Special:CheckUser Error: Class "Firebase\JWT\JWT" not found | |
Backtrace: | |
from /srv/http/archwiki/public/extensions/CheckUser/src/Services/TokenManager.php(46) | |
#0 /srv/http/archwiki/public/extensions/CheckUser/src/Services/TokenQueryManager.php(59): MediaWiki\CheckUser\Services\TokenManager->encode() | |
#1 /srv/http/archwiki/public/extensions/CheckUser/src/CheckUser/CheckUserPagerNavigationBuilder.php(91): MediaWiki\CheckUser\Services\TokenQueryManager->updateToken() | |
#2 /srv/http/archwiki/public/includes/Navigation/PagerNavigationBuilder.php(327): MediaWiki\CheckUser\CheckUser\CheckUserPagerNavigationBuilder->makeLink() |
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
--- | |
cdiVersion: 0.5.0 | |
containerEdits: | |
deviceNodes: | |
- path: /dev/nvidia-modeset | |
- path: /dev/nvidia-uvm | |
- path: /dev/nvidia-uvm-tools | |
- path: /dev/nvidiactl | |
env: | |
- NVIDIA_VISIBLE_DEVICES=void |
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
MediaWiki internal error. | |
Original exception: [1e344e2f822dc5767a47614c] /title/Main_Page Error: Call to a member function getTemplateData() on array | |
Backtrace: | |
from /srv/http/archwiki/public/includes/skins/components/SkinComponentFooter.php(318) | |
#0 /srv/http/archwiki/public/includes/skins/components/SkinComponentFooter.php(76): MediaWiki\Skin\SkinComponentFooter->getFooterIcons() | |
#1 /srv/http/archwiki/public/includes/skins/Skin.php(195): MediaWiki\Skin\SkinComponentFooter->getTemplateData() | |
#2 /srv/http/archwiki/public/includes/skins/SkinTemplate.php(188): Skin->getTemplateData() | |
#3 /srv/http/archwiki/public/includes/skins/SkinMustache.php(92): SkinTemplate->getTemplateData() | |
#4 /srv/http/archwiki/public/skins/Vector/includes/SkinVector22.php(319): SkinMustache->getTemplateData() |
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
manpages=# select name, section, lang, length(raw) as bytes_raw, length(txt) as bytes_txt from archmanweb_manpage join archmanweb_content on content_id = archmanweb_content.id order by bytes_raw desc limit 50; | |
name | section | lang | bytes_raw | bytes_txt | |
-----------------------------+---------+------+-----------+----------- | |
salt | 7 | en | 14814797 | 15403125 | |
Image::ExifTool::TagNames | 3pm | en | 1944720 | 1973904 | |
ffmpeg-all | 1 | en | 1698774 | 1496318 | |
lapacke.h | 3 | en | 1560412 | 1411064 | |
arm-none-eabi-gcc | 1 | en | 1401061 | 1310444 | |
arm-none-eabi-g++ | 1 | en | 1401061 | 1310444 | |
gcc | 1 | en | 1401061 | 1310444 |
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
#! /usr/bin/env python3 | |
import os | |
from pathlib import Path | |
import pycman | |
import pyalpm | |
PACCONF = """ | |
[options] |
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
From ff7528a6c679eef87d4587b1050ea7b38fcfea46 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <j.l.k@gmx.com> | |
Date: Sun, 28 Jun 2020 13:04:23 +0200 | |
Subject: [PATCH] add intel-trace-analyzer-and-collector package | |
--- | |
PKGBUILD | 56 ++++++++++++++++++++++++- | |
intel_trace-analyzer-and-collector.conf | 1 + | |
intel_trace-analyzer-and-collector.sh | 2 + | |
3 files changed, 58 insertions(+), 1 deletion(-) |
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
# Maintainer: Jan de Groot <jgc@archlinux.org> | |
# Contributor: Brice Carpentier <brice@daknet.org> | |
pkgname=cairo-infinality-ultimate | |
_name=cairo | |
pkgver=1.16.0 | |
pkgrel=1 | |
pkgdesc="2D graphics library with support for multiple output devices" | |
url="https://cairographics.org/" | |
arch=(x86_64) |
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
#! /usr/bin/env python3 | |
import re | |
from itertools import chain | |
import mwparserfromhell | |
FLAGS = re.IGNORECASE | re.DOTALL | re.UNICODE | |
def indexed_ifilter(wikicode, recursive=True, matches=None, flags=FLAGS, |
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/chrome/browser/ui/libgtkui/gtk_ui.h.orig b/chrome/browser/ui/libgtkui/gtk_ui.h | |
index 3048cf8..767f07e 100644 | |
--- a/chrome/browser/ui/libgtkui/gtk_ui.h.orig | |
+++ b/chrome/browser/ui/libgtkui/gtk_ui.h | |
@@ -17,6 +17,7 @@ | |
#include "ui/gfx/color_utils.h" | |
#include "ui/views/linux_ui/linux_ui.h" | |
#include "ui/views/window/frame_buttons.h" | |
+#include "nav_button_layout_manager.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
# Maintainer: Erin Kinsley <ybden@ybden.com> | |
# Contributor: Matheus de Alcantara <matheus.de.alcantara@gmail.com> | |
pkgname=mandoc | |
pkgver=1.14.3 | |
pkgrel=1 | |
pkgdesc='A suite of tools compiling mdoc from the OpenBSD project' | |
arch=('i686' 'x86_64') | |
url='http://mdocml.bsd.lv/' | |
license=('custom: ISC') |
NewerOlder