mmax
mmax
I encountered the same problem. When background color is white, the text and the message button breaks the view.
Thanks for the lightning speed answer. Waiting for the new release.
Daniel thanks for your answer, it is really appreciated. To be clear we have a Windows Service application that serves as a web service, let's call it A. And we...
Thank you. I will have a look :)
That would be really useful.
I'm running Windows 8.1 and below are the Makefile and sdk/diskimage.sh. Thanks. This is the Makefile: SDKDIR=./sdk help: @echo "Makefile for Building Dev Operating System." @echo "Usage: make [ all...
What if the Id to be returned is string or Guid?
@Kuech Can you run `ulimit -n` to display the max number of file descriptors? If it is too low, you can set it to 1024 or even more and try...