ddnomad

Results 7 issues of ddnomad

**Describe the bug** `timesketch_importer.py` crashes with `ValueError: too many values to unpack (expected 2)` if file to upload does not end with `json` or `csv`. The same will happen if...

Bug
Data import

It would be great to have an option to compile bibtex references together with the whole document. In essence, a convention that the .bib file should be called the same...

feature request

``` ddnomad@dracula:~$ xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Razer Razer DeathAdder id=11 [slave pointer (2)]...

feature request
need developer

**Describe the bug** Once the Test Flight update rolled out, the app lost an ability to load any posts / comments / content from both Lemmy instances I was logged...

bug
TestFlight Feedback

Any chance? Specifically looking for this because of https://github.com/pycountry/pycountry/commit/482484334ce8ccc33311dd6047619442528b1f82, my use case is very sensitive to superfluous STDOUT output, hence this is a real issue :(

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create `Dockerfile` with contents listed below 2. Observe errors...

Fix for #1048 Most of the credit goes to developers of [Werkzeug](https://github.com/pallets/werkzeug) project as the code was directly adapted from there. Precisely: - `bottle._hquote()` adapted from `werkzeug.http.quote_header_value()` - `bottle.BaseResponse.set_header()` modification...