Duru Can Celasun
Duru Can Celasun
See [attached file](https://github.com/h2non/filetype/files/1937628/file.zip) (Github doesn't let me upload a video, so it's in a zip). `file` doesn't recognize the mime type either: ```sh $ file --mime-type vid-20180326-wa0000.mp4 vid-20180326-wa0000.mp4: application/octet-stream $ ...
**Is your feature request related to a problem? Please describe.** As of 12.0.0.6468, HeidiSQL does not support creating, viewing, or modifying descending indexes. Modifying an existing descending index is destructive;...
It'd be nice to support [fast user switching](https://tailscale.com/blog/fast-user-switching/) like the official clients.
I'm on Arch Linux and the device is paired. `aranetctl --scan` works: ```sh $ aranetctl --scan Looking for Aranet devices... ======================================= Name: Aranet4 1BC2D Address: EC:94:30:8D:5A:B9 /usr/lib/python3.11/site-packages/aranet4/aranetctl.py:165: FutureWarning: BLEDevice.rssi is...
I'm on Firefox, using old reddit and a Pushshift API key. For the past couple of weeks (I think) I can't restore deleted comments or posts. This is what I...
Would it be possible to support [metadata endpoint version 3](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v3.html)? The old, HTTP based endpoint from v2 is not available to AWS Fargate tasks using [platform version 1.3.0](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html#available_pv) and above,...
**Describe the bug** Starting with TVDB Plugin 10.0, Jellyfin [supports](https://github.com/jellyfin/jellyfin-plugin-tvdb/pull/86) combined episodes. When a file is named like `Series Name - S01E01-E02 Ep1 Name & Ep2 Name`, Jellyfin shows the...
**Describe the bug** After entering some text in edit mode and switching to preview mode, the text is not visible. **To Reproduce** - Open 2.39 - Enter text for an...
This firmware revision adds a self-signed TLS certificate, which is both mandatory for all requests and *very* poorly implemented. The current code panics. I have a fix in my fork...
I have a package that uses `regex` like this: ``` [snowflake-client] source = "regex" url = "https://www.snowflake.com/en/developers/downloads/snowsql/" regex = 'snowsql\/bootstrap\/\d\.\d\/linux_x86_64\/snowsql-([\d.]+)-linux_x86_64\.bash' ``` It works well most of the time, but occasionally...