Re: a tutorial on Vibe.d

2021-10-29 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 27 October 2021 at 03:05:13 UTC, Rey Valeza wrote: I created a tutorial on Vibe.d in PDF form for download earlier this year. I don't recommend reading it online; downloading the file would be better. Would appreciate if you give me your feedback. Here it is:

Re: DConf Online 2020 Schedule Change

2020-11-12 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 12 November 2020 at 08:34:46 UTC, Mike Parker wrote: On Wednesday, 11 November 2020 at 12:33:44 UTC, Greatsam4sure wrote: Is Andrei not having anything for the community in this dlang online conference? All the talks are in the published schedule. I have checked the list of

Re: DConf Online 2020 Schedule Change

2020-11-11 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 11 November 2020 at 08:43:26 UTC, Mike Parker wrote: On the first day of the conference, we've swapped Robert and Ali's timeslots. Ali's talk is now at 15:20 UTC and Robert's is at 16:40. https://dconf.org/2020/online/index.html Is Andrei not having anything for the

Re: The ABC's of Templates in D

2020-07-31 Thread Greatsam4sure via Digitalmars-d-announce
On Friday, 31 July 2020 at 13:46:43 UTC, Mike Parker wrote: I'm planning to publish several articles and tutorials about D templates over the next few months. As a means of setting the stage, I've published this tutorial on the basics. The blog:

Re: Dlang: The Complete D programming Language Course

2020-07-23 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote: Found this introductory course from Udemy on D Complete introduction to programming in D. Learn by doing assignments and projects. https://www.udemy.com/course/d-programming-language/ This is lovely. How, wish this training is

Re: Visual D 1.0.0 released

2020-07-15 Thread greatsam4sure via Digitalmars-d-announce
On Monday, 13 July 2020 at 10:27:10 UTC, Greatsam4sure wrote: On Monday, 13 July 2020 at 06:48:02 UTC, Rainer Schuetze wrote: On 12/07/2020 23:35, Rainer Schuetze wrote: [...] On second thought: if you installed the SDK after Visual D, the settings in "Tools -> Options -> Projects and

Re: Visual D 1.0.0 released

2020-07-13 Thread Greatsam4sure via Digitalmars-d-announce
On Monday, 13 July 2020 at 06:48:02 UTC, Rainer Schuetze wrote: On 12/07/2020 23:35, Rainer Schuetze wrote: On 12/07/2020 11:11, greatsam4sure wrote: [...] [...] [...] [...] [...] [...] I suspect you don't have the Windows SDK installed with Visual Studio. user32.lib is usually

Re: Release D 2.093.0

2020-07-12 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 12 July 2020 at 09:04:40 UTC, Martin Nowak wrote: Glad to announce D 2.093.0, ♥ to the 54 contributors. This release comes with a preview for shared variable initialization, template instantiation statistics, better Windows support of the install.sh script, and higher accuracy GC

Re: Visual D 1.0.0 released

2020-07-12 Thread greatsam4sure via Digitalmars-d-announce
On Saturday, 4 July 2020 at 14:42:05 UTC, Manu wrote: This is huge! Congrats on the super cool milestone with a bunch of really great new stuff. Thanks so much for your tireless work Rainer! I wouldn't be here without all your effort on this. On Sat, Jul 4, 2020 at 11:05 PM Rainer Schuetze

Re: Visual D 1.0.0 released

2020-07-08 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 8 July 2020 at 01:26:55 UTC, Manu wrote: On Tue, Jul 7, 2020 at 10:00 PM JN via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote: > See >

Re: LDC 1.22.0

2020-06-17 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 16 June 2020 at 20:12:12 UTC, kinke wrote: Glad to announce LDC 1.22 - some highlights: - Based on D 2.092.1+. - AArch64: C(++) interop should now be on par with x86_64, and variadics usable with core.{vararg,stdc.stdarg}. - Windows hosts: Auto-detection & setup of installed Visual

Re: Quick Start for Hunt Framework!

2020-06-03 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 3 June 2020 at 05:11:47 UTC, zoujiaqing wrote: Look this: https://github.com/huntlabs/hunt-framework/wiki/Quick-Start Thanks for this. We still need a more detail documentation and better tutorial. For example how do I build my desire ui? Can you guys not discuss with

Re: Tensorflow wrapper for D

2020-05-31 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote: by Shigeki Karita https://github.com/ShigekiKarita/tfd Thanks for this great work. I will give it a try later. Tensorflow im D is whatwhile

Re: Tensorflow wrapper for D

2020-05-31 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote: by Shigeki Karita https://github.com/ShigekiKarita/tfd Thanks for this great work. I will give it a try later. Tensorflow in D is worthwhile

