Re: Help me please fix the bug

2018-05-18 Thread Majestio via Digitalmars-d
On Friday, 18 May 2018 at 10:18:42 UTC, Seb wrote: On Friday, 18 May 2018 at 09:59:27 UTC, Majestio wrote: On Friday, 18 May 2018 at 06:02:46 UTC, Mike Franklin wrote: [...] About dmd-master-2018-05-18 ... build.sh: = #/bin/sh [...] FWIW instead

Re: Help me please fix the bug

2018-05-18 Thread Seb via Digitalmars-d
On Friday, 18 May 2018 at 09:59:27 UTC, Majestio wrote: On Friday, 18 May 2018 at 06:02:46 UTC, Mike Franklin wrote: [...] About dmd-master-2018-05-18 ... build.sh: = #/bin/sh [...] FWIW instead of such a build script, you could have used the in

Re: Help me please fix the bug

2018-05-18 Thread Mike Franklin via Digitalmars-d
On Friday, 18 May 2018 at 09:35:28 UTC, Majestio wrote: Also, I believe this is __lambda1: m_queue = () @trusted { return kqueue(); } (); Is `kqueue()` nothrow? You probably need to decorate that lambda with `nothrow`. (i.e. put a `nothrow` right after `@trusted`. Mike `kqueue()` is n

Re: Help me please fix the bug

2018-05-18 Thread Majestio via Digitalmars-d
On Friday, 18 May 2018 at 06:02:46 UTC, Mike Franklin wrote: On Friday, 18 May 2018 at 05:44:12 UTC, Majestio wrote: I'm curious if you could download one of the nightly compilers and test if it is still problem: http://nightlies.dlang.org/dmd-master-2018-05-18/ Mike About dmd-master-2018-

Re: Help me please fix the bug

2018-05-18 Thread Majestio via Digitalmars-d
On Friday, 18 May 2018 at 07:28:39 UTC, Mike Franklin wrote: On Friday, 18 May 2018 at 05:44:12 UTC, Majestio wrote: this() @safe nothrow { m_queue = () @trusted { return kqueue(); } (); m_events.length = 100; assert(m_queue >= 0, "Failed to create kqueue.");

Re: Help me please fix the bug

2018-05-18 Thread Mike Franklin via Digitalmars-d
On Friday, 18 May 2018 at 05:44:12 UTC, Majestio wrote: this() @safe nothrow { m_queue = () @trusted { return kqueue(); } (); m_events.length = 100; assert(m_queue >= 0, "Failed to create kqueue."); } Also, I believe this is __lambda1: m_queue = () @trust

Re: Help me please fix the bug

2018-05-17 Thread Mike Franklin via Digitalmars-d
On Friday, 18 May 2018 at 05:44:12 UTC, Majestio wrote: == log: == [majestio@freebsd ~/Projects/webapp]$ dub Performing "debug" build using /usr/local/bin/dmd for x86_64. tagge

Help me please fix the bug

2018-05-17 Thread Majestio via Digitalmars-d
== log: == [majestio@freebsd ~/Projects/webapp]$ dub Performing "debug" build using /usr/local/bin/dmd for x86_64. taggedalgebraic 0.10.11: target for configuration "library" is

Re: help me with dpldocs - how to filter 3rd party libs

2018-03-06 Thread Guillaume Piolat via Digitalmars-d
On Sunday, 4 March 2018 at 22:24:58 UTC, Adam D. Ruppe wrote: Similarly, dplug comes with some derelict things bundled. In this case, indeed there is no real need for documentation those internals, since they are not exposed to the library user. Note t

Re: help me with dpldocs - how to filter 3rd party libs

2018-03-05 Thread bauss via Digitalmars-d
On Monday, 5 March 2018 at 17:26:21 UTC, Adam D. Ruppe wrote: On Monday, 5 March 2018 at 01:02:52 UTC, Norm wrote: Might not help much though, I imagine these third-party sources are built as source only libraries, so they probably appear as source files anyway. Yeah, in the case I'm looking

Re: help me with dpldocs - how to filter 3rd party libs

2018-03-05 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 5 March 2018 at 01:02:52 UTC, Norm wrote: Might not help much though, I imagine these third-party sources are built as source only libraries, so they probably appear as source files anyway. Yeah, in the case I'm looking at now, they aren't listed as dub packages at all, just files

Re: help me with dpldocs - how to filter 3rd party libs

2018-03-04 Thread Norm via Digitalmars-d
On Sunday, 4 March 2018 at 23:31:56 UTC, Adam D. Ruppe wrote: On Sunday, 4 March 2018 at 23:18:25 UTC, Norm wrote: Can you run dub describe and parse the output, which is JSON I think. It used to indicate a role for each source file under each configuration, one of which is "unusedSource". I

Re: help me with dpldocs - how to filter 3rd party libs

2018-03-04 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 4 March 2018 at 23:18:25 UTC, Norm wrote: Can you run dub describe and parse the output, which is JSON I think. It used to indicate a role for each source file under each configuration, one of which is "unusedSource". I don't see any info like that when I run it here... :( Alternat

Re: help me with dpldocs - how to filter 3rd party libs

2018-03-04 Thread Norm via Digitalmars-d
On Sunday, 4 March 2018 at 22:24:58 UTC, Adam D. Ruppe wrote: So the dpldocs scraper right now pulls all the .d files out of a repo and tries to build docs for them. But in some cases, there's a lot of added dependencies in there that can cause the built to time out. For example, take a look

help me with dpldocs - how to filter 3rd party libs

2018-03-04 Thread Adam D. Ruppe via Digitalmars-d
So the dpldocs scraper right now pulls all the .d files out of a repo and tries to build docs for them. But in some cases, there's a lot of added dependencies in there that can cause the built to time out. For example, take a look at dlangui: http://dlangui.dpldocs.info/dlangui.html Notice t

Help ME Drive SSD1963

2017-08-29 Thread zoezz via Digitalmars-d
I am involving in an electronic project--make a set of control board. The MCU is 103ZET6 while the driving chip is SSD1963 and the screen is AT070TN92. However,I don’t know why the screen can’t be lighted? IF you need more detail or datasheet about SSD1963,please click: http://www.kynix.com/Det

Re: Please help me add the "bootcamp" keyword

2016-10-13 Thread Jonathan M Davis via Digitalmars-d
On Thursday, October 13, 2016 20:43:42 Andrei Alexandrescu via Digitalmars-d wrote: > jmh530 wrote: > > Why not introduce a Difficulty indicator to accompany Importance? > > Bootcamp could be like the equivalent of a 2 out of 5. > > Simple has its advantages. Also, rating bugs for difficulty can

Re: Please help me add the "bootcamp" keyword

2016-10-13 Thread Andrei Alexandrescu via Digitalmars-d
jmh530 wrote: > On Thursday, 13 October 2016 at 20:06:27 UTC, Andrei Alexandrescu > wrote: >> Hello, I've added the "bootcamp" keyword to >> http://issues.dlang.org to indicate issues that are eligible by >> "n00bs", i.e. new members of the Foundation who are fixing some >> bugs while gaining

Re: Please help me add the "bootcamp" keyword

2016-10-13 Thread jmh530 via Digitalmars-d
On Thursday, 13 October 2016 at 20:06:27 UTC, Andrei Alexandrescu wrote: Hello, I've added the "bootcamp" keyword to http://issues.dlang.org to indicate issues that are eligible by "n00bs", i.e. new members of the Foundation who are fixing some bugs while gaining fluency with the language and t

Please help me add the "bootcamp" keyword

2016-10-13 Thread Andrei Alexandrescu via Digitalmars-d
Hello, I've added the "bootcamp" keyword to http://issues.dlang.org to indicate issues that are eligible by "n00bs", i.e. new members of the Foundation who are fixing some bugs while gaining fluency with the language and toolchain. A "bootcamp" bug should be simple but not too simple. The swee

Re: Please help me with a linker error?

2015-06-10 Thread Jacob Carlborg via Digitalmars-d
chines I have access to. Could anyone please help me elucidate what's going on? Could there be an issue with "extern (Windows)" on top? -- /Jacob Carlborg

Please help me with a linker error?

2015-06-10 Thread Andrei Alexandrescu via Digitalmars-d
On https://github.com/D-Programming-Language/phobos/pull/3398, there are link-time errors on a few 32-bit builds: https://auto-tester.puremagic.com/pull-history.ghtml?projectid=1&repoid=3&pullid=3398 I can't reproduce them on the machines I have access to. Could anyone p

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Tuesday, 20 January 2015 at 01:49:45 UTC, Mike Parker wrote: Fork first, clone your fork, create a new branch, make changes, push to your fork, create a PR from the new branch [1]. As I learned on my first PR, you'll want to create separate branches for each unrelated change. Once you submi

Re: Please help me with improving dlang.org

2015-01-19 Thread Mike Parker via Digitalmars-d
On 1/20/2015 5:21 AM, DaveG wrote: On Monday, 19 January 2015 at 18:46:24 UTC, Andrei Alexandrescu wrote: Should we pull my stuff so the others come on top of it? I'm new to git (and github) so I don't know the process. I just cloned your branch locally and have been working off that. I assum

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 18:46:24 UTC, Andrei Alexandrescu wrote: Should we pull my stuff so the others come on top of it? I'm new to git (and github) so I don't know the process. I just cloned your branch locally and have been working off that. I assume I can fork master and push my cha

Re: Please help me with improving dlang.org

2015-01-19 Thread weaselcat via Digitalmars-d
On Monday, 19 January 2015 at 19:47:25 UTC, Jacob Carlborg wrote: On 2015-01-19 18:00, DaveG wrote: The vertical menu expanded from the top works well with relatively few items (in the case of bootstrap, eight). Personally, I don't think that method works well with many items (we currently sho

Re: Please help me with improving dlang.org

2015-01-19 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 18:00, DaveG wrote: The vertical menu expanded from the top works well with relatively few items (in the case of bootstrap, eight). Personally, I don't think that method works well with many items (we currently show 13, and up to 26 when expanded). It is particularly weird when the

Re: Please help me with improving dlang.org

2015-01-19 Thread Andrei Alexandrescu via Digitalmars-d
On 1/19/15 9:37 AM, DaveG wrote: I need to fix a few things tonight. Also, is there some way to know what the current page is when generating the html? It would be nice to know what page you are currently on. Actually now that I think of it, with sub-navigation I also need to know the parent so i

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 16:44:04 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:50 PM, DaveG wrote: Here's where I'm at. The menus don't use javascript (except when the screen gets so small it needs a button to open the navigation, the button uses js). It scales with screen size and shou

Re: Please help me with improving dlang.org

2015-01-19 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 07:56:39 UTC, Jacob Carlborg wrote: On 2015-01-19 03:50, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html It would be better if the menu could become some kind of drop down. Look at how Bootstrap is doing it [1]. The menu doesn'

Re: Please help me with improving dlang.org

2015-01-19 Thread weaselcat via Digitalmars-d
On Monday, 19 January 2015 at 17:00:19 UTC, DaveG wrote: On Monday, 19 January 2015 at 07:56:39 UTC, Jacob Carlborg wrote: On 2015-01-19 03:50, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html It would be better if the menu could become some kind of drop do

Re: Please help me with improving dlang.org

2015-01-19 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:50 PM, DaveG wrote: Here's where I'm at. The menus don't use javascript (except when the screen gets so small it needs a button to open the navigation, the button uses js). It scales with screen size and should work on mobile (untested) - I changed doctype to html5 and added metata

Re: Please help me with improving dlang.org

2015-01-19 Thread Andrei Alexandrescu via Digitalmars-d
On 1/19/15 12:09 AM, Jacob Carlborg wrote: On 2015-01-19 03:44, Andrei Alexandrescu wrote: Yes. Next step: fix it! :o) -- Andrei A couple of years ago I started on writing a contribution document [1] but never finished it. It might be a bit outdated now but it's mostly correct and could be us

Re: Please help me with improving dlang.org

2015-01-19 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 03:44, Andrei Alexandrescu wrote: Yes. Next step: fix it! :o) -- Andrei A couple of years ago I started on writing a contribution document [1] but never finished it. It might be a bit outdated now but it's mostly correct and could be used as a starting point. [1] https://dl.d

