clach04

Results 189 issues of clach04

Loading files will fail with an exception that's visible in the server log but not to the end user in the browser. If the web browser debug console is opened...

I had an issue trying to wrap AtomicFile, as it does not honor flush() calls (errors with `AttributeError: 'AtomicFile' object has no attribute 'flush'`). I went to check https://github.com/sashka/atomicfile-py and...

Sample: Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import gpiozero >>> gpiozero.__version__ u'1.5.1'...

## Description Match setup.py (package) version ## To Do - [NA] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)...

### Problem Using the web plugin to search does not yield the same results as `beets ls`. For example: # beet ls avril 14 Aphex Twin - Drukqs (US Release)...

needinfo

There is a note at the very end of the file that mentions the avahi daemon is needed. Pre this change it is not mentioned in the debian notes on...

I'm new to OwnTone and DAAP concepts so I have some confusion here, but I think I have an enhancement request. The web UI in the player: ![image](https://user-images.githubusercontent.com/424032/177050185-c7da1980-0134-4593-8c3a-ada32dec5d49.png) Has three...

Is there anyway to control the date display format? From https://github.com/sissbruecker/linkding/issues/240#issuecomment-1126579769 I'm now using absolute date formats in the settings - but I'd like ISO format dates, i.e. 2022-05-14. I...

It would be really neat to have qrcode (qr-code) support for URLs. in the mean time possible workarounds: * browser extension, e.g. On Firefox desktop https://github.com/rugk/offline-qr-code is a good generic...

enhancement

Python 2.7.2 and 2.7.3 struct.unpack() fail with: error: unpack requires a string argument of length 4 If key is passed in as a bytearray parameter, this is fine in later...