Ben Souchet

Results 63 comments of Ben Souchet

By the way on the hardhat website there is a wordmark version of the logo: https://hardhat.org/_next/static/media/hardhat-logo-dark.484eb916.svg and / or https://hardhat.org/_next/static/media/hardhat-logo.5c5f687b.svg

Check this https://github.com/rouge-ruby/rouge/issues/617 Now you can use : `Rouge::Formatters::HTMLLineHighlighter.new(formatter, highlight_lines: [3, 5])` it's indicate on the readme. For "how to use" examples, do a Github search with `HTMLLineHighlighter` or `highlight_lines`

Yes, I think I will avoid uppercase letters but I found nothing in the documentation about lowercase for Permalinks or even for lowercase in naming / naming convention for config...

Currently I cannot use `time.Format` with date input string like `15/03/2021`. If I want to convert a French date string to ISO 8601 format with `time.Format`, like this: ```{{ time.Format...

**Idea**: Maybe we could have an optional parameter to `time.Format`: ``` time.Format OUTPUT_LAYOUT INPUT [INPUT_LAYOUT] ``` then we could do: ```go {{ time.Format "2006-01-02" "15/03/2021" "02/01/2006" }} → "2021-03-15" ```

Another way / syntax to handle the `section` case would be that the value of the keys in `[permalinks]` can be either a string `""` or an array `["", ""]`....

@Thomas-Boi Hi, I can add the icon but there is two colors variations, the "old" logo (before Powershell 7) and the new logo (Powershell 7 & above). Everyone have in...

@SydneyhSmith @andschwa Hi, okay will do the PR in the new days 🙂

I just push the PR https://github.com/devicons/devicon/pull/1219

Hi, according to the guideline : https://github.com/devicons/devicon/wiki/What-Icons-Do-We-Accept%3F The Krita does not enter in one of the category for devicon, since this is not related to code / dev.