Re: Decimal string to floating point conversion with correct half-to-even rounding

2020-07-06 Thread Jacob Carlborg via Digitalmars-d-announce

On Sunday, 5 July 2020 at 14:29:22 UTC, IGotD- wrote:

It's a resource question again. I'm all for that for example D 
should have a native alternative to curl including SSL/TLS 
support. If someone is willing to invest the man hours into 
such project, I'm all for it. Nim went that way having partial 
native http support so it isn't impossible.


I agree, that would be really nice. Unfortunately it's quite 
tricky if you want to integrate with the platform provided TLS 
implementation [1]. Unless you're suggesting to create a crypto 
library from scratch, which is a whole different beast, and 
probably a bad idea [2].


[1] 
https://forum.dlang.org/post/prsrbzoanxwytrtpy...@forum.dlang.org
[2] 
https://forum.dlang.org/post/hsmjcgxzujgwsiegi...@forum.dlang.org


--
/Jacob Carlborg



Re: From the D Blog: A Pattern for Head-mutable Structures

2020-07-06 Thread Ali Çehreli via Digitalmars-d-announce

On 6/26/20 2:30 AM, aberba wrote:

> I'm curious what's happening in those D meetups. Are they still
> happening (online)?

Our Silicon Valley meetups are still going on:

  https://www.meetup.com/D-Lang-Silicon-Valley/events/kmqcvqybcjbxb/

However, without dedicated effort to line up speakers, it dwindled to a 
social gathering of very few people.


Ali



Re: From the D Blog: A Pattern for Head-mutable Structures

2020-07-06 Thread aberba via Digitalmars-d-announce

On Monday, 6 July 2020 at 12:22:56 UTC, Ali Çehreli wrote:

On 6/26/20 2:30 AM, aberba wrote:

> I'm curious what's happening in those D meetups. Are they
still
> happening (online)?

Our Silicon Valley meetups are still going on:

  
https://www.meetup.com/D-Lang-Silicon-Valley/events/kmqcvqybcjbxb/


However, without dedicated effort to line up speakers, it 
dwindled to a social gathering of very few people.


Ali



I wish the BeerConf things really takes up to become a regular 
thing.


Re: Visual D 1.0.0 released

2020-07-06 Thread IGotD- via Digitalmars-d-announce

On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote:


Cheers,
Rainer


I installed it but I cannot choose a D project when creating a 
new project. I have VS2019 community edition but I'm running as a 
user without admin rights. If I use an account with admin rights, 
then I can actually choose a D project.