python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What exactly happens when a MonoBehaviour is created with new?
I'm aware that it's "not allowed"; I did this by accident and it will thoroughly be removed from my final build. Obviously there's a good reason for that rule.
The weird thing is, it's in a ...
Michael Macha
Votes: 0
Answers: 1
Starting Sublime Text from a C# application and passing the file to open as a parameters
I am trying to start subl in linux froma C# application with Mono using the following code:
Process rc;
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = editor;
startInfo.Arg...
Michael Evenson
Votes: 0
Answers: 1
How to return Flux<String> in ServerResponse in WebFlux
I have a Jdbc Layer which is returning Flux. While returning the data, the fromPublisher method, it's accepting other Serializable classes, but the method is not accepting Flux.
Approach 1
public Mono...

Shiva kumar
Votes: 0
Answers: 2