Vladimir Panteleev
Vladimir Panteleev
Well, we would need to ask Brad to change the setting. Does `anonymous_list` have any side effects other than disabling the mangling of message IDs?
That's the wrong Brad, you want @braddr :)
I got some space support working for a room-sorting bot (pardon the crappy Rust): ```rust let space_id = if spaces.contains_key(&target_space) { spaces.get(&target_space).unwrap().clone() } else { println!(" > Creating space: {}",...
Well, that looks like an OPTLINK bug, right? So it should be reported to issues.dlang.org, not here. If you're just looking for a workaround: - You could ask Digger to...
> Which dmd revision is used to build `rdmd`? The one from the point in time corresponding to the version of `rdmd` being built (so, latest if Digger is told...
Thanks! Yeah, that's a bit of an oof. A single pull request which 1. introduces `-m32omf` 2. changes the default 3. changes the meaning of `-m32` That's going to be...
So, there is a bit of a dilemma. Digger's equivalent of `-m32` could mean one of the following: 1. Ask DMD to generate 32-bit COFF object files 2. Ask DMD...
Link aggregators need scoring more than web forums because how interesting a particular link is may not map to the amount of comments on the link submission. For web forums,...
OK, as the first step, I added the "Flag" link. It is only enabled for the first 2000 registered users, which should cover most people that have stuck around for...
Two-months-later update: So far, a total of 7 users have placed a total of 18 flags. All of these were spam, and almost all have now been deleted. Good news:...