Re: Hunt Framework 3.1.0 Released, Web Framework for DLang!

2020-05-25 Thread Greatsam4sure via Digitalmars-d-announce
On Monday, 25 May 2020 at 04:16:57 UTC, zoujiaqing wrote: On Friday, 22 May 2020 at 08:44:10 UTC, Greatsam4sure wrote: On Thursday, 21 May 2020 at 16:13:57 UTC, zoujiaqing wrote: [...] A holistic tutorial will help this framework more. The docs are not helpful to me. This is the reason

Re: Hunt Framework 3.1.0 Released, Web Framework for DLang!

2020-05-22 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 21 May 2020 at 16:13:57 UTC, zoujiaqing wrote: Hunt Framework is a full stack Web framework based on DLang language. Designed for rapid development of Web servers, similar PHP's Laravel、Java's Spring、Python's Django! ## This major update is as follows: 1. safety - related

Re: Hunt Framework 3.1.0 Released, Web Framework for DLang!

2020-05-22 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 21 May 2020 at 16:13:57 UTC, zoujiaqing wrote: Hunt Framework is a full stack Web framework based on DLang language. Designed for rapid development of Web servers, similar PHP's Laravel、Java's Spring、Python's Django! ## This major update is as follows: 1. safety - related

Re: Release Candidate 2.092.0 [was: Re: Beta 2.092.0]

2020-05-09 Thread Greatsam4sure via Digitalmars-d-announce
On Saturday, 9 May 2020 at 08:00:50 UTC, Martin Nowak wrote: On Thursday, 30 April 2020 at 10:43:29 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.092.0 release, ♥ to the 47 contributors. Release candidate is live now. Thank you so much for all these great work

Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2020-05-07 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 7 May 2020 at 00:28:10 UTC, SealabJaster wrote: On Wednesday, 11 December 2019 at 12:04:04 UTC, SealabJaster wrote: Final post of this series (also sorry for the necro, but it's probably better than making a new post):

Re: Hunt Framework 3.0.0 Released, Web Framework for DLang!

2020-05-01 Thread Greatsam4sure via Digitalmars-d-announce
On Friday, 1 May 2020 at 10:54:55 UTC, zoujiaqing wrote: This version is an important version jointly created by huntlabs and the team developers of Putao technology service end through nearly half a year's development iteration. Relying on the dependency injection technology, the module

Re: diet-ng Live mode and announcing dietpc

2020-04-29 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 29 April 2020 at 18:47:47 UTC, Steven Schveighoffer wrote: On 4/29/20 1:25 PM, Greatsam4sure wrote: For chrome and edge refresh does not affect changes in HTML content but restart What about shift-refresh, which should reload the whole thing? Sometimes the caching gets in the

Re: diet-ng Live mode and announcing dietpc

2020-04-29 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 29 April 2020 at 13:43:12 UTC, Steven Schveighoffer wrote: On 4/29/20 9:23 AM, Greatsam4sure wrote: On Tuesday, 24 March 2020 at 15:03:33 UTC, Steven Schveighoffer wrote: [...] Thanks, the live mode is really lovely.it really saves a lot of time building your UI. Chrome and

Re: diet-ng Live mode and announcing dietpc

2020-04-29 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 24 March 2020 at 15:03:33 UTC, Steven Schveighoffer wrote: Since October I have been using an experimental feature I created for the diet-ng package [1] that allows one to alter just the HTML portions of a diet template and have the server re-render those pages. It has saved me

Re: LDC 1.21.0

2020-04-24 Thread Greatsam4sure via Digitalmars-d-announce
On Friday, 24 April 2020 at 04:28:00 UTC, zoujiaqing wrote: On Thursday, 23 April 2020 at 17:53:05 UTC, kinke wrote: [...] Thanks! Use LDC writing mobile app :) I am interested in mobile app using D. Pls can you post a link on how to start. I wiwill really appreciate it

Re: Vibe.d navigation

2020-03-31 Thread GreatSam4sure via Digitalmars-d-announce
On Tuesday, 31 March 2020 at 18:38:19 UTC, Steven Schveighoffer wrote: On 3/31/20 2:23 PM, GreatSam4sure wrote: I am playing with the vibe.d for some days now. One thing I am struggling with is move from one page to another using web interface. The naming of the functions and proper navigation

Vibe.d navigation

2020-03-31 Thread GreatSam4sure via Digitalmars-d-announce
I am playing with the vibe.d for some days now. One thing I am struggling with is move from one page to another using web interface. The naming of the functions and proper navigation from one page to another is not clear to me. How to move from one page to another. I will appreciate any help.

