Results 8 issues of Soberia

### What feature would you like to see? Add ability to change file creation, modification and access times in `Data Information` panel. ### How will this feature be useful to...

feature request
stale

OpenWrt 22.03.2 iproute2 5.15.0 PBR 0.9.9-32 (nft) I have a nested VPN setup. WireGuard client connects through another OpenConnect tunnel to reach the internet. After running `pbr` service, I have...

**LocalAI version:** v1.13.0 commit ffaf3b1d362cc4d0045e1ed60bbcf0481d21f8ef **Describe the bug** I changed `make build` to `make GO_TAGS=stablediffusion build` in `Dockerfile` and during the build process, I can see in the logs that...

bug
area/build

After running `.\Win11-TPM-RegBypass.ps1 -PrepareUpgrade` and also without **disabling the downloading of updates**. ![image](https://github.com/JosephM101/Force-Windows-11-Install/assets/30440494/f00bc96f-c7d0-4510-b70a-91723e0f29bf)

no problem with SQLAlchemy v1.3.23 Code that causes the issue ```python import alchemysession from sqlalchemy import orm from sqlalchemy.engine import create_engine engine = create_engine("mysql+mysqldb://user:pass@localhost:3306/telethon?charset=utf8mb4") session_container = alchemysession.AlchemySessionContainer(engine) ``` Traceback ```...

`OperationalError` rasies when try to a create a container with `AlchemySessionContainer()` with MySQL database: `sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1170, "BLOB/TEXT column 'md5_digest' used in key specification without a key length")` `[SQL: CREATE...

Just for the record. `Twemoji` font should be scaled down to match with [Mozila version used in Firefox](https://github.com/mozilla/twemoji-colr). ```bash scale=0.833 width=1200 ascender=1200 descender=0 cx=$(( (ascender - descender) / 2 ))...

I can't get the dev server up on version 3.4.0 or later which has `fallback` support. I have Next.js version `15.0.0-rc.0` and React `19.0.0-rc-2d2cc042-20240809` and run the dev server with...