cathei
cathei
CC#
Created by Poisoid on 6/30/2024 in #help
✅ Help please asap i cant make my portal to appear
Think they left the server
17 replies
CC#
Created by Poisoid on 6/30/2024 in #help
✅ Help please asap i cant make my portal to appear
$unity
17 replies
CC#
Created by Senti on 6/10/2024 in #help
Webapi with SSL in production, using docker
So I'd say yes for this
Is the solution to use some reverse_proxy in front of the API ?
6 replies
CC#
Created by Senti on 6/10/2024 in #help
Webapi with SSL in production, using docker
I'm asking since I'm wondering if there is reason you want to set it up in your app container
6 replies
CC#
Created by Senti on 6/10/2024 in #help
Webapi with SSL in production, using docker
Did you set up domain and all? The regular practice is to set up SSL for your load balancer and do internal networking with plain HTTP
6 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
Lol well done
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
Probably should've done that in the first place
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
Well take that OrderBy out of Select and put it before GroupBy then
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
So they do want you to sort things alphabetical order first?
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
{ "YTR", "D", "T", "E", "R" }
{ "YTR", "D", "R", "E", "T" }
{ "YTR", "E", "D", "T", "R" }
{ "YTR", "D", "T", "E", "R" }
{ "YTR", "D", "R", "E", "T" }
{ "YTR", "E", "D", "T", "R" }
Whatever those all should be considered "correct" when requirement is just "Arrange the resulting sequence of strings in descending order of their lengths."
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
Ehhh good luck, not an interesting guessing game
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
That they did the bad job making test case?
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
I assume that's just saying you need to sort it which you did
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
The rest is same length so order doesn't matter there
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
As long as "YTR" is the first element
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
That also doesn't matter
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
Whoever made that test case did the bad job
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
They both right
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
But does not matter by the spec
73 replies
CC#
Created by Grafi on 6/7/2024 in #help
LINQ
I'd say "B" "E" "E" "M" "T" is preferrable as it maintains the order 😛
73 replies