SunCat
SunCat
Right now I have 2 outdated AUR packages: `libc++=5.0.0-1` and `libc++abi=5.0.0-1`. Updated version is `5.0.1-1`, and `libc++` currently requires `libc++abi=5.0.1-1` When I update (`trizen -Su`), it: 1. builds and tries...
The test "extract column from diff widths matrix" is not the same as the test "extract column where numbers have different widths" in [problem-specification](https://github.com/exercism/problem-specifications/blob/master/exercises/matrix/canonical-data.json), as it has multiple spaces in...
## What is this fixing or adding? Changing ChecksFinder code owner to me ## How was this tested? it was not ## If this makes graphical changes, please attach screenshots.
## The Problem Currently requests that can be solved by helpers are lost in the request channel when there's a large volume of mod requests (like adding category) Same the...
### Description When trying to connect to a game server my game encounters the following crash: ``` ___________________________________________ ############################################################################################ ERROR in action number 1 of Key Press Event for Key...
### Description Originally i handled getting data, drawing graphics for window to get the data, and actual networking using said data all in one persistent object. Now i refactored it...