Re: Please help me with improving dlang.org

2015-01-19 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 03:50, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html It would be better if the menu could become some kind of drop down. Look at how Bootstrap is doing it [1]. The menu doesn't take up any more horizontal space when it's expanded. [1] http

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-19 03:22, Andrei Alexandrescu wrote: OK, the current attempt has no gradient at all. Probably too flat? -- No, not really. But now the top menu item looks out of place. And the bottom border of the menu ... doesn't look right. I would guess you can just remove it. Although I sti

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 8:57 PM, Adam D. Ruppe wrote: On Monday, 19 January 2015 at 04:18:02 UTC, Andrei Alexandrescu wrote: Wati, what resizing stuff? -- Andrei Resize the browser and the sidebars disappear when there's no longer enough room to reasonably fit them. It is important for readability on mobil

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 19 January 2015 at 04:18:02 UTC, Andrei Alexandrescu wrote: Wati, what resizing stuff? -- Andrei Resize the browser and the sidebars disappear when there's no longer enough room to reasonably fit them. It is important for readability on mobile so a really good thing to have (for th

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 7:18 PM, Adam D. Ruppe wrote: On Monday, 19 January 2015 at 03:06:35 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:50 PM, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html All - what do you think of dropping the background image and use the DaveG's te

Re: Please help me with improving dlang.org

