Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created June 4, 2026 19:26
swagger-codegen v3.0.81 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\swagger-codegen\swagger-codegen.nupkg" checksum="DF2ABC4B04F8E7A415DC8FD559CD8297" />
<file path="C:\ProgramData\chocolatey\lib\swagger-codegen\swagger-codegen.nuspec" checksum="C230DF77BFDD5267A66D21C1807D63BB" />
<file path="C:\ProgramData\chocolatey\lib\swagger-codegen\legal\LICENSE.txt" checksum="D0FF4253A6701BDC4EE93D6B8A505DED" />
<file path="C:\ProgramData\chocolatey\lib\swagger-codegen\legal\VERIFICATION.txt" checksum="9F92D558650BADF72DB28226FC3F9642" />
<file path="C:\ProgramData\chocolatey\lib\swagger-codegen\tools\chocolateyinstall.ps1" checksum="173A836CA469F4CD98AAD7E23DB30A15" />
<file path="C:\ProgramData\chocolatey\lib\swagger-codegen\tools\chocolateyuninstall.ps1" checksum="B4989358F1D232D54B59DE8EBF657CE5" />
<file path="C:\ProgramData\chocolatey\lib\sw
@choco-bot
choco-bot / Install.txt
Created June 4, 2026 19:25
mamp3 v3.3.1 - Failed - Package Tests Results
2026-06-04 18:40:14,375 372 [DEBUG] - XmlConfiguration is now operational
2026-06-04 18:40:15,221 372 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,234 372 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,234 372 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,251 372 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,267 372 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,282 372 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,299 372 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2026-06-04 18:40:15,299 372 [DEBUG] - Adding new type 'RubyGe
@qlijarvis
qlijarvis / pr_only_checker_log_detailed.md
Created June 4, 2026 19:25
PR #1311 checker-log-analyzer detailed analysis
@qlijarvis
qlijarvis / pr_only_validate_patch_detailed.md
Created June 4, 2026 19:25
PR #1311 validate-patch detailed analysis
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 4, 2026 19:25
cupscale v1.39.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\cupscale\Cupscale.1.39.0f1.zip.txt" checksum="0BFC0141DE5D66ED86C129CC946B241D" />
<file path="C:\ProgramData\chocolatey\lib\cupscale\cupscale.nupkg" checksum="4349BF69ECCC68BB0B65DFCEEAD0ADD5" />
<file path="C:\ProgramData\chocolatey\lib\cupscale\cupscale.nuspec" checksum="8F67B7DAD1DC98E79A7553BE54A02701" />
<file path="C:\ProgramData\chocolatey\lib\cupscale\tools\chocolateyInstall.ps1" checksum="F845D819A80394A6E8BC3EA73ABB2A58" />
<file path="C:\ProgramData\chocolatey\lib\cupscale\tools\chocolateyUninstall.ps1" checksum="DB1F861066AA008C85175BF896CFFC2E" />
<file path="C:\ProgramData\chocolatey\lib\cupscale\tools\Cupscale.exe" checksum="032C537EA14960BBBF28A98BF6A70C49" />
<file path="C:\ProgramData\chocolatey\lib\cupscale\tools\CupscaleData\bin\7za.exe" checksum="EC7
@Ex1teee
Ex1teee / gist:564c775b98ce24e75420e05911b114b2
Created June 4, 2026 19:25
ДЗ: Перестановка местами значений
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
namespace FirstTrueCS
{
internal class Program
@jlmitch5
jlmitch5 / pdt-proposal.md
Created June 4, 2026 19:24
Proposed: PDT as a Federation of Feature Teams — EM Role & Release Coordinator Separation

Proposed: PDT as a Federation of Feature Teams

The Problem

The current document conflates component teams (PDTs) with feature teams (pairs). Aaron and Robin's comments surface the key tension: if EMs leave the Feature 3-in-the-Box, who provides the "project manager" glue? And what does the PDT even do now?

The Proposal

The PDT becomes a stable home team — a federation of feature pairs that share a component domain (e.g., Controller). The EM leads the PDT but does not own feature delivery. Feature pairs own their own delivery. The EM provides the connective tissue between features and across teams.

@tk6sudersen
tk6sudersen / adr-007-websocket-llm-queue.md
Last active June 4, 2026 19:25
connector-strategy-nestjs.ts

ADR-007 — Decoupling WebSocket Gateway from LLM Inference via Bull/Redis Queue

Context

Our agent-runtime service was handling WebSocket messages from multiple channels (Teams, Chatwoot, Dixa) and calling the LLM synchronously within the same request lifecycle. Under concurrent load (>20 simultaneous sessions), this caused:

  • WebSocket timeouts when LLM inference exceeded 30s
  • Message loss on reconnection during inference
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Last active June 4, 2026 19:24
Rimworld output log published using HugsLib
Log uploaded on Thursday, June 4, 2026, 12:24:21 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0)
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 4, 2026 19:24
rust-analyzer v2026.5.4 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\rust-analyzer\rust-analyzer.nupkg" checksum="D658BE61EDD7D83776A215F3B865CD01" />
<file path="C:\ProgramData\chocolatey\lib\rust-analyzer\rust-analyzer.nuspec" checksum="B5CE8011201AD3FCBC8D9367416E79FD" />
<file path="C:\ProgramData\chocolatey\lib\rust-analyzer\legal\LICENSE.txt" checksum="07414A39527237F9181D99B376F843F1" />
<file path="C:\ProgramData\chocolatey\lib\rust-analyzer\legal\VERIFICATION.txt" checksum="ABA555AE961C2A8A9EFE3449275AC0F9" />
<file path="C:\ProgramData\chocolatey\lib\rust-analyzer\tools\rust-analyzer.exe" checksum="4966AA116FD1D3FA27304E60C9068F8E" />
</files>
</fileSnapshot>