Results 38 issues of Flynsarmy

This PR makes your package compatible with [PSR-12 coding standards](https://www.php-fig.org/psr/psr-12/). It also adds a `composer phpcs` script for ease of use. I had to add 3 rule exceptions in *.phpcs.xml*...

This PR adds a `checkOptimizers()` method that returns an array of all defined optimizers and whether or not they're installed. This is useful, for example, when displaying a configuration page...

A few issues here: * This class is named incorrectly for what it does. Suggest `DetectTaxonomyPaginationURLs` or `DetectCustomTaxonomyPaginationURLs` depending on the below * Do we want it to cover ALL...

enhancement

This is a problem because that includes built-in ones such as `Post` - making this detector return a potentially HUGE list of duplicate URLs to the `DetectPostURLs` detector. There are...

enhancement

Got my PS3 controller working with OSX Yosemite and Enjoy2 however I've found that after binding horizontal and vertical mouse movements to the left stick, after I let go of...

Say I have the following in my editor `` with my cursor in the center. When pressing new line, I'd like the cursor to appear in the same way it...

enhancement

### Godot version v4.0.stable.official.92bee43ad ### System information Windows 11, Vulkan API 1.3.224 - Forward+, NVIDIA - NVIDIA GeForce RTX 3070 Ti ### Issue description I have an `AnimationNodeStateMachine` connected to...

### Godot version 4.1.stable ### System information Windows 11, geForce 3070 TI ### Issue description I have 3 monitors: 1. Monitor1 - leftmost, windows primary monitor, no windows open on...

bug
platform:windows
topic:editor
topic:porting

Once #652 is fixed, the next error in line is: > Python: Traceback (most recent call last): File "C:\path\to\Blender\4.0\scripts\addons\cats-blender-plugin-development\tools\armature.py", line 515, in execute bone.layers[0] = True AttributeError: 'EditBone' object has...

When clicking the 'Fix Model' button I get the following error in Blender 4.0.1: > Python: Traceback (most recent call last): File "C:\path\to\Blender\4.0\scripts\addons\cats-blender-plugin-development\tools\armature.py", line 497, in execute for group in...