Marcelo Silva Nascimento Mancini

Results 76 issues of Marcelo Silva Nascimento Mancini

Feature Chooser brings a new way to use the engine. Now, instead of everything being required, they are well seggregated and can be optional instead

### Use Case Currently, I've noticed cases that I have multiple spine files, but they all share the same .atlas files (images included) I have been trying to find where...

Feature Request
Needs Triage

Re: #17624 ### Changelog The old type was misleading * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot...

### Cocos Creator version 3.8.3 ### System information Windows 10 ### Issue description After some time that the spine is running, it becomes completely black. This is most likely caused...

Bug
Needs Triage

The assertion crashed code-d and gave no information on what was wrong.

That is super easy to do and may be included in the future. This is an example of what need to be done: The dub.json will need to have ```jsonc...

It is missing the implementation of line https://github.com/dlang/phobos/blob/master/std/array.d#L1141 The related issue is https://github.com/dlang/dmd/issues/21033 There's no implementation such as `_d_newarrayUTrace`. I don't know if this is an issue on either phobos...

Severity:Regression

Given that example code: ```d auto getRangeA() { import std.stdio; writeln("Range A"); static struct RangeA { void popFront(){} bool front(){return true;} bool empty(){return true;} } return RangeA(); } auto getRangeB()...

On main binary: ```d //other.d class Other { } //main.d void main() { import other; int[TypeInfo] typeMap = [ typeid(Other]: 10 ]; //use dynamicaly loaded getType assert(getType() in typeMap); }...

OS: Posix (Likely ArchLinux) Reproduction Steps: 1. `dub init -n` 2. `dub add mir-algorithm` 3. `dub build --combined` More details on that problem can also be found at https://github.com/MrcSnm/redub/issues/38#issuecomment-2683670681 Although...