Mathias LANG

Results 614 comments of Mathias LANG

> "vibe-d": "0.8.6" Your issue is different. I commented on the [forum post](https://forum.dlang.org/post/[email protected]) as well, but essentially you're using an old version of Vibe.d which doesn't support the latest compiler....

> There is no write timeout > It looks like there is a `connectTCP` timeout, but it isn't adjustable Those two have been solved AFAIK. So is this still an...

@RazvanN7 : This needs a bit more love, I just didn't have much time for it recently. Will give it a shot this WE.

It looks like QUIC is now widely adopted, looking that the wikipedia page. The RFC was accepted last month, too.

You probably want to use `core.attribute` and can loose the `version`. https://github.com/dlang/druntime/blob/348a4ff50eabe62e0db5859c88cb0cbef08aace3/src/core/attribute.d#L40-L66 > I wonder why CI checks haven't caught this problem? CI doesn't check the GDC build (only DMD...

Yes, mutable globals are not CTFE-able. What should work would be the constructor where the schema is provided manually.

@s-ludwig : After a quick look, `URL.toString` and `URL.this(string, bool = true)` are not CTFE-able anymore. IMO that's not a big deal, as the other overloads are, so values can...

@crimaniak : Is this bug still present ? I can't seem to reproduce either. If it is, could you make a simple, self-contained test case ?

@dd86k : Yes, that was an issue with OpenSSL v3 not being supported, fixed now. However the Buildkite machines are on an ancient version of OpenSSL (v1.0.2 something AFAIK).