Skip to content

Instantly share code, notes, and snippets.

View Lippiece's full-sized avatar
🫂

Alex Lippiece

🫂
View GitHub Profile
@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 },