Théophile Choutri de Tarlé

Results 96 issues of Théophile Choutri de Tarlé

We can extract tags from packages using [RAKE](https://hackage.haskell.org/package/rake-0.0.1). This will require tuning, filtering and more automated filtering. The datalog can be useful. This requires the following: * Pre-compute some tags...

enhancement

Currently, the CSS of the application is handled in an awkward way: * Tailwind is used both in `class` mode and in `@apply` mode in the source files and the...

enhancement

In the following screenshot, we can see that some packages are shown multiple times due to the fact that cabal conditionals are used: ![Screenshot 2022-04-27 at 20-28-41 Flora Package](https://user-images.githubusercontent.com/15848443/165595005-54a79db2-e6bf-403e-b72e-a6fcb928ac36.png) It...

help wanted

Packages search with the https://lib.rs algorithm, and a drop-down for other sorting criteria. https://github.com/rust-lang/rfcs/blob/master/text/1824-crates.io-default-ranking.md ## Dependencies * [ ] https://github.com/flora-pm/flora-server/issues/348 * [ ] https://github.com/flora-pm/flora-server/issues/349

enhancement
component:search

Ability to visualise the generated haddocks at `https://flora.pm/packages/@namespace/package/docs`.

enhancement

Inspired by GitHub's and Hex.pm's search bars, I suggest we implement the following modifiers in the search bar: ## Relieving the Package view: These modifiers are here in order to...

component:search
frontend

https://github.com/theam/tintin

In the interest of being more accessible, I would like to make sure that the whole build process cannot consume more than 8GB of RAM. Something like: `"+RTS -A8G -RTS"`.

build:cabal

`/admin/users` displays a list of local users in a table, with a 2-step (click + confirmation click) way to lock or unlock an account.

help wanted
component:admin dashboard

At the time of writing, the CLI can only be used for two things: * Provisioning for tests / local dev * Creating a report of Hackage categories It needs...

enhancement