trustytrojan
trustytrojan
This happened when I deleted the last account in the list. ``` java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at accountswitcher.settings.AccountAdapter.onRemove(AccountAdapter.kt:83) at accountswitcher.settings.AccountViewHolder.lambda-13$lambda-12(AccountViewHolder.kt:89) at accountswitcher.settings.AccountViewHolder.$r8$lambda$Q22Vpd3UuxKRpDEt9-gbVzsnn-4(Unknown Source:0) at accountswitcher.settings.AccountViewHolder$$ExternalSyntheticLambda1.onClick(Unknown Source:2) at...
The usual deal of the lazer APK trimming out unused classes/methods from the bundled .NET runtime Still have this one left but it isn't causing a crash upon pressing the...
Version: Deno 2.3.5 FYI this error **only occurred after I upgraded from 2.3.1 to 2.3.5.** Here's a stacktrace, I'm trying to use `npm:discord.js-selfbot-v13` which depends on `npm:[email protected]`: ``` error: Uncaught...
### Request Overview I'm suggesting this as a feature as this extension's Intellisense, hovers, and syntax coloring outmatch what is provided by cmake-tools at the moment. Just like you guys...
I got a scare when I saw the "Formatting in 5..." message even though I setup the partitions such that none of them said "create" or "modify" in the table...
Just as the title says. Here's a video of my bad gameplay but with all inputs properly mapped to the Tau keybinds. https://streamable.com/chio4f ### Touch input overview - To hit...
- Closes #68 - Caught this bug when I noticed the *same* memory-spilling-onto-the-display crash when letting either libcurl or libssh2 write large buffers with unrecognized escape sequences to the console.
- Closes #69 ## Feature additions - Creates a new `devoptab_t` for every new console created after the first, named `conN`, where `N` is a monotonically increasing integer starting at...
## Feature Request ### What feature are you suggesting? #### Overview: - Add the ability to map file descriptors to `PrintConsole` objects, so that an application can print to several...
https://github.com/devkitPro/libnds/blob/6194b32d8f94e2ebc8078e64bf213ffc13ba1985/source/arm9/console.c#L221-L223 I got a crash/exception on line 223 when calling `std::ostream::write(char *, size_t)` with buffers of unknown size (coming from libcurl during an HTTP request). By instead iterating the buffer...