Robert Schadek

Results 87 comments of Robert Schadek

Looking at all the special things I have come across in regards to build file configuration languages an approach similar to what reggae does makes sense, aka. write a D...

I had to change the `parse` function in wonderful date-fns-date-time-adapter.class.ts class into this ``` public parse(value: any, parseFormat: any): Date | null { if (value && typeof value === 'string'...

https://github.com/dlang/phobos/pull/8557

A quick read looks good so far. But as documentation is not my strong suit somebody else should have a look.

I ran in this today as well: ``` /usr/include/dlang/ldc/core/stdc/stdio.d(1278,8): Error: Function type does not match previously declared function with the same mangled name: fwrite /usr/include/dlang/ldc/core/stdc/stdio.d(1278,8): Previous IR type: i64 (i8*,...

because I use dpp to include the headers of a c library called libxlsxwriter which in turn pulls in stdio.h which pulls in _IO_FILE. another problem I see is that...

luckily for me, for xlsxd its only _IO_FILE. Commenting that out makes it compile and pass the tests. Has then been any idea/progress been made on this issue in general?

@RazvanN7 should we take another look at this?