Diamond MVC (Full-stack web-framework) - v2.8.6

2018-04-04 Thread bauss via Digitalmars-d-announce
I'm pleased to announce yet another release of Diamond MVC. If you haven't heard of Diamond before, then it's a full-stack web-framework built on-top of vibe.d using a similar style to ASP.NET. It also comes with additional features, as Diamond is meant to be fit for enterprise development.

Re: Hamburg meets D

2018-04-04 Thread Stefan via Digitalmars-d-announce
On Monday, 5 March 2018 at 19:40:12 UTC, Stephan wrote: Hello fellow Dlers, thanks to last years DConf some German D developers agreed to meet for drinks in Hamburg. congratz! how was it? hope a next meetup is already planned.

Dizzy Omega 0.17

2018-04-04 Thread unDEFER via Digitalmars-d-announce
I have done the first demo version of my game fully written in D. Dizzy is a puzzle game, Purpose of which is the collection and use of items. Dizzy Omega (Dizzy on Mars) is the sequel of the game Dizzy Y (which was for ZX-Spectrum). The game has 3D graphic, but 2D logic. The first demo has

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 window

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 15:48:42 UTC, rumbu wrote: 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 dcd-server.exe remains active in memory after I quit VSCode. If I close/ope

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread rumbu 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 dcd-server.exe remains active in memory after I quit VSCode. If I close/open VSCode several times, I have a lot of dcd-server.exe in

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 11:08:09 UTC, Domain wrote: On Tuesday, 3 April 2018 at 23:02:42 UTC, WebFreak001 wrote: [...] // >>> many Could not resolve location of module here <<< Server: 2018-04-04T19:04:39.205:..\..\..\..\Local\dub\packages\dsymbol-0.3.0\dsymbol\src\dsymbol\conversion\f

ASDF 0.2.0

2018-04-04 Thread 9il via Digitalmars-d-announce
ASDF is a cache oriented string based JSON representation. Besides, it is a convenient Json Library for D that gets out of your way. ASDF is specially geared towards transforming high volumes of JSON dataframes, either to new JSON Objects or to custom data types. v0.2.0 features: - `pure` su

Re: std.variant Is Everything Cool About D

2018-04-04 Thread Steven Schveighoffer via Digitalmars-d-announce
On 4/3/18 11:29 PM, Meta wrote: Also, with Nullable your data is guaranteed to not be boxed, whereas it's a possibility with Variant/Algebraic if the types you're working with are large enough. Not with Algebraic. -Steve

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread Domain 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 window

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread drug via Digitalmars-d-announce
Works for me very well out of box, much better than my previous attempts to use vscode. I'll test it more and probable I'll leave sublime text 3 for vscode. I appreciate your nice work!

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread Arredondo via Digitalmars-d-announce
Thanks for all the feedback you guys. I'll try the different suggestions when I get home tonight and I'll let you know. Cheers, Arredondo.

Re: CPUblit v0.1.0

2018-04-04 Thread bauss via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 00:50:31 UTC, solidstate1991 wrote: https://github.com/ZILtoid1991/CPUblit I have put the rendering functions of my engine to an external library for general use in other applications where image composing is needed. I can add functions on request, currently I'm

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 06:36:41 UTC, WebFreak001 wrote: On Tuesday, 3 April 2018 at 23:50:24 UTC, Arredondo wrote: I could not get this to work for me in the past (I'm using Windows 10). I saw this announcement so I decided to try again. After reinstalling code-d I got this in the OUTPUT

Re: Release: nanovega.d rendering lib like html5 canvas

2018-04-04 Thread drug via Digitalmars-d-announce
03.04.2018 04:44, Andrew Edwards пишет: I made an attempt last year but not much came of it. Would like to help out if you don’t mind slowing your pace a bit to provide some mentoring when the need arises. Andrew My pace isn't fast, unfortunately. In fact porting is rather simple, the pro

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread Seb via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 06:36:41 UTC, WebFreak001 wrote: On Tuesday, 3 April 2018 at 23:50:24 UTC, Arredondo wrote: I could not get this to work for me in the past (I'm using Windows 10). I saw this announcement so I decided to try again. After reinstalling code-d I got this in the OUTPUT