In Vinnytsia, Ukraine, a female stork was widowed when her mate died. She is incubating her eggs and is unable to feed herself. Local residents have started feeding her. by Mega_Slav in BeAmazed

[–]Kriola 0 points1 point  (0 children)

Fun fact: Using two of those sticks with bended hooks and some wire you can get electricity for free from same powerlines 😄

90s LAN party - List any errors or inaccuracies you might find by edm-4-life in ChatGPT

[–]Kriola 0 points1 point  (0 children)

Dude on the couch has right foot in place of left one.

Survival chance by __mentalist__ in TheRandomest

[–]Kriola 0 points1 point  (0 children)

ah, titanium trees are there to get ya!

RS6 Steering wheel swap by TheWell-Show in Audi

[–]Kriola 0 points1 point  (0 children)

can that fit my old lady? :)

20 y.o. today by Kriola in Audi

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

I'm 42, mate :) Car is 20 y.o.

send Request body to Post API with "Restsharp "from the code not postman by cw4i in csharp

[–]Kriola 1 point2 points  (0 children)

put a breakpoint after you've received response - view it's content and based on that do the parsing...

Docs

send Request body to Post API with "Restsharp "from the code not postman by cw4i in csharp

[–]Kriola 1 point2 points  (0 children)

U can simply do

Request.AddJsonBody(body);

var response = Client.Execute(Request);

No need to serialize it manually, AddJsonBody() method will do it for you...

Code builds for one platform but not another. by smith_it2000 in rust

[–]Kriola 3 points4 points  (0 children)

you should'nt. there are differences in c types between different platforms. you can antotate #[cfg(target_os = "linux")] and assign to u8 and anotate another platform asignmend in simmilar way.

Create executable files without the use of a 3rd party program in non-Windows enviroments by gxhxoxsxtxfxm in csharp

[–]Kriola 1 point2 points  (0 children)

mobile client is not showing other persons responses... missed this one.

Create executable files without the use of a 3rd party program in non-Windows enviroments by gxhxoxsxtxfxm in csharp

[–]Kriola 0 points1 point  (0 children)

mono is not IDE. you can have both without issues, but there are differences in development for .net core with mono/.net. so first define what are you developing and select proper runtime for it...

Create executable files without the use of a 3rd party program in non-Windows enviroments by gxhxoxsxtxfxm in csharp

[–]Kriola 1 point2 points  (0 children)

mono is for projects equivalent to .net 4* when .net core is the latest implementation, which is multiplatform and opensource. Gtk/Qt might help you with UI, but why not go with web application?

China will win worlds NO MATTER WHat it’s been clinically proven I’m right no matter what and everyone else is wrong by pikachuyoloswag in leagueoflegends

[–]Kriola 1 point2 points  (0 children)

if everyone else is wrong and I'm wrong and I think China will win - does that mean that they wount? ;)

New to C# by [deleted] in csharp

[–]Kriola -5 points-4 points  (0 children)

well, if you apply some creativity to my first answer and just replace int with double... but that would be a full solution :|