Peter Bieringer
Peter Bieringer
Hi, has anyone clue about what under which license this particular Python code was published?
relates to https://github.com/Kozea/Radicale/issues/1282#issuecomment-2166854145 > The rights file is read on every-single-request. [Loading it on start and storing in memory] This turns into that on each change of the file the...
Found: ``` radicale/httputils.py:44: DeprecationWarning: 'importlib.abc.Traversable' is deprecated and slated for removal in Python 3.14 _TRAVERSABLE_LIKE_TYPE = Union[importlib.abc.Traversable, pathlib.Path] ``` Can one support fixing this?
Found: ``` radicale/app/report.py:74: DeprecationWarning: Testing an element's truth value will raise an exception in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. props: Union[ET.Element, List] =...
Still working with < 4.3.0 ``` platform linux -- Python 3.12.3, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/makerpm/src/Radicale configfile: setup.cfg plugins: typeguard-4.3.0 collected 172 items radicale/tests/test_auth.py FFFFFFFFFFFFFFFFFF ... ``` Can anyone support here?
Found (anonymized) ``` May 17 13:54:54 server radicale[902]: [902/Thread-511] [WARNING] Bad PUT request on '/user/events/BF5D3690-0000-0000-0000-00000000.ics': At line 79: Failed to parse line: X-APPLE-END-LOCATION;VALUE=URI;X-ADDRESS="Airport Location, Address, Country";X-APPLE-MAPKIT-HANDLE=BASE64encodedSOMETHING=;X-TITLE=Airport \"Location\":geo:1.23456,1.23456 ``` it failed...
Found: ``` # 'lsof' report of binaries which uses files with link count = 0 (missing restart after update) # Method3: naemon 1634 site1 15w REG 8,2 264 0 12590537...
**Description of problem:** having Negative Lookup cache enabled error messages were shown **The exact command to reproduce the issue**: unclear, related active options are ``` performance.nl-cache-positive-entry: off performance.nl-cache: on performance.nl-cache-timeout:...
**Description of problem:** enabling "bitrot" for one volume triggers "oneshot crawl" for all already configured (and passed run) volumes **The exact command to reproduce the issue**: ``` gluster volume bitrot...