l
l
Example of config is here: https://github.com/deltachat/deltachat-core-rust/blob/5f779ca9b2fd8f798feac880438e6a840fa35798/.github/mergeable.yml Even when changelog is not required or provided, mergeable still fails in [`must_include`](https://github.com/mergeability/mergeable/blob/8458229a59c7a36e0e5ab44ae1ac9f3f00588e73/lib/validators/options_processor/options/must_include.js) check with "Input type invalid, expected either string or array of...
This should help with #164. It is easier than providing packages for all distributions. I have not used Docker myself, but going to try it after finishing Carton support (#253)....
See https://drafts.opds.io/opds-2.0 Maybe it is not ready yet, but there is a https://readium.org/ project that has [OPDS parsers](https://readium.org/architecture/projects) in Swift and Kotlin, as well as corresponding iOS and Android test...
For example, searching for `http://localhost:8080/search?query=rationale` gives 0 results, while searching for `http://localhost:8080/search?query=Rationale` gives 3 results. Also it seems that only the case of the first letter matters, as search for...
Currently Bootstrap, Fork Awesome, CKEditor and highlight.js are installed manually or by downloading from CDNs (see `script/install_js.sh`). CKEditor is even downloaded over HTTP. All of them are available in npm....
Test passes if added into official https://github.com/hashicorp/hcl decoder test. What pyhcl makes is obviously wrong: `{'top': [{'a': 'a', 'b': 'b', 'c': 'c'}, {'b': 'b'}]} != {'top': [{'a': 'a', 'b': 'b'},...
I am running `deltachat-fat-debug-0.101.0.apk` on Android, but the issue seems to be in deltachat-core. I have an SMTP server that only accepts SSL/TLS on port 465, but not port 587....
There is a standard CLI interface: https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-02 Implementing it will allow to run [OpenPGP interoperability test suite](https://tests.sequoia-pgp.org/)
Encrypted but unsigned messages should fail to verify, otherwise simply dropping invalid signature makes verify() check pass.