Dave Gauer
Dave Gauer
> Registration is closed at `codeberg.org`, what is the plan for new contributors (pull requests)? This is surely temporary. I see this message if I try to register on codeberg.org...
@perillo ### Rustlings I think we can definitely look at Rustlings for UI inspiration. But I'm not at all concerned about trying to emulate it. We can do whatever works...
Yeah, a simple SOLVED would be a big improvement!
Ha, go figure. Thanks the attention to detail! If anybody is able to verify and PR a fix for this, that'd be great. It might be a while before I...
Huh! That must be because I don't pass `$TERM`. I might experiment with this. Thanks for the issue. :-)
@sschneemelcher Awesome, thanks! :tada: Note to self (TODO): either pass env to forked process or at least add a comment so others can try it out, then update article and/or...
Okay, so I took a look at this today. The Zig stdlib has `std.os.environ`: https://github.com/ziglang/zig/blob/1653a9b2597c66cbcc88ea75d8a4b88c163584a5/lib/std/os.zig#L239 ``` /// See also `getenv`. Populated by startup code before main(). pub var environ: [][*:0]u8...
If anyone would like to implement the above as a quick fix, here's my modification: ``` $phpc_root_path = dirname(__FILE__); $phpc_config_file = "$phpc_root_path/config.php"; require $phpc_config_file; // constants defined in config $dbUser...