Skip to content

Instantly share code, notes, and snippets.

[OCC::PropagateItemJob::scheduleSelfOrChild Starting INSTRUCTION_NEW propagation of "xxx/xxx/schedule.ods" by OCC::PropagateDownloadFile(0x5573fbf7f960)
[OCC::AccessManager::createRequest 2 "" "xxx/xxx/schedule.ods" has X-Request-ID "c6f324fb-aa54-4f57-9c6c-ea333c417759"
[OCC::AbstractNetworkJob::start OCC::GETFileJob created for "xxx" + "xxx/schedule.ods" "OCC::PropagateDownloadFile"
Lightning: [calGoogleCalendar] Failed freebusy request: [Exception... "A request Error Occurred. Status Code: 400 Bad Request Body: {
"error": {
"errors": [
{
"domain": "global",
"reason": "badRequest",
"message": "Bad Request"
}
],
"code": 400,
@monochromec
monochromec / gist:a04fd23aaa4dbe798747cbd33506d420
Created October 30, 2020 07:15
strawberry 0.8.3-5 snap startup
snap run strawberry
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
08:11:46.610 INFO main:166 Strawberry 0.8.3-5-g27d6f881
08:11:46.762 INFO main:167 "Ubuntu Core 18 18 - (linux 5.8.16-300.fc33.x86_64) [x86_64]"
08:11:47.954 INFO Database:149 Creating initial database schema
08:11:47.974 INFO Database:427 Updating "playlist_items" for %allsongstables
08:11:48.028 DEBUG Application:254 Database(0x555b8eb3b5b0) moved to thread QThread(0x555b8ec01110)
08:11:48.029 DEBUG SCollection:63 CollectionBackend(0x555b8eb49450) moved to thread QThread(0x555b8ec01110)
08:11:48.605 DEBUG Application:254 AlbumCoverLoader(0x555b8f44e890) moved to thread QThread(0x555b8ec0df20)
@monochromec
monochromec / gist:68eb1e4af7d263988af0d962b3b5882c
Created February 18, 2021 13:49
Output of brew install -sv emacs
Warning: Treating emacs as a formula. For the cask, use homebrew/cask/emacs
==> Downloading https://github.com/emacs-mirror/emacs/commit/868f51324ac96bc3af49a826e1db443548c9d6cc.patch?full_index=1
Already downloaded: /Users/christoph/Library/Caches/Homebrew/downloads/378b3b9d72aed62ef412623056105bce90fc3eecb7c765716fb11c79942752ba--868f51324ac96bc3af49a826e1db443548c9d6cc.patch
==> Downloading https://raw.githubusercontent.com/Homebrew/formula-patches/25c1e1797d4004a9e5b9453779399afc63d04b97/emacs/arm.patch
Already downloaded: /Users/christoph/Library/Caches/Homebrew/downloads/9de031be9d941bc27749d8f7f91e8e0e1a7c588e9b73894d820e14871fe12909--arm.patch
==> Downloading https://ftp.gnu.org/gnu/emacs/emacs-27.1.tar.xz
Already downloaded: /Users/christoph/Library/Caches/Homebrew/downloads/e01ed87a747e51a79e4c04a4cbca79aa670e0e17aebd5defd6fb8a3af928b3a6--emacs-27.1.tar.xz
tar xof /Users/christoph/Library/Caches/Homebrew/downloads/e01ed87a747e51a79e4c04a4cbca79aa670e0e17aebd5defd6fb8a3af928b3a6--emacs-27.1.tar.xz -C
Sampling process 1769 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling strawberry (pid 1769) every 1 millisecond
Process: strawberry [1769]
Path: /Applications/strawberry.app/Contents/MacOS/strawberry
Load Address: 0x1040e9000
Identifier: org.strawberrymusicplayer.strawberry
Version: 1.0.2 (1.0.2)
Code Type: X86-64 (translated)
Platform: macOS
Sampling process 32795 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Audacity (pid 32795) every 1 millisecond
Process: Audacity [32795]
Path: /Applications/Audacity.app/Contents/MacOS/Audacity
Load Address: 0x102333000
Identifier: org.audacityteam.audacity
Version: 3.1.3.0 (3.1.3.0)
Code Type: X86-64 (translated)
Platform: macOS
import pandas as pd
import plotly.graph_objects as go
from dash import Dash, html, dcc
app = Dash(__name__)
surf = {'2020': [0, 0, 0, 0, 2009, 2068, 2047, 2215, 2011, 2161, 2014, 2089, 2197, 1936, 2093, 2097, 1980, 2008, 1970, 2137, 2089, 1901, 2103, 2190], '2021': [1737, 1449, 1914, 1874, 1982, 2017, 2240, 2147, 2122, 2051, 2128, 2057, 2055, 2118, 1954, 2064, 2058, 2181, 2143, 2155, 2168, 2112, 2080, 2162], '2022': [97, 128, 87, 1269, 1605, 1610, 1668, 1722, 1759, 1736, 1941, 1834, 1815, 1912, 0]}
x_ax = [['', 'Jan', '', 'Feb', '', 'Mar', '', 'Apr', '', 'May', '', 'Jun', '', 'Jul', '', 'Aug', '', 'Sep', '', 'Oct', '', 'Nov', '', 'Dec']]
years = ['2020', '2021', '2022']
year = 2025
2022-07-15 11:25:19.140275 UTC - [Parent 30701: IMAP]: D/IMAP ImapThreadMainLoop entering [this=14c0dc000]
2022-07-15 11:25:19.141127 UTC - [Parent 30701: Main Thread]: I/IMAP queuing url:imap://gig@server2.com@server2.com:993/discoverallboxes
2022-07-15 11:25:19.141139 UTC - [Parent 30701: Main Thread]: I/IMAP queuing url:imap://gig@server2.com@server2.com:993/select>.INBOX
2022-07-15 11:25:19.191939 UTC - [Parent 30701: IMAP]: D/IMAP ImapThreadMainLoop entering [this=13fc95800]
2022-07-15 11:25:19.192614 UTC - [Parent 30701: Main Thread]: I/IMAP queuing url:imap://monochromec@gmail.com@imap.server1.com:993/select>/INBOX
2022-07-15 11:25:19.203530 UTC - [Parent 30701: Main Thread]: I/IMAP 14c0dc000:server2.com:NA:SetupWithUrlCallback: clearing IMAP_CONNECTION_IS_OPEN
2022-07-15 11:25:19.203686 UTC - [Parent 30701: Main Thread]: I/IMAP 14c0dc000:server2.com:NA:SetupSinkProxy: got m_imapMailFolderSink
2022-07-15 11:25:19.203716 UTC - [Parent 30701: IMAP]: I/IMAP 14c0dc000:server2.com:NA:ProcessCurrentURL: ente
Ciphers aes128-ctr,aes128-gcm@openssh.com,aes192-ctr,aes256-ctr,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
MACs hmac-md5,hmac-md5-96,hmac-md5-96-etm@openssh.com,hmac-md5-etm@openssh.com,hmac-sha1,hmac-sha1-96,hmac-sha1-96-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-256-etm@openssh.com,hmac-sha2-512,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com,umac-128@openssh.com,umac-64-etm@openssh.com,umac-64@openssh.com
# $OpenBSD: sshd_config,v 1.82 2010/09/06 17:10:19 naddy Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
#Port 22
#AddressFamily any
@monochromec
monochromec / crash.report
Created January 4, 2023 16:57
OSX Draw crash report
This file has been truncated, but you can view the full file.
Date/Time: 2023-01-04 17:48:24.607 +0100
End time: 2023-01-04 17:48:55.534 +0100
OS Version: macOS 13.1 (Build 22C65)
Architecture: arm64e
Report Version: 40
Incident Identifier: 26861E90-63D3-4611-92EC-E5D9B93F7B38
Data Source: Stackshots
Shared Cache: 00A1FBB6-43E1-3C11-8483-FAF0DB659249 slid base address 0x1a0624000, slide 0x20624000 (System Primary)
Shared Cache: 16923F88-E9FC-38D2-947C-DF242E486636 slid base address 0x7ff81ac80000, slide 0x1ac80000 (Rosetta)