Ryly Dou
Ryly Dou
I am installing Reshade into Cemu which uses Vulkan. I know that on Windows you can install Reshade on a Vulkan game. But I don't know what dll name to...
Some times when I'm using slices I want to organize and move around the slices. It would be nice if the slice tool had a toggle to transform the currently...
The css code I'm using: ```css .dash-background { background: darkblue !important; // Works fine border: 1px solid red !important; // Fades away then never comes back } ``` Everything works...
When running this code using `deno run -A ...` I get this error: `The requested module 'https://deno.land/x/[email protected]/mod.ts' does not provide an export named 'CanvasKitInit'` My Code: ```ts import { CanvasKitInit...
**Describe the bug** See title **To Reproduce** 1. Go to [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup) 2. Click on the dropdown 3. See error (when in the dark style) **Expected behavior** The text is white...
**To reproduce:** ```styl @layer reset, preflights, layout, atom // This doesn't work: compile error at `,` // These work fine because of how stylus handles unknown @-rules @layer reset @import...
The json contains and empty array for kerning. Command: `./msdf-atlas-gen -font Montserrat-SemiBold.ttf -json Montserrat.json -imageout Montserrat.json.png -type mtsdf` *(The double extension on `-imageout` is just how the engine handles fonts)*...
I would like to use other texture filtering settings other than just `Nearest` and `Linear Mapping` for texture filtering.
### Godot version v4.2.1.rc1.official [daeb1c729] ### Plugin version 1.0.3 ### System information Fedora 39 ### Issue description When trying to set up a WebRTC connect between Godot and the browser...
An option should be added to change the behavior of double click to reset a pane to it's original size instead of minimizing.