l

Results 501 comments of l

Looks like outlook has its own special quoting style: https://superuser.com/questions/204224/how-do-i-enable-internet-style-quoting-in-outlook-web-access

"Outlook style" is better illustrated here: https://en.wikipedia.org/wiki/Posting_style#Top-posting Evolution supports this "Outlook style" which results in original message with a line `-----Original Message-----` (no spaces between `-` and the words!) at...

This just happened here: https://github.com/deltachat/deltachat-core-rust/pull/3026/checks?check_run_id=4990928812 It's a public repository, branch is named `clippy-cast_lossless`, maybe `-` or `_` is the issue. PR https://github.com/deltachat/deltachat-core-rust/pull/3026/ does not change Mergeable configuration and configuration is...

https://github.com/metacpan/metacpan-api has an example of Dockerfile for Catalyst web application

Example of building base image with dependencies installed by Carton: https://docs.docker.com/samples/library/perl/#example-creating-a-reusable-carton-image-for-perl-projects

Just found Muse implementation in Java: https://github.com/abailly/muse-parser/

@melmothx You might want to add some tags to this repository, like `perl`, `wiki`, `blogging`, `cms`, `catalyst`, `publishing`, `epub`, `latex`, `opds`, `git`.

I have started Vim support repository: https://github.com/link2xt/vim-muse I am not going to finish it anytime soon, but it is good enough at preventing Vim from detecting .muse files as `conf`...

Related: https://github.com/melmothx/text-amuse/issues/55

I sometimes set LC_TIME to `en_GB.UTF-8`: ``` $ locale LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME=en_GB.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ``` Then I get this warning...