MPThLee
MPThLee
**Describe the bug** Somehow, The AQI field on status is represent pm2.5 density. not aqi. AQI is should be `average_aqi` only. But some older model like `3` series are only...
So in this week, We have 3 games. In this program, it trying to buy the games with this order. 1. Geneforge 1 - Mutagen 2. Hood: Outlaws & Legends...
**Describe the bug** Umm.. It's kind weird to say. but streamer able to launch predictions without stream. and when it happens, the bot doesn't auto-bet **To Reproduce** Steps to reproduce...
**Describe the bug** Animated Emotes doesn't shows on Emoticons-My Emotes / Auto completion **To Reproduce** [Steps to reproduce the behavior: 1. Ctrl-E and go My Emotes tab 2. chat message...
```js // ==UserScript== // @name TestScript // @description This is your new file, start writing code // @match // @exclude-match *://*.google.com/* // @grant unsafeWindow // ==/UserScript== unsafeWindow.console.log(`This is a test...
Currently I'm using Arch Linux for WSL(2) using this distro: https://github.com/yuk7/ArchWSL Seems like it's same as #66. Logs: https://pastebin.com/7fTy0K0R `chcon: failed to get security context of '(directories)': Operation not supported`
**Describe the bug** If segment has very short length by total length (segment_length/total_video_length), Video get infinite loop. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://youtu.be/JYaGTmSroMc 2. Click...
**Is your feature request related to a problem? Please describe.** Since submitted segment can be tracked via db viewer or their api, If there’s feature it will be nice. Some...
query.graphql: ```gql query Q { a { ...BFragment } } fragment BFragment on TypeOne { b { ...AFragment } } fragment AFragment on TypeTwo { c } ``` schema.graphql: ```gql...