Pilou
Pilou
Using [`gh` CLI](https://cli.github.com/manual/gh_release_create), you could probably link your tool to interact with GitHub Releases directly.
Hello, I have been successfully using `meta-tags` to handle i18n in the sense that for a given page, my application controller knows the locale and displays it in the right...
# Recurring tasks - [x] #685 # Around 1st puzzle 🟡 - [ ] #501 - [x] #650 - [ ] #700 - [ ] Add a history showroom, to...
It's currently a disabled field you cannot interact with
https://github.com/ankane/blazer/commit/e39de727f15ea70da3cbc40cbec9c1f8ede7473b https://github.com/ankane/blazer/pull/368#issuecomment-990559373
On this page https://aoc.lewagon.community/day/1, our contributor's AOC emoji does not appear.
## Problème Pour un puzzle donné, le nombre très important de solutions les rendent un peu lisibles. ## Solution L'idée serait de réduire l'affichage, en affichant les 5-10 premières lignes...
Simplest approach is by leveraging timestamps from the top 100 of the past years and determine absolute threshold as an output: - :green_circle: very easy (< 2 minutes) - :yellow_circle:...
## Existant Le snippet le plus récent est tout en haut de la pile : ```ruby @snippets = Snippet.includes(:user).where(day: @day, challenge: @challenge).order(created_at: :desc) ``` ## Nouvelle approche ### Option 1...