dub-registry icon indicating copy to clipboard operation
dub-registry copied to clipboard

Online registry for dub packages

Results 108 dub-registry issues
Sort by recently updated
recently updated
newest added

Hi, first paragraph on the page https://dub.pm/develop, "To publish your own packages, just create a new package with a valid package description file (see the [package format specification]) and follow..."...

https://code.dlang.org/packages/decimal The Github repository is now 404 and the UX is: ``` Fetching decimal 0.9.0 (getting selected version) Error Downloading https://code.dlang.org/packages/decimal/0.9.0.zip failed with 404 (). ```

![image](https://github.com/dlang/dub-registry/assets/21064622/092ca996-bf93-4a8b-a089-46f8e62769df) https://codeberg.org/ https://about.gitea.com/

There is a recent dub issue mentioning that the dub registry had not updated that dub itself was a newer version (it has since been updated, so the issue should...

As discussed here: https://github.com/dlang/dub-registry/issues/556. For some packages (I've seen it happening at least with mir-core and mir-lapack), new tags aren't being caught by the dub registry scans. Users have to...

``` [pid 3862670] lstat("../.dub/packages/mir-algorithm/3.21.0/mir-algorithm/source/mir/bignum/fp.d", {st_mode=S_IFREG|0644, st_size=22391, ...}) = 0 [pid 3862670] lstat("../.dub/packages/mir-algorithm/3.21.0/mir-algorithm/source/mir/bignum/fp.d", {st_mode=S_IFREG|0644, st_size=22391, ...}) = 0 [pid 3862670] lstat("../.dub/packages/mir-algorithm/3.21.0/mir-algorithm/source/mir/bignum/fp.d", {st_mode=S_IFREG|0644, st_size=22391, ...}) = 0 [pid 3862670] stat("../.dub/packages/mir-algorithm/3.21.0/mir-algorithm/source/mir/bignum/fp.d", {st_mode=S_IFREG|0644, st_size=22391,...

we are flooding github API with the default vibe.d user agent, e.g. `vibe.d/2.2.0 (HTTPClient, +http://vibed.org/)` We should probably make the user agent some kind of "dub registry" one to make...

GitHub's markdown allows for single-column tables. | My Header | |-----------| | Item A | | Item B | | Item C | Written as: ``` | My Header |...

bug