On Friday, 14 July 2017 at 17:24:05 UTC, Suliman wrote:
GC on 32-bit machine show a lot of bugs.
such as..?
On Monday, 5 February 2018 at 08:41:43 UTC, FrankLike wrote:
On Monday, 5 February 2018 at 06:12:22 UTC, H. S. Teoh wrote:
On Mon, Feb 05, 2018 at 05:48:00AM +, FrankLike via
auto input = "48656c6c6f20776f726c6421";
auto str = input.chunks(2)
.map!(digits
On Friday, 9 February 2018 at 11:46:31 UTC, Nicholas Wilson wrote:
On Friday, 9 February 2018 at 08:06:53 UTC, Seb wrote:
On Thursday, 8 February 2018 at 17:09:44 UTC, Nicholas Wilson
wrote:
Is there a way I can see/log what requests are being made? I
can change both the client and server.
-v
On Wednesday, 21 June 2017 at 18:49:01 UTC, uncorroded wrote:
Is there a way of making this work with D slices? Can they be
used as C-style pointers?
What about this:
@nogc ubyte[n] rand_bytes(uint n)() {
import core.stdc.stdio;
FILE *fp;
fp = fopen("/dev/urandom", "r");
ubyte[
On Wednesday, 21 June 2017 at 18:58:58 UTC, tetyys wrote:
On Wednesday, 21 June 2017 at 18:49:01 UTC, uncorroded wrote:
Is there a way of making this work with D slices? Can they be
used as C-style pointers?
What about this
Or simpler,
while (left)
left -= fread(buf[n-left .. $].ptr, u
On Friday, 30 June 2017 at 00:52:28 UTC, crimaniak wrote:
Hi!
Moving my project from mysql-lited to mysql-native I faced the
problem with null pointer error inside of mysql-native:
seems like it's already fixed
https://github.com/mysql-d/mysql-native/commit/477636ad92a15d504308d1893f987