2015-01-18 Thread Rikki Cattermole via Digitalmars-d
On 19/01/2015 4:49 p.m., Walter Bright wrote: On 1/18/2015 6:07 PM, Rikki Cattermole wrote: When you have a headache and not in a really good head space it can hurt. Hope you feel better soon. I am slowly, thanks. Really I just need to start working getting Cmsed and friends back into good

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/18/2015 6:07 PM, Rikki Cattermole wrote: When you have a headache and not in a really good head space it can hurt. Hope you feel better soon.

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 19 January 2015 at 03:06:35 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:50 PM, DaveG wrote: https://dl.dropboxusercontent.com/u/114394/D-site/redesign/index.html All - what do you think of dropping the background image and use the DaveG's telluric background for menu? I like it, a

Re: Please help me with improving dlang.org

2015-01-18 Thread Brad Anderson via Digitalmars-d
On Monday, 19 January 2015 at 02:22:33 UTC, Andrei Alexandrescu wrote: On 1/18/15 11:43 AM, Jacob Carlborg wrote: On 2015-01-18 17:21, Andrei Alexandrescu wrote: Suggestions on how to make it better? -- Andrei Something flat (i.e. no gradient) or with less difference between the colors in

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:50 PM, DaveG wrote: Here's where I'm at. The menus don't use javascript (except when the screen gets so small it needs a button to open the navigation, the button uses js). It scales with screen size and should work on mobile (untested) - I changed doctype to html5 and added metatags

