Skip to content

Instantly share code, notes, and snippets.

View Lippiece's full-sized avatar
🫂

Alex Lippiece

🫂
View GitHub Profile
@Lippiece
Lippiece / gist:55dfe76c9f5c794a00a91997009ae30b
Last active August 3, 2026 13:02
gamescope & kwin crash
PID: 1236355 (gamescope-wl)
TID: 1236360 (.gamescope-wrap)
UID: 1000 (lippiece)
GID: 100 (users)
Signal: 6 (ABRT) si_code: SI_TKILL
Timestamp: Mon 2026-08-03 14:58:19 EET (3min 1s ago)
Command Line: /nix/store/912w6gyj0l35vj4cmdzlnqi9iq58hfiy-gamescope-3.16.25/bin/gamescope -b -r 60.0 -o 5.0 -- /home/lippiece/.local/share/bottles/temp/tmpa4x49u65.sh
Executable: /nix/store/912w6gyj0l35vj4cmdzlnqi9iq58hfiy-gamescope-3.16.25/bin/.gamescope-wrapped
Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-com.usebottles.bottles@a1aebf0f58124e4e80ffcc84c3f1cc55.service
Unit: user@1000.service
@Lippiece
Lippiece / gist:faf2ed39e94c64ea0964ce7a33f239a2
Last active May 19, 2026 18:36
Log Tue 19 May 20:13:17 EET 2026
RimWorld 1.6.4633 rev1257
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RimWorld.VersionControl:LogVersionNumber ()
Verse.Root:CheckGlobalInit ()
Verse.Root:Start ()
Verse.Root_Entry:Start ()
Prepatcher: Restarted with the patched assembly, going silent.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
@Lippiece
Lippiece / nvim-dap.node-cli.md
Created March 29, 2024 11:09
How to set up nvim-dap

Setup nvim-dap for typescript node cli app

Just some notes for my self about making nvim-dap and vscode-js-debug work with node cli app written in typescript without using ts-node.

I believe the most important part of this guide is the section in which I show you how to debug all this mess by yourself

Just use the dap debug server directly without this plugin.

[
{ "rule": " [CARDS]", "active": false, "exclude": false },
{ "rule": "cash card", "active": true, "exclude": false },
{ "rule": "*ID card", "active": true, "exclude": false },
{ "rule": "* badge", "active": true, "exclude": false },
{ "rule": "visitor's pass", "active": true, "exclude": false },
{ "rule": "Science SD-Memory card", "active": true, "exclude": false },
{ "rule": "SD-Memory card", "active": true, "exclude": false },
{ "rule": " [SOFTWARE]", "active": false, "exclude": false },
{ "rule": "* data", "active": true, "exclude": false },