Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Vladimir Panteleev via Digitalmars-d-announce

On Saturday, 20 June 2015 at 17:53:43 UTC, Kagamin wrote:

http://abload.de/img/tmp67se8.png


That's the mobile view. You zoomed in, or made your browser 
window smaller. Zoom out or make your browser window bigger.


Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Kagamin via Digitalmars-d-announce

On Saturday, 20 June 2015 at 17:53:43 UTC, Kagamin wrote:

http://abload.de/img/tmp67se8.png


Previously looked like this: http://abload.de/img/tmpkbqjv.png


Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Kagamin via Digitalmars-d-announce

http://abload.de/img/tmp67se8.png


Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Vladimir Panteleev via Digitalmars-d-announce

On Saturday, 20 June 2015 at 17:31:31 UTC, Kagamin wrote:
On Saturday, 20 June 2015 at 16:26:53 UTC, Vladimir Panteleev 
wrote:

On Saturday, 20 June 2015 at 15:59:07 UTC, Kagamin wrote:

Cool. Something changed? Layout is much better now.


Not sure what you mean.


The left panel and pads disappeared.


I don't know what that means.

Screenshot?


Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Kagamin via Digitalmars-d-announce
On Saturday, 20 June 2015 at 16:26:53 UTC, Vladimir Panteleev 
wrote:

On Saturday, 20 June 2015 at 15:59:07 UTC, Kagamin wrote:

Cool. Something changed? Layout is much better now.


Not sure what you mean.


The left panel and pads disappeared.


Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Vladimir Panteleev via Digitalmars-d-announce

On Saturday, 20 June 2015 at 15:59:07 UTC, Kagamin wrote:

Cool. Something changed? Layout is much better now.


Not sure what you mean.


BTW unsent drafts stack up.


Yes. You can discard them after you open them.


Re: forum.dlang.org, version 2 (BETA)

2015-06-20 Thread Kagamin via Digitalmars-d-announce

Cool. Something changed? Layout is much better now.
BTW unsent drafts stack up.


Re: N-dimensional slices is ready for comments!

2015-06-20 Thread Ilya Yaroshenko via Digitalmars-d-announce

On Friday, 19 June 2015 at 21:45:18 UTC, Vlad Levenfeld wrote:

On Friday, 19 June 2015 at 21:43:59 UTC, Vlad Levenfeld wrote:

https://github.com/evenex/autodata

N-dimensional slicing, range ops (map, zip, repeat, cycle, 
etc) lifted to n-dimensions, n-dim specific ops like 
extrusion, n-dim to d-dim of n-1-dim, flattening for 
lexicographic traversal, support for non-integer indices. I 
posted this awhile ago but no one took notice. But if this is 
happening here now, feel free to crib anything that you think 
might look useful, as I'd hate to think all of this prior work 
went to waste.


and the dub package: http://code.dlang.org/packages/autodata


autodata is hard to understand without HTML documentation.
Automated documentation based on 
https://github.com/kiith-sa/harbored-mod

can be found at
http://ddocs.org/autodata/~master/index.html,  and it is empty. 
You may want to read http://dlang.org/ddoc.html


Regards,
Ilya