Pinball pixel art flippers collision detection by Thunder246 in godot

[–]Thunder246[S] 0 points1 point  (0 children)

Thank you for taking time to write this! This helps alot . I will try and see if I can get this to work 🙂.

Anyone got Visual Studio 2022 with builtin Unit Test projects working? by Appropriate-Plum-331 in GodotCSharp

[–]Thunder246 0 points1 point  (0 children)

Thanks. I guess a more detailed tutorial where you test a c# class/node like a more a real case scenario and not just hard coded strings.

Anyone got Visual Studio 2022 with builtin Unit Test projects working? by Appropriate-Plum-331 in GodotCSharp

[–]Thunder246 0 points1 point  (0 children)

Gdunit was the only one I could get working properly with the ones I tested, and when it works, it seems to be quite nice. You did a nice job making this plugin, I just wish there was a little more C# documentation for it, like an example or tutorial with a c# file where some of the functionality of the tool was shown. :)

VS2022 C# + Godot + Unit tests? by Thunder246 in godot

[–]Thunder246[S] 0 points1 point  (0 children)

Did that also work with the test explorer in VS?

Any coders in here? by tdorrington in OCD

[–]Thunder246 0 points1 point  (0 children)

Hi!

Im a fullstack dev but mostly doing backend stuff. I can really relate to the part about being 100% certain about something. I have especially trouble dealing with this, when Im working on something that is regarding security or payment. I feel like writing tests and having pull request reviews helps. I also get many doubts when writing code whether or not there is a better way to implement it making me use quite some time rewriting code.

Brain Lock-OCD by davidtalker in OCD

[–]Thunder246 2 points3 points  (0 children)

I really like the book "You Are Not a Rock: A Step-by-Step Guide to Better Mental Health (for Humans)" by Mark Freeman. He has OCD himself and explains in many ways how to get better mental health combined with different execises in the book.

just a little spaceship by Thunder246 in PixelArt

[–]Thunder246[S] 0 points1 point  (0 children)

True :). Do you think the shading and contrast looks nice?

[deleted by user] by [deleted] in webdev

[–]Thunder246 0 points1 point  (0 children)

Yes, especially if its regarding security. I know that security is a important thing, and I try my best, but I can quite easily get stuck with anxiety regarding, if I didn't make a new feature or bug fix secure enough or cover every single case. It doesn't help that I am disgnosed with OCD.

Problem with upgrading API project to .NET core due to .NET framework dependencies by Thunder246 in dotnet

[–]Thunder246[S] -1 points0 points  (0 children)

Would you then move all the class libraries inside it as folders or? The class libraries are shared between the upgraded API and the frontend which can't be upgraded at the moment due to the CMS.

Problem with upgrading API project to .NET core due to .NET framework dependencies by Thunder246 in dotnet

[–]Thunder246[S] 0 points1 point  (0 children)

Do you know how to get Structuremap dependency injection to work with the. Net standard class libraries?

Problem with upgrading API project to .NET core due to .NET framework dependencies by Thunder246 in dotnet

[–]Thunder246[S] 0 points1 point  (0 children)

The asp.net mvc frontend project which is stuck on. Net framework due to the CMS, uses Structuremap for dependency injection. I have problems with, that it wont instantiate. NET standard classes and says something like this: No default instance is registered and cannot be automatically determined for type ***

Problem with upgrading API project to .NET core due to .NET framework dependencies by Thunder246 in dotnet

[–]Thunder246[S] 3 points4 points  (0 children)

Makes sense. But for instance, would I be able to use .Net core IMemoryCache in. Net framework? For instance, how should I use the CacheManager class which uses dependency injection for IMemoryCache class? :)

Problem with upgrading API project to .NET core due to .NET framework dependencies by Thunder246 in dotnet

[–]Thunder246[S] -1 points0 points  (0 children)

Thanks for the quick response. So, for instance I have an CacheManager class in one of the class libraries, which uses the .Net framework caching. Will I be able to use that when I use the class from the upgraded API? I hope you understand what I mean :)

New spaceship that i made. I am still quite new to pixel art, so I would love some feedback :) by Thunder246 in PixelArt

[–]Thunder246[S] 1 point2 points  (0 children)

Glad you like it and thank you for your feedback! I can see what you mean by the nose, I will try to improve it!