Giwayume

Results 17 issues of Giwayume

``` validator?: ( rule: Rules, value: any, callback: (error: string | string[] | void) => void, source: ValidateSource, options: ValidateOption, ) => boolean | Error | Error[]; ``` From my...

Tslint does not seem to support this.

https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pressure For people with drawing tablets or other devices that have a compatible pen with pressure sensitivity, would be nice if the brush tool could take this into account when...

This is the tool that during my initial impression of miniPaint seeemed to be the most difficult to work with. I'd like to make it work more similar to programs...

Reproduce: 1. File -> Open image 2. Click "Select" tool 3. Resize the image down a bit 4. Rotate the image 5. Press "Ctrl + Z" The rotation is not...

This thread is now for discussing UI improvements, original post below. --Khroki When holding down the right/left mouse button on the green nudge button, all inputs are accepted (W,A,S,D,SPACE) except...

Discussion

**Is your feature request related to a problem? Please describe.** Is it possible to parse these export types? Material, MaterialExpressionMaterialFunctionCall, MaterialExpressionStaticSwithParameter, MaterialExpressionTextureSampleParameter2D... [M_COM_DetailMaster_B.zip](https://github.com/atenfyr/UAssetAPI/files/7256956/M_COM_DetailMaster_B.zip) **Describe the solution you'd like** Looking to...

I created a simple example: https://jsfiddle.net/qs4v9mua/ If you try to use the "delete" key to remove characters from the input, it does nothing (unless you hold it down). However, if...

**Your Godot version:** 3.5 **Issue description:** There are a ton of links around the internet that link to the /stable/ docs but are expecting 3.5 pages. They are now all...

enhancement

Here's a fun fact, I found out that most CSS filters are hacks that don't do proper color space conversions that regular image editors do. For example, css `filter: blur(5px)`....