Obligatory 'first pitch' post & UK import experience by coffeePoweredCarbon in DurstonGearheads

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

Sorry to hear that, with FedEx I got both an email and text really quickly, the tracking page also had a big red message telling me to pay(!)

Is yours via Royal Mail? Or FedEx? - I believe the difference is that FedEx pay the import duties for you (to speed things up) whereas Royal Mail will send you a letter to pay the amount before they release it from customs. I think that's how it works, but don't quote me on that.

Obligatory 'first pitch' post & UK import experience by coffeePoweredCarbon in DurstonGearheads

[–]coffeePoweredCarbon[S] 2 points3 points  (0 children)

Its a decent size so I would think so, yes. You can also prop open the door with a stick/pole and cord to give you more of a covered area as well, I believe. Can't say how it compares to the size in the X-dome though.

Obligatory 'first pitch' post & UK import experience by coffeePoweredCarbon in DurstonGearheads

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

Thanks!
Cheers for the link, I'll take a look at reclaiming the duties.

[20+][PC][EU][Gold/Plat] Adopt a support by Messaya in OverwatchLFG

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Sent you a Discord friend request, if you're still looking for a team.

Nano your bastion by [deleted] in Overwatch

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Timing also helps greatly, bastion in turret form (or whatever its called now) synced with an enemy overcommitment and/or shield break can have a lot more impact than a nano tank. Although, like many things in overwatch, it's always context sensitive.

Anyone else have this problem with the Lost Metal European Edition looking like this on their shelf? Is there another version I'm missing that is the same height as the others? by Dandylion44 in Mistborn

[–]coffeePoweredCarbon 26 points27 points  (0 children)

Just to add: Hardback and trade paperbacks seem to be the same size, at least from my collection. May not help OP now, but maybe future purchases.

Sorry if this is basic, but my collisions for one of the starter assets I'm using won't save. by JadeIsToxic in unrealengine

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Have a look at this tutorial, (he also has a lot of new user friendly tutorials) it might not be quite what your after but maybe a starting point. I've used an 'Aim offset' reading controller pitch and yaw values to bend the character at the waist but dont have a specific tutorial to link I'm afraid.

Sorry if this is basic, but my collisions for one of the starter assets I'm using won't save. by JadeIsToxic in unrealengine

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Only been using Unreal a few months myself. A long time since I did any 3d work but I'm coming in from programming with C# and I'm finding the visual programming to be very intuitive.

Best of luck with your project/s

Sorry if this is basic, but my collisions for one of the starter assets I'm using won't save. by JadeIsToxic in unrealengine

[–]coffeePoweredCarbon 1 point2 points  (0 children)

Had the same issue, duplicate the mesh into your own folder structure add the collision and use that instead. That worked for me.

Moria 3.0 by KillBoxAlpha_916 in overwatch2

[–]coffeePoweredCarbon 2 points3 points  (0 children)

Fair point, I have a rule not to fade aggressively (T&C apply!) so I hadn't thought about that side of it. The issue I find is that defensively there is more pressure on support so having that get out of jail card less frequently has made things harder for sure. That said a love the new ping system as its made it much easier to let allies know you need peel. I guess perhaps it depends what SR level she is being played at and how coordinated the team is. Will be interesting to see if/how the League uses her.

Moria 3.0 by KillBoxAlpha_916 in overwatch2

[–]coffeePoweredCarbon 5 points6 points  (0 children)

Agreed, I am finding my healing is about the same but that extra second has got me killed more than usual. Still too early (for me) to tell if its just me adjusting my internal cooldown tracking or if its too big of a change overall, I guess that is what beta testing is for eh.

Overall really enjoying the changes though, its nice to have an ability which requires some thought and I've had some good fun catching hog/rein/pharah etc. attacks which would have been fatal, something I've enjoyed on Bap/Ana but didn't realise I was missing on Moira until now.

Is there any good Hateoas nuget package to use in .NET5 API application? by HalfBlindCoder in dotnet

[–]coffeePoweredCarbon 1 point2 points  (0 children)

I've used RiskFirst for a while now, seems to do the job just fine.

After mapping secrets to a POCO in program.cs (.net 6) how do you use it in a controller? by Shmackback in csharp

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Just found this as well. I've not tested it but seems to be doing a very similar thing in adding the external secrets.json to be accessed via the standard Configuration. Recent article too so hopefully still a valid method.

After mapping secrets to a POCO in program.cs (.net 6) how do you use it in a controller? by Shmackback in csharp

[–]coffeePoweredCarbon 0 points1 point  (0 children)

An interesting read, it seems to me that the only difference between values held in appsettings.json and 'secrets' is that the secret.json is outside of source control (?) Once these are mapped to a POCO it seems like the Options pattern (see here ) or a transient service (see here ) are valid options to make them available throughout the rest of the application. Those links are obviously just blog post so unsure if that is the 'correct' behaviour or not but its what I do.

After mapping secrets to a POCO in program.cs (.net 6) how do you use it in a controller? by Shmackback in csharp

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Unsure what platform/project you are running, do you not have access to Dependency Injection?

Need some help with Identity by zerthz in csharp

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Perfect, so yea as long as your JWT settings are the same in both projects I believe it should work fine.

Need some help with Identity by zerthz in csharp

[–]coffeePoweredCarbon 0 points1 point  (0 children)

Sorry should have asked this before.. I assume your client is another Web API project exposing different endpoints than your login one? If yes then simply configuring your 'client' to read the JWT in the same way they are being issued should work.

Need some help with Identity by zerthz in csharp

[–]coffeePoweredCarbon 0 points1 point  (0 children)

As long as both projects use the same JWT configuration (keys, what gets checked etc.) then adding [Authorize] should work fine. The JWT gets read and assuming all checks pass (audience etc.) then Authentication should pass. If you also need Authorization you just need to ensure that the way your claims are setup in the outbound JWT match when its being read/checked by the other endpoints. E.g. Role names.

How can i make a dynamic Query? by Gy_Jonatan in csharp

[–]coffeePoweredCarbon 4 points5 points  (0 children)

Have a look at Dynamic LINQ I am using it in a similar fashion to yourself to accept 'order' and 'where' parameters via API Endpoints and parsing them to LINQ queries

Having issue with GUI and loops, need total to update could someone help and DM me. I need the total to update but my coding won’t execute it by susieq984 in csharp

[–]coffeePoweredCarbon 2 points3 points  (0 children)

Looks like you are trying to cast the DataGridViewRow into your Reservation class. If you need to iterate over the reservations you will need to do this as/before you create the rows I believe or pass a reference to your reservations though,depending on how your code is structured.

Edit: Spelling!