Re: Please help me with improving dlang.org

2015-01-18 Thread Mike via Digitalmars-d
On Monday, 19 January 2015 at 02:10:06 UTC, Mike wrote: On Monday, 19 January 2015 at 02:00:52 UTC, Andrei Alexandrescu wrote: 2) Aside from the documentation generated from the source code, why does the website need to be "built"? IMO a static website like dlang.org shouldn't need any addit

Re: Please help me with improving dlang.org

2015-01-18 Thread DaveG via Digitalmars-d
On Monday, 19 January 2015 at 02:21:41 UTC, Andrei Alexandrescu wrote: On 1/18/15 11:15 AM, Adam D. Ruppe wrote: On Sunday, 18 January 2015 at 17:56:41 UTC, aldanor wrote: And yet another thing you gain with (most) frameworks is having access to the original SASS/LESS. I think that's a con,

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:37 PM, MattCoder wrote: On Monday, 19 January 2015 at 02:19:30 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:09 PM, MattCoder wrote: On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic wit

Re: Please help me with improving dlang.org

2015-01-18 Thread MattCoder via Digitalmars-d
On Monday, 19 January 2015 at 02:19:30 UTC, Andrei Alexandrescu wrote: On 1/18/15 6:09 PM, MattCoder wrote: On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic without any answer, I wasn't able to fin

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 11:15 AM, Adam D. Ruppe wrote: On Sunday, 18 January 2015 at 17:56:41 UTC, aldanor wrote: And yet another thing you gain with (most) frameworks is having access to the original SASS/LESS. I think that's a con, actually. My biggest problem with contributing to the dlang website is th

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 11:43 AM, Jacob Carlborg wrote: On 2015-01-18 17:21, Andrei Alexandrescu wrote: Suggestions on how to make it better? -- Andrei Something flat (i.e. no gradient) or with less difference between the colors in the gradient. OK, the current attempt has no gradient at all. Probably t

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 6:09 PM, MattCoder wrote: On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic without any answer, I wasn't able to find (or at least is not easily visible) anything related to "CONTRIBUTE" ev

