link2xt

Results 185 issues of link2xt

Here is the puzzle: ![1](https://user-images.githubusercontent.com/18373967/108262438-fde9c380-7175-11eb-8bc1-e7d55600c455.png) It only accepts the move of king to f7 as correct. But if king is moved to f8, the solution is the same (pawn h7,...

Here is an HTML file to reproduce the bug: ``` List Item 1. Item 2. Item 3. Item 4. ``` I opened it with `cr3qt/cr3` and it is displayed as...

See https://github.com/cowlicks/privacypossum It implements some protections, such as preventing ETag tracking, which Privacy Badger does not have: https://github.com/EFForg/privacybadger/issues/2136

addon

Some formats, like OpenDocument and Docx have support for footnotes and endnotes. LaTeX has `endnotes` package. FB3 format will have an option for endnotes: https://github.com/gribuser/FB3/blob/master/fb3_links.xsd Now converting Docx to ODT...

enhancement
AST change

There is no standard way to encrypt the database. As a result, all applications that have access to the disk can read the data there, even if they don't need...

Do not try to spawn new tasks as this sometimes leads to deadlocks on 1-CPU machines, in particular VMs and old Android phones. Fixes: #900

Original issue is https://github.com/deltachat/deltachat-core-rust/issues/2032 I have prepared a minimal example demonstrating the bug, which depends only on `async-std` 1.6.5. An example which you can unpack and run with `cargo run`:...

Since https://github.com/deltachat/deltachat-core-rust/pull/2980 is merged (core 1.71.0), there is a possibility to set passphrase for the backup. UI is needed to allow encrypting backup. Related android issue: https://github.com/deltachat/deltachat-android/issues/2239