Théophile Choutri

Results 89 issues of Théophile Choutri

Resources: * [WAI-ARIA Authoring Practices 1.2](https://w3c.github.io/aria-practices/)

In order to ease the work of Software Heritage, the following API endpoints should be created * Listing all packages * Listing all modified packages since date X * Metadata...

How to best represent metadata revisions? We should add a `Maybe RevisionNumber` in the `Release` record, with: ```haskell newtype RevisionNumber = RevisionNumber Word ``` I am growing increasingly convinced that...

component:index

We have two possible courses of action here regarding the package index: 1. We keep using the append-only tarball that Hackage uses. Historical solution but well-understood. Not used much outside...

component:index

According to Hackage stats, the total weight of tarballs is not significant enough that it warrants a separate block storage service to be spun up (138G for the whole of...

enhancement
reflexion

## Guides section ### How to add dependencies ### How to use flora.pm as a default dependency server

enhancement

@lucasdicioccio Would you be okay with the upstreaming of your `RawText` into `servant`? I am specifically thinking about [this code](https://github.com/lucasdicioccio/servant-http2-client/blob/master/test/Spec.hs#L24-L30): ```haskell data RawText instance Accept RawText where contentType _ =...

## Proposed changes - [x] `TestedWith` platforms are shown on the package page - [ ] Only the first four are displayed, the rest is hidden. - [ ] Display...

[@hackage/3d-graphics-examples](https://flora.pm/packages/@hackage/3d-graphics-examples) appears to show 0 dependencies. ![Screenshot 2022-09-25 at 18-15-36 Flora Package](https://user-images.githubusercontent.com/15848443/192153916-e3e5ab45-012f-42e4-9fe7-8888cdd6bcdc.png)

bug
component:package

We should send traces when in expensive endpoints. [tracing](https://flora.pm/packages/@hackage/tracing) should be used.

observability