Dark_Mift
Explore posts from serverslint+prettier integrations/issues in vscode
hey folks,can someone point me to a nuxt example project with linting and formatting rules?
I managed to get it set up but having an issue where the built in formatter is not respecting the formatting rules.
is there a proper way to link it to a prettierrc?
here'swhat i got so far...
would appreciate your help 🙏
7 replies
Request for in depth material regarding auth implementation in. net
I want to get a decent grasp of how to properly implement dotnet auth in core MVC.
Material i found mixes api stuff into this and its somewhat confusing how identity or jwt is correctly applied.
1 replies
DTDrizzle Team
•Created by Dark_Mift on 5/4/2024 in #help
Transaction failing issue
Hey all,
I am trying to implement a transaction here
Adding a cartId to rows based on certian logic
I tried many combinations and even a raw sql version but I cannot determine why I am getting a rollback
I am hoping one of you can see what I am doing wrong here
https://github.com/Darkmift/pc-shopping-cart-limit-oversell/blob/6aaba73704774f151cb7c28ec4fd466678d8d540/src/api/product-inventory/product-inventory.service.ts#L83
2 replies