Morridis
Explore posts from serversSMSatisfactory Modding
•Created by Morridis on 10/12/2024 in #help-using-mods
KeyBind for Blueprint Menu is not working in multiplayer unmodded host. Is this expected behaviour?
@Almine mod descriptions says to ping you here.
https://ficsit.app/mod/KeyBindForBlueprint
20 replies
✅ I'm looking for performance and load testing data on ConfigureAwait(false)
I cannot find any proper performance and load testing data on ConfigureAwait(false) for .NET 8 API's and azure functions. I want this info in order to make educated decision on using it.
44 replies
Mmfad
•Created by Morridis on 9/25/2024 in #questions-and-advice
Looking for ideas of outfits incorporating minimalistic cargo pants and chinos for 10°C to -10°C
24 replies
Mmfad
•Created by Morridis on 2/13/2024 in #questions-and-advice
What can be a good combination with this long sleeve white shirt?
52 replies
Mmfad
•Created by Morridis on 1/2/2024 in #questions-and-advice
Where can I order good rayon or linen shirts in Europe and how much they usually cost?
As far as I see on amazon it's mainly dropshipping from aliexpress. Are such shirts have good quality on aliexpress?
9 replies
Mmfad
•Created by Morridis on 1/1/2024 in #questions-and-advice
Noticed this photo, can I see full set of clothes of man on left or what works with casual
green shirts like this. I really like casual green shirts since the do great and comfortable in conditions of short but noticeable physical load and official enough. So eager to know what works with them, and see successful fits
2 replies
❔ How to automatically set version of project to know what version deployed on specific server?
The problem is that there is bunch of clients with different versions of .net core and netfx project. I'm looking for maximally automated way to let us and clients know what version they have.
5 replies
❔ [EF Core] e => locationsIds.Any(id => e.Location.ParentsIds.Contains(id)); could not be translated
Expression type
Expression<Func<Sensor, bool>>
where Sensor
has field Location
. Location
has string field ParentsIds
, containing bunch of Location
ID's.
Code:
Exception:
upd. Found mention of mine issue.
https://stackoverflow.com/a/27295828
No solution2 replies
API Design of login and refresh JWT token endpoint questions
I'm designing Login and refresh token and I have several questions.
This is what I return on any refresh token and login.
Is it a good format to return this data? Is there any standard?
Is there a good values for token and refresh token lifetime?
Should I allow refreshing token if access token inspired but refresh token - not?
1 replies