PerfectlyFineCode

Results 20 issues of PerfectlyFineCode

**Describe the question** Documentations does not give any examples and/or details on how to add dark theme for your website, are there any resources that helps to add it? Or...

question

I'd love to be able to be able to pan the preview around by holding down space and then drag the mouse, like in a bunch of art programs. **Example**...

kind:enhancement
status:help-wanted

Start the application (debug), with only NavigationView and then close the application. The designer will immediately give you an error such as this. **StackTrace:** ` at System.Windows.GridLength..ctor(Double value, GridUnitType type)...

bug

**Unity version:** Unity 2021.2.19f1 **Input System Version:** 1.3.0 **Reproduction steps:** Set platform type to 'Input System' and start the game. ``` KeyNotFoundException: Cannot find control '#(a)' as child of 'Keyboard:/Keyboard'...

Having the function to be able to only sell duplicates, instead of all items.

**Unity version:** Unity 2021.2.19f1 **Input System Version:** 1.3.0 **UIMGUI Version:** 4.1.1 **Reproduction steps:** Set platform type to 'Input System' and start the game. ``` KeyNotFoundException: Cannot find control '#(a)' as...

bug

### What feature would you like to see? Allow files to be opened as read-only, like the feature that exists in 010 Editor. ![image](https://user-images.githubusercontent.com/70201838/217572644-a59f7267-7bd4-4711-b778-152741500c03.png) ### How will this feature be...

feature request
stale

### What feature would you like to see? I would love to be able to zoom in using CTRL + Scroll in **only** pattern editor. Not zoom in globally. I...

feature request
stale

Hi! I stumbled upon this interesting detail that `get_key_pressed` is mutable, which means it breaks some behaviors. `get_gamepad_button_pressed` isn't mutable, so why is `get_key_pressed`? I made an extended function which...

**Library Version:** `3.7.0` **Rust version:** `1.65.0` **Toolchain:** `stable-x86-64-pc-windows-msvc` **Description** I'm trying to load images from memory instead of loading them from a file. But I've landed on an issue where...