Théophile Choutri

Results 89 issues of Théophile Choutri

@stepcut The current Travis setup does not work anymore. In order to improve the reliability of the package's support window, I would like to submit a PR to set up...

I would like to suggest the addition of `intersperse :: a -> Vector a -> Vector a` to the API. I have a prototype that I reuse in my projects,...

help-wanted

This PR bumps the bounds for GHC 9.10.1 and makes use of the cabal file format version 3.4 with proper SPDX license identifier. Depends on: https://github.com/haskell-unordered-containers/unordered-containers/pull/490

Hi @cdepillabout ! I would like to start the discussion about dropping cabal-doctest. It is deprecated, was never intended to be a sustainable solution, and poses a risk for downstream...

enhancement
help wanted

Dependent on: * https://github.com/HeinrichApfelmus/vault/pull/41 * https://github.com/haskell-unordered-containers/unordered-containers/pull/490

Chrome sends IDNs converted to punycode, but we don't normalise those in the backend, which means that the database may be able to accept two user accounts with the same...

We need to express the membership of a package to a group of other packages, like Core libraries or custom universes of packages (servant, effectful, conduit). This is particularly important...

Hackathon

After implementing #554 we should display the advisories inside Flora with the following resources: * `/security/advisories/namespace/` to list all advisories pertaining to a namespace, with default pagination settings. * `/security/advisories/package//`...

Hackathon

We can use the [cabal-audit](https://github.com/MangoIV/cabal-audit/) library to fetch the latest advisories, then parse the files. We will need a new table called `security_advisories`, to store normalised informations about the advisory....

Hackathon