Jonathan Joewono
Jonathan Joewono
in [Routes.tsx](https://github.com/Buuntu/fastapi-react/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/frontend/src/Routes.tsx) there's a piece of code which will throw warnings ```typescript { logout(); history.push('/'); return null; }} /> ``` This will generate the following warning from React: a warning...
The audio is very loud. Is there no way to reduce the volume of the game? I pretty much had to turn down the volume to minimum on Windows. Would...
SponsorBlock sometimes retrieves an incorrect channel ID for whitelist. The issue is usually reproducible when the user clicks on a video, then without closing/leaving the window opens another video. The...
in [sketch.js](https://github.com/CodingTrain/website/blob/main/CodingChallenges/CC_166_Ascii_Image/ascii-video/sketch.js), the `charIndex` of a pixel is calculated as follows: ```const charIndex = floor(map(avg, 0, 255, 0, len));``` Instead, it should be ```const charIndex = floor(map(avg, 0, 256, 0,...
Before MangaRock and KissManga closed I downloaded a bunch of chapters. After the extension becomes obsolete, I uninstalled the extensions. Later I found out I couldn't read my downloaded chapters...
Adds a check for current architecture so docker grabs the correct images accordingly. Since certbot only provides amd64, arm32 and arm64 docker images, only those checks are made. This will...
Currently [Neuvillette](https://paimon.moe/characters/neuvillette) doesn't have any (placeholder) builds in [data/build.js](https://github.com/MadeBaruna/paimon-moe/blob/main/src/data/build.js) When the character page is opened, it returns null at [line 236 of [id].svelte](https://github.com/MadeBaruna/paimon-moe/blob/main/src/routes/characters/%5Bid%5D.svelte#L235-L245) so `await getConstellationCount()` is never called It...
* JSON file has been updated for Grafana 9.2.4 * "Received Megabytes" now uses `max()` instead of `mean()`, now the size received doesn't grow smaller as time range is increased....
#50 Added Azure and AWS logos. I used the older Azure logo everyone's more familiar with ----  ---- 
**Describe the bug** `quarkus.log.metrics.enabled=true` TIL metrics for logging is disabled by default and can be overriden by a config value. Neither does Microprofile/Micrometer or logging guide pages referenced this. The...