Re: My Android project nearing beta

2019-12-17 Thread GreatSam4sure via Digitalmars-d-announce
On Tuesday, 17 December 2019 at 00:41:01 UTC, Adam D. Ruppe wrote: On Monday, 16 December 2019 at 23:23:08 UTC, GreatSam4sure wrote: I will appreciate a step by step tutorial on how to get things setup and running dlang android app Did the website there help you at all? No sir, that is the

Re: My Android project nearing beta

2019-12-16 Thread GreatSam4sure via Digitalmars-d-announce
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote: I'm gonna drop the link here without further comment: https://github.com/adamdruppe/d_android hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :) let me

Re: My Android project nearing beta

2019-12-16 Thread GreatSam4sure via Digitalmars-d-announce
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote: I'm gonna drop the link here without further comment: https://github.com/adamdruppe/d_android hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :) let me

Re: My Android project nearing beta

2019-12-16 Thread GreatSam4sure via Digitalmars-d-announce
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote: I'm gonna drop the link here without further comment: https://github.com/adamdruppe/d_android hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :) let me

Re: dud: A dub replacement

2019-11-25 Thread GreatSam4sure via Digitalmars-d-announce
On Monday, 25 November 2019 at 18:28:55 UTC, H. S. Teoh wrote: On Mon, Nov 25, 2019 at 12:15:42PM +, Joseph Rushton Wakeling via Digitalmars-d-announce wrote: [...] [...] I'm probably not the intended audience here, but just so it's out there, here's a list of dub showstoppers for me:

Re: Apache shiro for D is ported and release 1.0.0

2019-11-21 Thread GreatSam4sure via Digitalmars-d-announce
On Thursday, 21 November 2019 at 08:32:45 UTC, zoujiaqing wrote: On Tuesday, 19 November 2019 at 13:04:26 UTC, Andre Pany wrote: On Tuesday, 19 November 2019 at 10:10:17 UTC, zoujiaqing wrote: Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication,

Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2019-10-31 Thread GreatSam4sure via Digitalmars-d-announce
On Thursday, 31 October 2019 at 09:02:07 UTC, Paolo Invernizzi wrote: On Thursday, 31 October 2019 at 00:05:06 UTC, SealabJaster wrote: https://bradley.chatha.dev/Home/Blog?post=JsonSerialiser1 Currently only the first post is out, as I'd like to collect feedback before writing any more.

Re: rapidxml for D has been ported.

2019-10-08 Thread GreatSam4sure via Digitalmars-d-announce
On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: [...] So finally we have a working xml parser! https://github.com/DiamondMVC/Diamond/tree/master/xml

Re: LDC 1.18.0-beta1

