Anon
Anon
Addresses issue: https://github.com/LemmyNet/lemmy-ui/issues/555 In summary, this PR does the following: * (minor) fixes running on windows build * Adds three new filter inputs to the Modlog: Action, Mod, and User...
See https://github.com/LemmyNet/lemmy/pull/2313
Enabling this setting in latest version causes a null reference exception. Did not happen in 2.0 My code: ``` class RenaissanceApp { static void Main(string[] args) { using (var game...
I have a parcoords component set up and I'm trying to get the 'marked' data to appear very similar to selection via brushing. I've found that the line width option...
Back after long time away. Updating the mods that I commonly use to work on latest ONI patch. I've tested the fluidwarp for an entire game and haven't had any...
Addresses issue https://github.com/Ryujinx/Ryujinx/issues/4164    Taking design cues from duckstation and pcsx2, I've added 3 states for the fps limit: * Normal * Fast Forward * Turbo This allows...
A regex that fails to compile gives the following error  Which will prevent people from posting/commenting. Also prevents admins from saving site settings, required admin to make manual changes...
If a comment is removed/deleted I think that the api should not return the CommentView.content field. Some third party frontends do not properly hide that content, and I think the...
This particular subquery in the function:  Is causing performance to blow out. Its nonsensical, and doesn't work as intended. Will always set persons comment score to 0 and needlessly...
Frontend never receives notification that an error occurred on the backend when Purge Post fails. Spinner keeps spinning with nothing in console logs. Edit: actually, doesn't seem to return even...