Re: The #dbugfix Campaign

2018-02-06 Thread Dechcaudron via Digitalmars-d-announce
On Saturday, 3 February 2018 at 17:30:46 UTC, rjframe wrote: On Sat, 03 Feb 2018 15:32:41 +, Mike Parker wrote: We all have (or have had) our "favorite" issues in Bugzilla at one time or another. Some that seem to hang around like unwanted guests who never leave. The #dbugfix campaign is

mysql-native v2.0.0-rc2

2018-02-06 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
Second release candidate: Tagged v2.0.0-rc2 Changes since RC1 listed in changelog: https://github.com/mysql-d/mysql-native/blob/master/CHANGELOG.md These changes are needed to help prepare for the eventual v2.1.0

Re: run.dlang.io can now display ASM + AST + IR

2018-02-06 Thread jmh530 via Digitalmars-d-announce
On Wednesday, 7 February 2018 at 01:15:14 UTC, Seb wrote: [snip] https://run.dlang.io/is/vSUTf6 The DUB libraries are now also updated automatically every day. Oh and it's now integrated with e.g. the mir documentation too: http://docs.algorithm.dlang.io/latest/mir_ndslice_algorithm.html I

Re: run.dlang.io can now display ASM + AST + IR

2018-02-06 Thread Seb via Digitalmars-d-announce
On Sunday, 28 January 2018 at 22:49:35 UTC, Bastiaan Veelo wrote: On Sunday, 28 January 2018 at 17:06:36 UTC, Seb wrote: CTRL+Enter -> run Thanks for reading my mind! You people are awesome. Anything else on your mind? It's getting harder to read. For large display, I added two more

Re: mysql-native v2.0.0-rc1: Release Candidate: Redesigned Prepared

2018-02-06 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
On 02/06/2018 03:42 AM, aberba wrote: I really want to thank you for putting much time into documentation. Very much appreciated. This library is very necessary for the stuff I do. Glad to hear! Boring as documenting can be, my viewpoint is that it's every bit as integral to a tool as the

Re: DConf Artwork now public and released under Creative Commons

2018-02-06 Thread Walter Bright via Digitalmars-d-announce
On 2/6/2018 3:39 AM, Seb wrote: It's released under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) by Sociomantic. Thank you Sociomantic and the people who made this happen!

Re: Munich D Meetup February 2018

2018-02-06 Thread Stefan via Digitalmars-d-announce
Mathis, a believer in D for ages, will present his libboilerplate. Quite interesting approach if you are interested in reducing your boilerplate and concentrate on the business part of your software.

Re: DConf Artwork now public and released under Creative Commons

2018-02-06 Thread Stefan via Digitalmars-d-announce
awesome work. Mario, Tom and Leandro. Thanks! Hope that some of you Berlin guys also come for a short trip to Munich. We traveled for ages to Berlin now. :)

Re: parallel copy directory, faster than robocopy

2018-02-06 Thread Danny via Digitalmars-d-announce
The rule of thumb is use double number of threads of the logical cores..use GS rich copy 360 enterprise..supports upto 256 threads at once..not sure about robocopy.

Re: DConf Artwork now public and released under Creative Commons

2018-02-06 Thread Leandro Lucarella via Digitalmars-d-announce
On Tuesday, 6 February 2018 at 11:39:33 UTC, Seb wrote: [snip] And of course the very friendly people from Sociomantic (Shai Tayeb, Leandro Lucarella, and Dylan Cromwell et.al.) who put a lot of effort into making the last DConfs and its related artwork happen. Thanks!!! Thanks for putting

Re: Munich D Meetup February 2018

2018-02-06 Thread Dragos Carp via Digitalmars-d-announce
On Monday, 22 January 2018 at 18:30:49 UTC, Dragos Carp wrote: On February 7th, with the title "Declarative Programming" we will have our next Munich meetup. Mathis (https://github.com/FeepingCreature) will present "AutoString" utility and talk about transforming D code from imperative to

DConf Artwork now public and released under Creative Commons

2018-02-06 Thread Seb via Digitalmars-d-announce
The amazing and beautiful artwork created by Sociomantic for DConf16 and DConf17 is now publicly available on GitHub: https://github.com/dlang-community/artwork It's released under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) by Sociomantic. A huge thanks goes to

Re: mysql-native v2.0.0-rc1: Release Candidate: Redesigned Prepared

2018-02-06 Thread aberba via Digitalmars-d-announce
On Monday, 5 February 2018 at 04:47:07 UTC, Nick Sabalausky (Abscissa) wrote: An all-D MySQL/MariaDB client library: https://github.com/mysql-d/mysql-native [...] I really want to thank you for putting much time into documentation. Very much appreciated. This library is very necessary for