Elouan Martinet

Results 121 comments of Elouan Martinet

@bitsofinfo too bad you didn't see #277 because I made the same project as you did :cry:

It's live now: https://golang.org/pkg/embed/

I got a similar issue, unrelated to servo, but I can explain where this issue is coming from (this issue is easy to find on Google with these keywords). A...

I rapidly edited the code to remove the exception and it works (it takes the first egg-info found), it should be possible to edit the code so it takes all...

As a temporary workaround, I have made a Python script to deduplicate entries in VCF export. https://gitlab.com/Exagone313/dotfiles/-/blob/master/shell/pythonscript/vcf-dedup

You can already specify a title using the layouts. I do that for my yearly archives: ``` title: {{ page.date | date: "%Y" }} ```

A partial workaround is to strip `.html` when printing links to archives, but you can't fix it for plugins reading the permalink (such as for jekyll-sitemap). ```liquid {%- assign year_archives...

Updated prototype of `COM_StripFilename` for `outsize` in first commit, and changed `COM_SkipPath` to use `strrchr` in the second (rebased just in case).

Having unique identifiers is an issue with privacy regulations, e.g. GDPR in Europe. Identifiers should be able to be changed and transmission of these identifiers must be opt-in. If the...

By changing the `@run-at` to `document-start`, in console it says `ReferenceError: CEnemy is not defined`. Tampermonkey is proprietary, unlike GreaseMonkey... EDIT: This is because, at document-start, no other script is...