Christoph Reiter

Results 285 issues of Christoph Reiter

We got this request downstream for a .pc file: https://github.com/msys2/MINGW-packages/pull/7670

If the traffic is over 1000 GB a day it would write that out as "1,000.00" which isn't valid javascript and would break the frontend graph. Make sure to not...

We mirror some files which get synced by clients regularly (using curl internally). mirrorbits will respond to these requests by redirecting to the best mirror and the mirror will then...

enhancement
help wanted

1) Start mirrorbits 2) Add new file to repo 3) Access file via ?mirrorlist (only fallbacks are listed) 4) File has size 0 and mtime 0 but shouldn't ![image](https://user-images.githubusercontent.com/991986/122111076-95f37300-ce1f-11eb-8f6f-513d7e9ef593.png)

Examples: * https://mirror.msys2.org/distrib/msys2-i686-latest.exe?mirrorlist&fromip=1.0.7.255 * https://mirror.msys2.org/distrib/msys2-x86_64-latest.exe?mirrorlist&fromip=23.248.181.0 There is one nearby, but it just switches to random, which seems buggy.

bug
help wanted

Using c5f884ed441117, I get this regularly. ``` mirrorbits_1 | panic: time: missing Location in call to Date mirrorbits_1 | mirrorbits_1 | goroutine 86 [running]: mirrorbits_1 | time.Date(0x7df, 0x9, 0x10, 0x6,...

### Describe the bug Mounting StaticFiles with an APIRouter doesn't work. ### To Reproduce ```Python from typing import Any from fastapi import FastAPI, Request, APIRouter from fastapi.staticfiles import StaticFiles from...

bug

This one here: https://github.com/repology/repology-updater/blob/525ea3be57242f379058b6a67f3c7bef6cdb7305/repos.d/windows/msys2.yaml#L57 I don't know what the rules are for what to include in repology, but we stopped supporting the 32bit msys2 variant 2 years ago and no...

datasources

moov.udta.chpl https://www.adobe.com/content/dam/Adobe/en/devnet/flv/pdfs/video_file_format_spec_v10.pdf Maybe expose as MP4Tags.chapters

enhancement

Originally reported by: **Daniel Plachotich (Bitbucket: [danpla](http://bitbucket.org/danpla), GitHub: [danpla](http://github.com/danpla))** --- Resizing files "in place" is pretty dangerous way, especially for the large ones like audio. Both memory mapping and ordinary...

enhancement