Lukas Klingsbo

Results 891 comments of Lukas Klingsbo

@aalberti333 I think it is all done! If you're here due to the hacktoberfest tag, our whole repo has the hacktoberfest tag on it so you can do any issue,...

Sounds good `Matrix4.setFrom` should be used though so that it doesn't need to create a new object. Do you want to provide a PR for this?

You're trying to remove a component that doesn't have a parent, if running in debug mode you would have hit the assertion in the top before this. I'd suggest you...

@luanpotter sounds good, I'm thinking that it would be good if the quiet option could be global and not specific to commands in the end, and that it can also...

> I wonder what is the situation with this idea? Nobody has started working on it, if you're interested it is up for grabs. If you're in a *nix shell...

Can I assign you to this @luanpotter? :)

Maybe you could try to run `yamllint` on your files? https://yamllint.readthedocs.io/en/stable/ Something like: ```sh find . -name "*.yaml" -exec yamllint {} + ```

> Happening to me as well - none of the above fixes work Which version of Melos are you using @benhawkinsicon ?

This sounds like the same as https://github.com/flame-engine/flame/issues/3319, but with a better description! So it only happens when there are a lot of collisions? That's odd... I can't reproduce it on...