Simon Perdrisat
Simon Perdrisat
I'm sorry but not having the same format do not make it evil. Everything they do is open-source (client and server). That's ok to also host the cloud service for...
For IMAP to Office365 using https://davmail.sourceforge.net works nicely. You can use the interactive login option in davmail to get a OAuth 2.0 authentication. Davmail will display the login webform to...
lol :). The big issue with the other git-ftp is https://github.com/resmo/git-ftp/issues/71 , when this is fixed I guess it would be nice to merge in the git mainline.
I think 1 is interesting also as it provides flexibility to change those authorities (depending on the situation, countries, ....). You can also multi-sign quiet easily.
@padawan in which way the content translation system of Zola (one file by language) do not scale? According to https://www.getzola.org/documentation/content/multilingual/ the system is the follow: content/an-article.md: this will be the...
@padawan ok got it. Their I can suggestion a general solution perhaps. As the configuration filles use markdown, we may allow subkey to be saved in file named according to...
The "old" solution doens't have this problem ``` ~LAlt::Sendinput {Blind}{sc0E9} ~RAlt::Sendinput {Blind}{sc0E9} ```
Agree it's a problem. I tend to refresh the page when Zotero didn't detect the content type (append a lot on Amazon). What I don't understand is why translator need...
Firefox block video content apparently because of [x-frame options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options).
This mean we always need to create a child image and add somethings like ``` FROM drupal:latest # Use the default production configuration RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" ``` > If...