Re: Please help me with improving dlang.org

2015-01-18 Thread Mike via Digitalmars-d
On Monday, 19 January 2015 at 02:00:52 UTC, Andrei Alexandrescu wrote: 2) Aside from the documentation generated from the source code, why does the website need to be "built"? IMO a static website like dlang.org shouldn't need any additional tools other than a browser and an image editor. I

Re: Please help me with improving dlang.org

2015-01-18 Thread Rikki Cattermole via Digitalmars-d
On 19/01/2015 2:07 p.m., Walter Bright wrote: On 1/18/2015 1:41 AM, Rikki Cattermole wrote: On 18/01/2015 10:40 p.m., Tofu Ninja wrote: On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I part

Re: Please help me with improving dlang.org

2015-01-18 Thread MattCoder via Digitalmars-d
On Monday, 19 January 2015 at 01:41:04 UTC, Andrei Alexandrescu wrote: Content discussion to follow soon. -- Andrei As I asked in another Topic without any answer, I wasn't able to find (or at least is not easily visible) anything related to "CONTRIBUTE" even on sitemap. I think there shoul

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 4:57 PM, Mike wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement ove

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 3:36 PM, Zach the Mystic wrote: I like the buttons with the dark red gradients on the left. Although the button titles don't seem professional to me, the buttons do. I'm personally interested in seeing the "story" of D told better. I have more of a conscious opinion of the words of th

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/18/2015 1:41 AM, Rikki Cattermole wrote: On 18/01/2015 10:40 p.m., Tofu Ninja wrote: On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I particularly disliked, looks old and unclean to me.

Re: Please help me with improving dlang.org

2015-01-18 Thread Mike via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-18 Thread ketmar via Digitalmars-d
On Sun, 18 Jan 2015 23:47:30 + MattCoder via Digitalmars-d wrote: > On Sunday, 18 January 2015 at 21:27:25 UTC, NVolcz wrote: > > Googles pagespeed also gives some nice guidelines: > > https://developers.google.com/speed/pagespeed/insights/?url=dlang.org > > Nice and for image processing/com

Re: Please help me with improving dlang.org

2015-01-18 Thread MattCoder via Digitalmars-d
On Sunday, 18 January 2015 at 21:27:25 UTC, NVolcz wrote: Googles pagespeed also gives some nice guidelines: https://developers.google.com/speed/pagespeed/insights/?url=dlang.org Nice and for image processing/compression I'd like to recommend this free tool (Win/Linux/Mac): http://advsys.net

Re: Please help me with improving dlang.org

2015-01-18 Thread Zach the Mystic via Digitalmars-d
I like the buttons with the dark red gradients on the left. Although the button titles don't seem professional to me, the buttons do. I'm personally interested in seeing the "story" of D told better. I have more of a conscious opinion of the words of the front page than I do of the look-and-f

Re: Please help me with improving dlang.org

2015-01-18 Thread NVolcz via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 17:23, Andrei Alexandrescu wrote: Can we ditch the twitter div on mobile? (Pull request would be nice, thanks.) -- Andrei Adam has already created that: https://github.com/D-Programming-Language/dlang.org/pull/779 -- /Jacob Carlborg

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 17:21, Andrei Alexandrescu wrote: Suggestions on how to make it better? -- Andrei Something flat (i.e. no gradient) or with less difference between the colors in the gradient. -- /Jacob Carlborg

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 18 January 2015 at 17:58:57 UTC, Mengu wrote: if i may, i'll go and straightly ask a very great designer friend of mine to help us out. he'll either design a new interface for us or help us make this one better. let me know your call. BTW I'll write the css myself if some designer

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 18 January 2015 at 17:56:41 UTC, aldanor wrote: And yet another thing you gain with (most) frameworks is having access to the original SASS/LESS. I think that's a con, actually. My biggest problem with contributing to the dlang website is that I have to do it blind - it won't make

