-
### Geode Issue
- [x] I confirm that this bug is NOT related to a mod but directly to Geode Loader itself.
### Platform
Android64
### SDK commit
_No response_
### Geode Version
v2.0.0-beta.25
…
-
## Describe the bug
When you paste text into the column prompt, it automatically pastes into every cell below.
## To Reproduce
Copy a prompt to your clipboard, open the column prompt options,…
-
In case this is useful for someone, here is a simple way to display a plot in a GUI textbox, i.e. ttkText(). Basically, the ansi codes need to be stripped out as below:
```
def escape_ansi(line):…
-
```
new FamilyTree(treeContainer.current, {
mode: "dark",
template: "hugo",
nodeMenu: {
edit: { text: "Edit" },
details: { text: "Details" },
…
-
the documentation on fluent is so bad i was lit trying to find how to create a textbox/input box for like half an hour until i decided to just start guessing, i am aware of forgenet's documentation bu…
-
-
I have found a workaround for parsing textbox ( v:shape ) with commonly used attributes. Can I create a pull request for it?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Notepad++ will operate entirely normally on my main screen, but when I move it to eit…
-
## Overview
In the unlock screen, when entering a wrong password, the HMAC mismatch notification causes resizing of the password textbox and Unlock and Close buttons so that they become unreadable.
…
-
### Describe the bug
I have a `TextBox` input which is bound to an `int` property in the view model. First I enter `1234567890` which is a valid `int` value. Then I add two more `1`s: `123456789011` …