Re: allow response status codes with curl

2019-10-02 Thread Boris Carvajal via Digitalmars-d-announce
On Thursday, 3 October 2019 at 01:02:43 UTC, Hampus wrote: I have a program that is using std.curl and right now if a http request returns a status code other than 200 the program will crash like this:

Re: allow response status codes with curl

2019-10-02 Thread Anonymouse via Digitalmars-d-announce
On Thursday, 3 October 2019 at 01:02:43 UTC, Hampus wrote: I have a program that is using std.curl and right now if a http request returns a status code other than 200 the program will crash like this:

allow response status codes with curl

2019-10-02 Thread Hampus via Digitalmars-d-announce
I have a program that is using std.curl and right now if a http request returns a status code other than 200 the program will crash like this: std.net.curl.HTTPStatusException@C:\D\dmd2\windows\bin\..\..\src\phobos\std\net\curl.d(1082): HTTP request returned status code 404 (Not Found) What

Re: commonmark-d: A fast CommonMark and Github Flavoured Markdown parser, translation of MD4C

2019-10-02 Thread zoujiaqing via Digitalmars-d-announce
On Monday, 30 September 2019 at 23:06:42 UTC, Guillaume Piolat wrote: Hello, I haven't measured memory usage of either compile time or run time, but I feel like it's also better. Thanks, I like this project. Because hunt-markdown is strictly abstract in design, the performance is not

Re: commonmark-d: A fast CommonMark and Github Flavoured Markdown parser, translation of MD4C

2019-10-02 Thread Guillaume Piolat via Digitalmars-d-announce
On Wednesday, 2 October 2019 at 09:33:03 UTC, zoujiaqing wrote: On Monday, 30 September 2019 at 23:06:42 UTC, Guillaume Piolat wrote: Hello, I haven't measured memory usage of either compile time or run time, but I feel like it's also better. Thanks, I like this project. Because

Re: CodinGame adds support for 2 new programming languages

2019-10-02 Thread Aliak via Digitalmars-d-announce
On Thursday, 26 September 2019 at 15:58:46 UTC, Andre Pany wrote: Hi, Based on the voting results (https://www.codingame.com/forum/t/poll-what-programming-language-would-you-like-codingame-to-support-next) Codingame is currently adding 2 new programming languages, Type Script and D! Thanks