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

2019-07-25 Thread Kagamin via Digitalmars-d-announce
From an earlier post: In particular, nginx can do a scgi proxy with a unix socket and this may be easier to use with your firewall and filesystem permissions. Oh, I tried it. First nginx didn't find the socket. Guess why? Because nginx runs in a virtualized filesystem. Relocated the sock

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

2019-07-11 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 11 July 2019 at 14:09:09 UTC, Adam D. Ruppe wrote: On Thursday, 11 July 2019 at 13:40:50 UTC, matheus wrote: Do you think that your libraries could fill this gap for D? Possibly. So I'm trying to convince my bosses at work to let me use D on the core product and one of the points

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

2019-07-11 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 11 July 2019 at 13:40:50 UTC, matheus wrote: Do you think that your libraries could fill this gap for D? Possibly. So I'm trying to convince my bosses at work to let me use D on the core product and one of the points I made is that D is really easy for new devs to use. Part of

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

2019-07-11 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 11 July 2019 at 13:51:03 UTC, Adam D. Ruppe wrote: foundation modules (0 imports): oh, I forgot terminal.d in here. It is fun to combine the event loops of some of these, since I refuse to put a common interface in since that means another module. It tends to be implemented with

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

2019-07-11 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 11 July 2019 at 13:36:17 UTC, bauss wrote: Most of the modules in arsd can be used separately right? Yes, my policy is that the modules use no more than two other modules total. The ones below with a star* indicate default reliance upon a common C library too, like openssl. I t

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

2019-07-11 Thread matheus via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 02:32:22 UTC, Adam D. Ruppe wrote: ask me anything you like First of all very this nice and I have been using some of your work like terminal.d with very success! Second: I remember one of Bjarne's talk about creating some levels in C++ for getting things easily,

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

2019-07-11 Thread bauss via Digitalmars-d-announce
On Thursday, 11 July 2019 at 13:24:02 UTC, Adam D. Ruppe wrote: On Thursday, 11 July 2019 at 13:14:47 UTC, bauss wrote: And also CSS3 selector parsing (still not CSS parsing though.) dom.d has some of that too. My css3 support is decent but not 100%, it includes :not, :has, :nth-child, nth-of

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

2019-07-11 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thursday, 11 July 2019 at 13:14:47 UTC, bauss wrote: And also CSS3 selector parsing (still not CSS parsing though.) dom.d has some of that too. My css3 support is decent but not 100%, it includes :not, :has, :nth-child, nth-of-type and more. I never implemented :only-child though, that'd

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

2019-07-11 Thread bauss via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 13:12:22 UTC, Guillaume Piolat wrote: 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 mainta

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

2019-07-11 Thread Adam D. Ruppe via Digitalmars-d-announce
On Thu, Jul 11, 2019 at 08:35:51AM +, bauss via Digitalmars-d-announce wrote: > Great work but the name of "arsd.http2" might be confusing to some because > of "HTTP 2" being an actual thing but that module has nothing to do with it > and is actually about Open SSL. That module is about HTTP,

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

2019-07-11 Thread bauss 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 wit

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 today.

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

2019-07-09 Thread Guillaume Piolat 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 today.

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

2019-07-09 Thread Adam D. Ruppe via Digitalmars-d-announce
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 today. It also does a bunch of other things like gui too. How doe

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

2019-07-09 Thread Adam D. Ruppe via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 12:13:13 UTC, Dejan Lekic wrote: Not entirely true - there is a (pretty active) project out there called "Hunt Framework" - https://github.com/huntlabs/hunt-framework Fun fact: hunt framework bootstrapped themselves with my code! I don't think they still use any of

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

2019-07-09 Thread Dejan Lekic via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 12:09:14 UTC, Greatsam4sure wrote: All the web framework only vibe was set up with business in mind. Not entirely true - there is a (pretty active) project out there called "Hunt Framework" - https://github.com/huntlabs/hunt-framework

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 wit

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

2019-07-08 Thread Adam D. Ruppe via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 03:21:21 UTC, ketmar wrote: yay, so your cgi.d and template modules are ready for public now! great. Aye, you can use them now. I haven't documented all the new stuff and I am still likely to change a bunch of details, so it is still kinda "use at your own risk of f

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

2019-07-08 Thread ketmar via Digitalmars-d-announce
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 with dmd versions, just meh) yay, so your

I was able to write some D last week!

2019-07-08 Thread Adam D. Ruppe via Digitalmars-d-announce
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 with dmd versions, just meh) Anyway, while version numbers are