Mathias LANG

Results 615 comments of Mathias LANG

Also it would be useful if Vibe.d could error (at CT) on this. At the moment it is completely broken from an usability PoV: ```D import std.stdio; import vibe.data.json; struct...

This comes from https://github.com/D-Programming-Deimos/openssl/releases/tag/v3.2.1 There are a few possible workarounds: - Use `library-manual-version` as a `subConfiguration` to `openssl` as described [here](https://github.com/D-Programming-Deimos/openssl#compatibility). Note that you might need to depend explicitly on...

@jamesragray : What version of DUB are you using ? @Andriamanitra mentions v1.23.0 which is a bit old (but should still be supported).

Can you try with v1.29.0 ? You can get a binary from [here](https://github.com/dlang/dub/releases/tag/v1.29.0).

The plan is (was) to switch to Github for every repository, yes, and `tools` was picked as the place to start. Some opposition has been voiced (see https://github.com/dlang/projects/issues/43) so the...

@Herringway : I think that's an issue we should address. `real` is also much slower than `double`.

So should we just keep the string representation and convert on demand ?

So interestingly I started doing something similar recently: https://github.com/dlang/dub/compare/master...Geod24:dub:pkg-name The main thing I noticed is that the `PackageName` cannot really be used in `commandline`, as we haven't figured out the...

@nordlow : It's because dub picks up your supplier (the work registry). It shouldn't. Ignore the issue.

> What issue? Are you talking about [#2360 (comment)](https://github.com/dlang/dub/pull/2360#issuecomment-1205258644)? I'm talking about https://github.com/dlang/dub/pull/2360#issuecomment-1205123065