rilysh
rilysh
## Description Recently I've updated lavalink to latest version (current released version) lavalink, and after have done, when I'm going to play tracks, most of tracks got broke either some...
After TypeScript 2.0, there're a lot of changes were implemented. Therefore some keyword like goto no longer available in ts. According to ECMAScript 2020 standard, this keywords aren't available in...
### Describe querystring in Node.js (latest) is marked as legacy support, while it's still being maintained, it's recommended to avoid using querystring where possible. In fact VSCode marked querystring as...
**Describe the bug** When I put my username and submit it, it shows 82k+ number of stars count which I haven't in reality. **To Reproduce** Steps to reproduce the behavior:...
## Description When I put `cpu_usage` (info "CPU Usage" cpu_usage) in the neofetch config file before the CPU variable, it shows the wrong amount of CPU usage. - [x] Does...
### Description After the successful boot, whenever I press the "tab" key from the keyboard, Vinix kernel will panic with a page fault. Build version: [Nightly-2022-07-16](https://github.com/vlang/vinix/releases/tag/nightly-2022-07-16) ## Image 
Just noticed, this missing `of` keyword For about on [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of)
There seems to be a large number of unused imports. Considering removing them as well I saw there are some `unused_assignments` exists, usually, the Rust compiler will emit warnings about...
There wasn't a single commit in recent years, and vgtk3 lacks a lot of functionalities in gtk3 binding. I was wondering will it be there any updates in the future...
On compilation, GCC emits `'if' clause does not guard` warning (`-Wmisleading-indentation`). Wrapping the return value would prevent this indent warning.