Sebastian Wilzbach
Sebastian Wilzbach
FWIW I was inspired by this from the NodeJs documentation: https://nodejs.org/api/assert.html#assert_legacy_mode > Red background is too much. Maybe red border + text?  Like this? > What's wrong with the...
 (I also pushed a temporary commit, s.t. it can be previewed on DAutoTest)
See also: https://issues.dlang.org/show_bug.cgi?id=18667
> Why not fix the dependencies? Because I don't know where they are broken. Everything works fine on my machine - even with `-j50`, maybe we have already fixed this?
Hmm, how about just adding `-j$(NPROC)` to the big guy - building DMD? It would still result in faster build time as DMD builds fine with `-j`.
@FlightBlaze thanks a lot for your interest and work. As this understandable a very complicated matter I suggest to create a thread on the NG to get feedback from the...
CC @CyberShadow - are you okay with this too? The only downside here is that a Google calendar API key needs to be exposed, but I restricted the domain to...
> Is it just me? I think so. Does https://fullcalendar.io/js/fullcalendar-3.8.2/demos/themes.html work for you?
Interesting it works fine in my Chrome and Firefox:  What error do you get in your Firefox?
Sadly there's a common macro file that is used by all three spec builds (html, pdf, epub), but they all use different ones: https://github.com/dlang/dlang.org/blob/0c475b6499fd5fdbcfb1961b6513f0a8af232c56/posix.mak#L470-L471 https://github.com/dlang/dlang.org/blob/0c475b6499fd5fdbcfb1961b6513f0a8af232c56/posix.mak#L522-L523 https://github.com/dlang/dlang.org/blob/0c475b6499fd5fdbcfb1961b6513f0a8af232c56/posix.mak#L545-L546 Should I quickly add...