Elouan Martinet

Results 121 comments of Elouan Martinet

Each Electron applications should be able to Chromium's own spell checker. It may not be perfect but it's a good start to complete this feature.

Are you sure you don't want this to be an option? This goes against Markdown spec. I ended up self building Glow to remove this change...

> You are wrong. It fully comply with Markdown specs: https://www.markdownguide.org/basic-syntax/#line-breaks You link is convenient because it doesn't follow what the CommonMark specification says on soft line breaks: https://spec.commonmark.org/0.30/#soft-line-breaks EDIT:...

Yes, I just found the pull request related to the commit that changed the behavior. If you remove `glamour.WithPreservedNewLines()`, it doesn't support hard line-breaks either. So removing the line is...

> This doesn't work. You can't use Liquid in the front matter. This is a post from 5 years ago. I no longer use this plugin. EDIT: I removed it...

There is a workaround with the options `-l` (lower case L) and `-L` of pg_restore: * First, use `pg_restore -l dump > list` to list all objects present in your...

In the mean time, you can use an extension to remove target attributes on links. I had to install one since many apps do not respect my choices.

I build Gitea with this patch: ```diff diff --git a/modules/templates/helper.go b/modules/templates/helper.go index e4107dfa9..38c4c661f 100644 --- a/modules/templates/helper.go +++ b/modules/templates/helper.go @@ -185,18 +185,18 @@ func NewFuncMap() []template.FuncMap { ) if ec !=...

Note that there are similar projects that exist, such as [Sonic](https://github.com/valeriansaliou/sonic). My use-case of any of the choices would be to have a tool that has a low footprint on...

Identity relies on centralization. All we can do is forbid unencrypted connections between instances.