| 01:13:34 | * | skulk quit (Quit: ZNC 1.10.1 - https://znc.in) |
| 01:17:06 | * | skulk joined #nim |
| 02:03:11 | * | rockcavera quit (Remote host closed the connection) |
| 02:20:16 | * | oculux joined #nim |
| 02:24:10 | * | kick455 quit (Ping timeout: 254 seconds) |
| 05:00:14 | * | deavmi quit (Read error: Connection reset by peer) |
| 05:08:49 | * | deavmi joined #nim |
| 06:28:31 | * | hovsater quit (Ping timeout: 264 seconds) |
| 06:32:07 | * | hovsater joined #nim |
| 06:53:04 | * | Skippy8 joined #nim |
| 07:43:52 | FromDiscord | <TӨMΛ ☠> What does `execCmdEx`/`execProcess` return if it doesn't get precise `stdout` value? I tried catching terminal prompts and while it worked flawlessly with `python --version` (a test phrase), it doesn't seem to catch anything else? And I'd expect that after putting nonsense it should yield e.g. "'aa' is not recognized as an internal or external command, operable program or batch file."↵Instead it seems to break my app, as it freezes t |
| 07:44:31 | FromDiscord | <TӨMΛ ☠> (to be precise, I ran these procs on clicking the button in GUI, thus repeated process that let me observe this behaviour) |