December 12, 2014
On 03/10/2014 03:56 PM, Andrei Alexandrescu wrote:
> All: how does one turn off css hyphenation?
>
> Andrei

You're again using that crappy JS hyphenation?
Last time we had a performance problem with it, I wrote this super efficient D library http://code.dlang.org/packages/hyphenate.
It could easily be hooked up with ddox or if someone has time for that wire it up with gumbo to postprocess HTML files (https://github.com/MartinNowak/hyphenate/issues/1).
December 12, 2014
On 12/12/2014 02:05 AM, Martin Nowak wrote:
>>
>
> You're again using that crappy JS hyphenation?

No, you don't it's css hyphenation. Sorry for the tone.
December 12, 2014
On 12/11/2014 03:45 PM, Tobias Pankrath wrote:
> std.container.Array is shadowed by std.container.Array!bool.
> redBlackTree shadows RedBlackTree as well.

We fixed that issue already, please have a look at the preview.

https://dlang.dawg.eu/library/index.html
https://dlang.dawg.eu/library-prerelease/index.html
December 23, 2014
On 12/11/14 5:05 PM, Martin Nowak wrote:
> On 03/10/2014 03:56 PM, Andrei Alexandrescu wrote:
>> All: how does one turn off css hyphenation?
>>
>> Andrei
>
> You're again using that crappy JS hyphenation?
> Last time we had a performance problem with it, I wrote this super
> efficient D library http://code.dlang.org/packages/hyphenate.
> It could easily be hooked up with ddox or if someone has time for that
> wire it up with gumbo to postprocess HTML files
> (https://github.com/MartinNowak/hyphenate/issues/1).

That was quite a while ago, I forgot the context since :o). I did see your hyphenate library, looks pretty rad! Should we add an enhancement request to add hyphenation to generated docs? -- Andrei
1 2 3 4 5 6
Next ›   Last »