Marius Mitea

Results 9 issues of Marius Mitea

I'm referring to the new category column for profiling events introduced in VS 2019: ![image](https://user-images.githubusercontent.com/541998/83912551-0a3f0500-a73c-11ea-9e82-f33a8529b7ad.png) With no additional markup, the profiler has no idea that these calls are actually `Graphics`...

`ToArray()` right now is strictly worse than `ToList()` because it uses a growable list internally if the source isn't of known size (ie not a collection or list or anything...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have verified that I am running the latest version of Fonts - [X] I have verified...

bug
help needed

**Version Used**: VS 17.0.0 Preview 2.0 **Steps to Reproduce**: You can find the full source code at https://github.com/myblindy/GrimBuilding/tree/efcore (the `efcore` branch). I understand that source generators can't automatically harvest dependencies...

Bug
Area-Compilers
New Feature - Source Generators

## Fixes ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? AdvancedCollectionView crashes with ArgumentOutOfRangeException with live shaping (filtering). ##...

bug :bug:

### Describe the bug As the title says, binding the collection to an `ItemsRepeater` and changing properties it's being filtered by (specifically, showing items) makes it crash with the aforementioned...

bug :bug:
In-PR :rocket:

I've implemented the `/album/{{name}}/images` endpoint because I needed it, you can merge it if you wish!

As the question says, inside an action visitor I have method overloads of the type: public override void OnVariableDefinition(Symbol head, SemanticBody body) But neither `head` or `body[i]` where `i` is...

### Godot version v4.5.1-stable ### godot-cpp version 4.3 ### System information Windows 11 ### Issue description I cloned the [template project](https://github.com/godotengine/godot-cpp-template) and added a class and built it once and...