ceylon-herd icon indicating copy to clipboard operation
ceylon-herd copied to clipboard

The Ceylon repository web application

Results 69 ceylon-herd issues
Sort by recently updated
recently updated
newest added

Apparently Chrome sends newlines as `\n\r` rather than just `\n` even on non-Windows platforms. Perhaps we want to fix that in the DB since the text field sizes are wrong...

bug

Would be nice to be able to look inside the source archives without having to download them. This would also enable the possibility to have source links from within the...

enhancement

We may be able to inject some stuff in the ceylondoc dynamically in order to allow people to ask questions on the API (github or stackoverflow) or report bugs (github)....

enhancement

https://herd.ceylon-lang.org/maven/1/org does not show all entries.

bug

Beyond providing a Ceylon API, which should be reason enough, moving Herd to a Vert.x based implementation would 1. Put Herd on a platform that was designed to scale. 2....

I think that it’d be useful to allow web applications to depend on modules directly from the Herd (not having to serve some modules themselves).

enhancement

So I made the mistake of uploading [this module](https://herd.ceylon-lang.org/repo/1/javax/javaeeapi/7.0) without a source jar. There's nothing at all wrong with what I uploaded *except* for the fact that now I can't...

Currently, we send a fairly short caching time (1 hour) for module resources: ``` sh $ curl -Iis https://modules.ceylon-lang.org/repo/1/ceylon/language/1.3.0/ceylon.language-1.3.0.car | grep -i ^cache-control: Cache-Control: max-age=3600 ``` Perhaps it’s good to...

enhancement

Some UX feedback. I had to delete six files from a Herd upload, which were all listed right below each other. I clicked “delete” for the first few, and the...

enhancement