Skip to content

Instantly share code, notes, and snippets.

View redtrumpet's full-sized avatar

Jonas redtrumpet

View GitHub Profile
@redtrumpet
redtrumpet / README.md
Created October 30, 2020 14:47
SCRIPT-8
@redtrumpet
redtrumpet / if error.txt
Created May 10, 2019 09:34
jupyter_singular errors
[IPKernelApp] ERROR | Exception in message handler:
Traceback (most recent call last):
File "/home/jonas/.local/lib/python3.6/site-packages/pexpect/expect.py", line 111, in expect_loop
incoming = spawn.read_nonblocking(spawn.maxread, timeout)
File "/home/jonas/.local/lib/python3.6/site-packages/pexpect/pty_spawn.py", line 482, in read_nonblocking
raise TIMEOUT('Timeout exceeded.')
pexpect.exceptions.TIMEOUT: Timeout exceeded.
During handling of the above exception, another exception occurred:
@redtrumpet
redtrumpet / diff
Created August 28, 2017 14:32
iceberg diff
--- colors/iceberg.vim 2017-08-28 16:20:04.796808693 +0200
+++ /home/jonas/spielwiese/iceberg.vim/colors/iceberg.vim 2017-08-28 15:56:21.866785580 +0200
@@ -8,7 +8,7 @@
"
" File: iceberg.vim
" Maintainer: cocopon <cocopon@me.com>
-" Modified: 2016-02-22 15:35+0900
+" Modified: 2017-08-09 15:06+0900
" License: MIT
@redtrumpet
redtrumpet / Error installing tectonic
Created May 31, 2017 17:53
Error installing tectonic
jonas@jonas-elementary:~$ cargo install tectonic
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tectonic v0.1.5
Installing tectonic v0.1.5
Downloading clap v2.24.2
Downloading hyper-native-tls v0.2.2
Downloading app_dirs v1.1.1
Downloading lazy_static v0.2.8
Downloading hyper v0.10.11
Downloading zip v0.2.3
@redtrumpet
redtrumpet / index.html
Last active August 29, 2015 14:02
pouchdb error
<!doctype html>
<html>
<body>
<script src="https://github.com/daleharvey/pouchdb/releases/download/2.2.3/pouchdb-2.2.3.js"></script>
<script>
var ddocs = [{
_id: '_design/spiele',
views: {
spiele: {
map: function (doc) {
@redtrumpet
redtrumpet / bootstrap_fix.css
Last active December 17, 2015 15:59
Fontello fix when used with Bootstrap
/* Fixes conflicts with Bootstrap's icons*/
[class^="icon-"], [class*=" icon-"] {
background-image: inherit;
background-position: inherit;
line-height: inherit;
width: inherit;
height: inherit;
margin: inherit;
vertical-align: inherit;
background-repeat: inherit;