Re: Please help me with improving dlang.org

2015-01-18 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 18 January 2015 at 17:03:00 UTC, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Yeah, and it is really REALLY easy. https://github.com/D-Programming-Language/dlang.org/pull/779 Jacob makes a few good

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
Jacob Carlborg wrote: > On 2015-01-18 06:14, weaselcat wrote: > >> Looked at it in a webkit browser and you're right, I take back my first >> comment Andrei. >> But it does seem messed up on Firefox. >> https://i.imgur.com/FVb2Q6y.png > > Looks like the colors are inverted. I know what happened

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
"Mengu" wrote: > On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: >> On 1/18/15 9:02 AM, aldanor wrote: >>> This is usually solved by media queries / responsive design / >> grid >>> frameworks, sorry if I'm stating the obvious :) Try resizing >> the >>> commonly used websites

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
"DaveG" wrote: >> On 1/18/15 5:41 AM, Kiith-Sa wrote: >>> Also, note that the collapsible menu can be done in pure CSS, >> no JS >>> needed, which would allow it to work consistently even with >> NoScript. > It is possible with CSS only (I think), but fancy features like > animations require CSS3

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 06:14, weaselcat wrote: Looked at it in a webkit browser and you're right, I take back my first comment Andrei. But it does seem messed up on Firefox. https://i.imgur.com/FVb2Q6y.png Looks like the colors are inverted. -- /Jacob Carlborg

Re: Please help me with improving dlang.org

2015-01-18 Thread Suliman via Digitalmars-d
Half year ago there was attempted to rewrite site to vibed. I even see demo sites with fresh design. What happened thous projected was abandoned?

Re: Please help me with improving dlang.org

2015-01-18 Thread DaveG via Digitalmars-d
On 1/18/15 5:41 AM, Kiith-Sa wrote: Also, note that the collapsible menu can be done in pure CSS, no JS needed, which would allow it to work consistently even with NoScript. It is possible with CSS only (I think), but fancy features like animations require CSS3 transitions which has inconsisten

Re: Please help me with improving dlang.org

2015-01-18 Thread Israel via Digitalmars-d
On Sunday, 18 January 2015 at 07:42:05 UTC, DaveG wrote: On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780

Re: Please help me with improving dlang.org

2015-01-18 Thread Mengu via Digitalmars-d
On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ru

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ru

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 17:05:28 UTC, Andrei Alexandrescu wrote: On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ru

Re: Please help me with improving dlang.org

