Re: requests 2.0.0 release

2020-11-02 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 1 November 2020 at 14:00:34 UTC, Jacob Carlborg wrote: On 2020-11-01 11:13, Sönke Ludwig wrote: ddb marks the vibe-d dependency as optional, so it *should* not trigger a download by itself. It does not trigger a download. The downside is that user of the library needs to manually

Re: requests 2.0.0 release

2020-11-01 Thread Jacob Carlborg via Digitalmars-d-announce
On 2020-11-01 11:13, Sönke Ludwig wrote: ddb marks the vibe-d dependency as optional, so it *should* not trigger a download by itself. It does not trigger a download. The downside is that user of the library needs to manually add vibe.d as a dependency. -- /Jacob Carlborg

Re: requests 2.0.0 release

2020-11-01 Thread Sönke Ludwig via Digitalmars-d-announce
Am 30.10.2020 um 14:40 schrieb Andre Pany: On Friday, 30 October 2020 at 13:34:24 UTC, Jacob Carlborg wrote: On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. The goal of this update

Re: requests 2.0.0 release

2020-10-30 Thread Andre Pany via Digitalmars-d-announce
On Friday, 30 October 2020 at 13:34:24 UTC, Jacob Carlborg wrote: On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. The goal of this update is to prevent dub from downloading vibe-d

Re: requests 2.0.0 release

2020-10-30 Thread Jacob Carlborg via Digitalmars-d-announce
On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. The goal of this update is to prevent dub from downloading vibe-d packages for optional subConfiguration. Another approach is to

Re: requests 2.0.0 release

2020-10-29 Thread ikod via Digitalmars-d-announce
On Thursday, 29 October 2020 at 16:22:50 UTC, Anonymouse wrote: On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. Thanks for all your hard work! This was an annoying point and I'm

Re: requests 2.0.0 release

2020-10-29 Thread Anonymouse via Digitalmars-d-announce
On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. Thanks for all your hard work! This was an annoying point and I'm happy to see a solution that works for everyone.

Re: requests 2.0.0 release

2020-10-29 Thread Alireza SN via Digitalmars-d-announce
On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. ... best regards, Igor This is great! Thank you.

Re: requests 2.0.0 release

2020-10-29 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote: Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. The goal of this update is to prevent dub from downloading vibe-d packages for optional subConfiguration. Important in case you use

requests 2.0.0 release

2020-10-29 Thread ikod via Digitalmars-d-announce
Hi, requests 2.0.0 released with single change - support for vibe-d moved to separate subpackage. The goal of this update is to prevent dub from downloading vibe-d packages for optional subConfiguration. Important in case you use requests with vibe-d: starting from this release instead of