Skip to content

Instantly share code, notes, and snippets.

View drok's full-sized avatar

Radu Hociung drok

  • Mergesium
  • Toronto, Canada
View GitHub Profile
@drok
drok / child.js
Created March 9, 2024 04:03 — forked from zeteticl/child.js
NodeJS child_process communication (IPC) example
if (process.send) {
process.send("Hello");
}
process.on('message', message => {
console.log('message from parent:', message);
});
@drok
drok / css-only-cubic-pattern.markdown
Created January 6, 2023 20:44
CSS only cubic pattern

Final Harmony Report

No. e Location Class Type Issues Name Lib.Harmony API
1 2696146165 EManagersLib Extended Managers 1.0.3 CH: 2.0.4.0 2.0.0.0
2 2696146766 PropAnarchy
  • missing: EManagersLib[1.0.5.0]
  • missing: MoveIt[2.9.5.36643]
Prop Anarchy 0.6.8 CH: 2.0.4.0 2.0.0.0
3 1619685021 MoveIt Exceptions thrown: 2 NullReferenceException at MoveIt.MoveItLoader.UninstallMod in D:\CSLMods\CS-MoveIt\Repo\MoveIt\MoveItLoader.cs:81: 2 timesExceptions triggered: 2 incidents from 1 locations NullReferenceException: Object reference not set to an instance of an object from MoveIt.ModInf
@drok
drok / Final-Report.md
Last active March 10, 2021 20:46
Validation Report for Harmony Mod v0.9

Harmony v0.9 Validation Report

No. e Location Class Type Issues Name Lib.Harmony API
1 ExampleMod ExampleMod ExampleMod 0H: 2.0.4.0 1.0.6.0
2 x HarmonyMod HarmonyMod Harmony 0H: 2.0.1.0
4 x SupplyChainColoring SupplyChainColoring Supply Chain Coloring 1.1.1 0H: 2.0.4.0
5 x Test.Harmony-1.0.3 HarmonyMod.Tests _Test.Harmony 0H: 2.0.0.9 1.0.3.0
6 x Test.Harmony-1.0.4 HarmonyMod.Tests _Test.Harmony 0H: 2.0.0.9 1.0.4.0
7 x Test.Harmony-1.0.5 HarmonyMod.Tests _Test.Harmony 0H: 2.0.1.0 1.0.5.0