2015-01-18 Thread Daniel Kozak via Digitalmars-d
MattCoder via Digitalmars-d píše v Ne 18. 01. 2015 v 02:55 +: > On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu > wrote: > > I took the better part of today working on this: > > https://github.com/D-Programming-Language/dlang.org/pull/780. > > See demo at http://erdani.com/d/

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 9:02 AM, aldanor wrote: This is usually solved by media queries / responsive design / grid frameworks, sorry if I'm stating the obvious :) Try resizing the commonly used websites and see what happens, e.g. for ruby-lang you have at least 3 "versions" which are selected automatically ba

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 16:23:35 UTC, Andrei Alexandrescu wrote: On 1/18/15 2:36 AM, ponce wrote: On Sunday, 18 January 2015 at 10:27:43 UTC, aldanor wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the bette

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 8:33 AM, Andrei Alexandrescu wrote: On 1/18/15 5:41 AM, Kiith-Sa wrote: Also, note that the collapsible menu can be done in pure CSS, no JS needed, which would allow it to work consistently even with NoScript. I searched for ways to do accordion menus without Javascript for maybe a

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 5:41 AM, Kiith-Sa wrote: The thing with the red gradients looks incredibly horrible/ bad constrast actually makes it physically (eye strain) unpleasant. The cleanup looks better, but now the site has 3 columns with 3 different styles (not just colors, but e.g. flat vs gradient, edgy vs

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 2:36 AM, ponce wrote: On Sunday, 18 January 2015 at 10:27:43 UTC, aldanor wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Langua

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 2:46 AM, ponce wrote: I'll add: as a user I don't really wan't to see Acknoledgments, Appendices and Sitemap buttons. This doesn't seem as important as seeing Forums. Yah the actual content of the menu is subject to a different set of changes. Right now I'm focused on the styling. -

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 2:24 AM, Paolo Invernizzi wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.

Re: Please help me with improving dlang.org

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d
On 1/18/15 12:35 AM, Kapps wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement o

Re: Please help me with improving dlang.org

2015-01-18 Thread desmond via Digitalmars-d
this one looks pretty good!

Re: Please help me with improving dlang.org

2015-01-18 Thread Kiith-Sa via Digitalmars-d
On Sunday, 18 January 2015 at 07:44:24 UTC, Andrei Alexandrescu wrote: On 1/17/15 11:42 PM, DaveG wrote: On Sunday, 18 January 2015 at 04:44:56 UTC, Israel wrote: On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://git

Re: Please help me with improving dlang.org

2015-01-18 Thread ponce via Digitalmars-d
I'll add: as a user I don't really wan't to see Acknoledgments, Appendices and Sitemap buttons. This doesn't seem as important as seeing Forums. On Sunday, 18 January 2015 at 10:34:15 UTC, ponce wrote: I like it. It feels good to have code.dlang.org featured prominently. Nitpicks: - Main t

Re: Please help me with improving dlang.org

2015-01-18 Thread ponce via Digitalmars-d
On Sunday, 18 January 2015 at 10:27:43 UTC, aldanor wrote: On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo

Re: Please help me with improving dlang.org

2015-01-18 Thread ponce via Digitalmars-d
I like it. It feels good to have code.dlang.org featured prominently. Nitpicks: - Main thing is see is that for the left button you reversed the natural flow of light. It will feel a _lot_ less alien if the bottom of nav button is darker than the top, rather than the current. Currrently such

Re: Please help me with improving dlang.org

2015-01-18 Thread aldanor via Digitalmars-d
On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an im

Re: Please help me with improving dlang.org

2015-01-18 Thread Paolo Invernizzi via Digitalmars-d
On Sunday, 18 January 2015 at 10:16:15 UTC, Jacob Carlborg wrote: On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an im

Re: Please help me with improving dlang.org

2015-01-18 Thread Jacob Carlborg via Digitalmars-d
On 2015-01-18 03:18, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? It looks absolutely horrible. It w

Re: Please help me with improving dlang.org

2015-01-18 Thread Tofu Ninja via Digitalmars-d
On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I particularly disliked, looks old and unclean to me.

Re: Please help me with improving dlang.org

2015-01-18 Thread Rikki Cattermole via Digitalmars-d
On 18/01/2015 10:40 p.m., Tofu Ninja wrote: On Sunday, 18 January 2015 at 08:42:30 UTC, Walter Bright wrote: Me like. And I do like the spidery red lines in particular. The red lines were what I particularly disliked, looks old and unclean to me. Also that contrast is awful on the eyes!

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/17/2015 6:18 PM, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appreciate your help with revi

Re: Please help me with improving dlang.org

2015-01-18 Thread Walter Bright via Digitalmars-d
On 1/17/2015 11:42 PM, DaveG wrote: Original: https://dl.dropboxusercontent.com/u/114394/D-site/current.png Cleanup: https://dl.dropboxusercontent.com/u/114394/D-site/001.png Cleanup w/o bg: https://dl.dropboxusercontent.com/u/114394/D-site/002.png Better, but I liked the spidery red lines!

Re: Please help me with improving dlang.org

2015-01-18 Thread Kapps via Digitalmars-d
On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu wrote: I took the better part of today working on this: https://github.com/D-Programming-Language/dlang.org/pull/780. See demo at http://erdani.com/d/. What do you all think? Is it an improvement over what we have now? I'd appr

Re: Please help me with improving dlang.org

2015-01-18 Thread Daniel Kozak via Digitalmars-d
MattCoder via Digitalmars-d píše v Ne 18. 01. 2015 v 02:55 +: > On Sunday, 18 January 2015 at 02:18:16 UTC, Andrei Alexandrescu > wrote: > > I took the better part of today working on this: > > https://github.com/D-Programming-Language/dlang.org/pull/780. > > See demo at http://erdani.com/d/

  1   2   >