2019-09-12 Thread GreatSam4sure via Digitalmars-d-announce
On Thursday, 12 September 2019 at 23:49:04 UTC, kinke wrote: Glad to announce the first beta for LDC 1.18: * Based on D 2.088.0+ (yesterday's stable). * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation. * Init symbols of zero-initialized structs are no longer

Re: Beta 2.088.0

2019-08-25 Thread GreatSam4sure via Digitalmars-d-announce
On Sunday, 25 August 2019 at 10:17:16 UTC, Martin Nowak wrote: On Friday, 16 August 2019 at 11:47:23 UTC, Suliman wrote: New releases become more and more strange. 30% of deprecation 30% removing futures It's also a sign of better documentation of even small deprecations. The short release

Re: Seoul D Meetup--August 14th, 7:00 PM

2019-08-01 Thread GreatSam4sure via Digitalmars-d-announce
On Thursday, 1 August 2019 at 02:55:14 UTC, Mike Parker wrote: Please let the talk be recorded So that people can watch it later Sorry, but we won’t be recording it this time. Maybe we can start doing so at future meetups. Maybe you can be it on writing and release the lecture note in

Re: Seoul D Meetup--August 14th, 7:00 PM

2019-07-31 Thread GreatSam4sure via Digitalmars-d-announce
On Wednesday, 31 July 2019 at 17:43:23 UTC, Mike Parker wrote: For the hordes of D programmers hiding somewhere in Seoul, Korea, our next Seoul D meetup is at 7:00 PM on August, 14, at Hyundai Studio Black near Gangnam Station. We've got ourselves a Meetup page now [1], so we're moving up in

Re: Beta 2.087.1

2019-07-31 Thread GreatSam4sure via Digitalmars-d-announce
On Wednesday, 31 July 2019 at 23:15:18 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.1 point release, ♥ to the 23 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.1.html As usual please report any bugs at

Re: Redis client hunt-redis RC1 released

2019-07-25 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. So what can I do with Redis? All of the following redis features are supported: *

Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup

Re: I was able to write some D last week!

2019-07-10 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 12:31:15 UTC, Adam D. Ruppe wrote: On Tuesday, 9 July 2019 at 12:09:14 UTC, Greatsam4sure wrote: I don't know much about this project but l which to know more. My code is the oldest continuously maintained web library in D, started in 2008 and still developed

Re: gtkDcoding Facelift Launch

2019-07-09 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote: Last week, gtkDcoding saw its 50th regularly-scheduled post. Today marks the launch of stage two of the facelift we've been working toward for the last month. The new features are: [...] Thanks a million, times. I will like a

Re: I was able to write some D last week!

2019-07-09 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 02:32:22 UTC, Adam D. Ruppe wrote: I am bumping the arsd repo dub's version number to 4.0.0. (this is super super arbitrary for me though, I very rarely ACTUALLY break backward compatibility, in fact I try to be both backward and forward compatible with myself and

Re: Visual D 0.50.0 released

2019-06-24 Thread Greatsam4sure via Digitalmars-d-announce
On Monday, 24 June 2019 at 05:25:32 UTC, Rainer Schuetze wrote: On 24/06/2019 00:25, Greatsam4sure wrote: Visual D works for VS 2008 up to VS 2019. The new project dialog in VS 2019 makes it hard to discover the new projects because the categories are hardcoded and cannot be extended. You

Re: Visual D 0.50.0 released

2019-06-23 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 23 June 2019 at 21:49:49 UTC, Rainer Schuetze wrote: On 23/06/2019 21:06, Greatsam4sure wrote: On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: [...] Thanks to all, who make this possible. Which version of dmd and ldc is bundle with visual-D 0.50 and which

Re: Visual D 0.50.0 released

2019-06-23 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote: Hi, today a new version of Visual D has been released. Its main new features are - additional installer available that includes DMD and LDC - now checks for updates for Visual D, DMD and LDC, assisted download and install -

Re: Beta 2.087.0

2019-06-18 Thread greatsam4sure via Digitalmars-d-announce
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html As usual please report any bugs at https://issues.dlang.org

Re: DMD metaprogramming enhancement

2019-04-26 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 25 April 2019 at 23:41:32 UTC, Suleyman wrote: Hello everyone, I am happy to announce that in the next DMD release you will be able to more freely enjoy your metaprograming experience now that a long-standing limitation has been lifted. You can now instantiate local and member

Re: gtkDcoding Blog: Post #0009 - Boxes

2019-02-28 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 12 February 2019 at 19:02:52 UTC, Ron Tarrant wrote: Another Tuesday, another blog post: http://gtkdcoding.com/2019/02/12/0009-boxes.html And I also tossed one up there on Sunday after discovering that the GTK Inspector works on Windows 10, too:

Re: DIP 1018--The Copy Constructor--Formal Review

2019-02-26 Thread Greatsam4sure via Digitalmars-d-announce
On Monday, 25 February 2019 at 02:29:40 UTC, Manu wrote: On Sun, Feb 24, 2019 at 4:25 PM Walter Bright via Digitalmars-d-announce wrote: Thanks for letting me know you're abandoning the rvalue ref DIP. It's not an "rvalue ref" DIP (which I think has confused a lot of people), it's an

Re: code-d 0.20.0 - serve-d 0.4.0 - Happy new year!

2019-01-06 Thread greatsam4sure via Digitalmars-d-announce
On Tuesday, 1 January 2019 at 19:49:46 UTC, Laurent Tréguier wrote: On Monday, 31 December 2018 at 17:42:46 UTC, WebFreak001 wrote: [...] I had been waiting for new serve-d+code-d releases after seeing https://github.com/Pure-D/serve-d/commit/488e0f3135d32364f16cea5da96331c74f4c2afa :) Just

Re: Visual D 0.48.0 released

2018-12-03 Thread greatsam4sure via Digitalmars-d-announce
On Sunday, 2 December 2018 at 16:02:25 UTC, Rainer Schuetze wrote: Hi, I have made a new release of Visual D available. Some highlights of version 0.48.0: * installer and binaries now digitally signed by the "D Language Foundation" * experimental: option to enable semantic identifier

Re: Hunt framework 1.2.0 released

2018-07-27 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 17 July 2018 at 09:27:26 UTC, Brian wrote: Hello, hunt framework fix bugs version release. Major updates: 1. Add simplify functions 2. You can use createUrl() to create link url from module.controller.action 3. support date() / url() function for template engine 4. fix

Re: Funding code-d

2018-07-13 Thread Greatsam4sure via Digitalmars-d-announce
On Friday, 13 July 2018 at 14:20:19 UTC, Mike Parker wrote: As promised in my tweet of June 30 (and to the handful of people who emailed me), the cloud of mystery surrounding the use of the money raised for code-d and its supporting tools has now been (partially) lifted! In this post, I lay

Re: Funding code-d

2018-07-13 Thread Greatsam4sure via Digitalmars-d-announce
On Friday, 13 July 2018 at 14:20:19 UTC, Mike Parker wrote: As promised in my tweet of June 30 (and to the handful of people who emailed me), the cloud of mystery surrounding the use of the money raised for code-d and its supporting tools has now been (partially) lifted! In this post, I lay

Re: Blogpost about the T.init problem

2018-07-11 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 10 July 2018 at 13:41:56 UTC, FeepingCreature wrote: I've written up a short blogpost about the T.init issue. It is not very enthusiastic. https://medium.com/@feepingcreature/d-structs-dont-work-for-domain-data-c09332349f43 Related links: https://github.com/dlang/phobos/pull/6594

Re: Blogpost about the T.init problem

2018-07-11 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 10 July 2018 at 13:41:56 UTC, FeepingCreature wrote: I've written up a short blogpost about the T.init issue. It is not very enthusiastic. https://medium.com/@feepingcreature/d-structs-dont-work-for-domain-data-c09332349f43 Related links: https://github.com/dlang/phobos/pull/6594

Re: I have a plan.. I really DO

2018-07-11 Thread Greatsam4sure via Digitalmars-d-announce
On Wednesday, 11 July 2018 at 13:57:45 UTC, SrMordred wrote: But for technical aspect like performance, very honestly I'm still not sure of its technical superiority over similar languages. Just have a look at this one, which is quite famous : https://www.techempower.com/benchmarks/ I

Re: Visual D 0.47.0 released

2018-06-24 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 24 June 2018 at 13:08:53 UTC, Rainer Schuetze wrote: Hi, a new release of Visual D has just been uploaded. Major changes are * improved Visual C++ project integration: better dependencies, automatic libraries, name demangling * new project wizard * mago debugger: show vtable,

D only has Advantages

2018-06-14 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 14 June 2018 at 05:31:18 UTC, Bugsy wrote: On Thursday, 14 June 2018 at 04:11:37 UTC, Anton Fediushin wrote: they have bugs and features D only has features that's because in D, bugs are actually features. The advantages of D are numerous. It a language design to make a

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-10 Thread greatsam4sure via Digitalmars-d-announce
On Tuesday, 10 April 2018 at 03:37:59 UTC, evilrat wrote: On Monday, 9 April 2018 at 19:10:46 UTC, Samson wrote: [...] Disable "normal" code-d, close VS, remove %appdata%/code-d, launch VS & enable code-d beta serve-d, enjoy. [...] Thanks, your suggestion work for me. Many thanks to you

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-10 Thread greatsam4sure via Digitalmars-d-announce
On Tuesday, 10 April 2018 at 03:37:59 UTC, evilrat wrote: On Monday, 9 April 2018 at 19:10:46 UTC, Samson wrote: [...] Disable "normal" code-d, close VS, remove %appdata%/code-d, launch VS & enable code-d beta serve-d, enjoy. [...] Thanks your suggestion work for me. many thanks to you

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread greatsam4sure via Digitalmars-d-announce
On Tuesday, 3 April 2018 at 23:02:42 UTC, WebFreak001 wrote: new code-d (D extension for vscode) and serve-d (Language Server Protocol server for it) release See the CHANGELOG in vscode, or on https://github.com/Pure-D/code-d/blob/master/CHANGELOG.md Today massive improvements towards

Re: DLS : an attempt at a language server

2018-03-29 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 27 March 2018 at 18:32:40 UTC, Anton Pastukhov wrote: On Tuesday, 27 March 2018 at 18:08:14 UTC, Laurent Tréguier wrote: Hello, D community! I've been looking at D for a while now, but never got to really use it. And now that Microsoft initiated the Language Server Protocol, I

Re: Vision document for H1 2018

2018-03-17 Thread Greatsam4sure via Digitalmars-d-announce
On Sunday, 11 March 2018 at 04:06:13 UTC, Nick Sabalausky (Abscissa) wrote: On 03/10/2018 05:47 AM, Dylan Graham wrote: On Saturday, 10 March 2018 at 10:05:49 UTC, rumbu wrote: According to the State of D Survey, 71% of the respondents don't care about betterC. Why is betterC on the priority