Elias

Results 16 issues of Elias

DLangIDE has only 2 predefined color themes. Please, add Darcula color theme. I suppose that Jetbrains fans will appreciate it. https://blog.jetbrains.com/blog/2013/06/11/inside-darcula-look-and-feel-an-interview-with-konstantin-bulenkov/ You can use different projects on github for inspiration....

enhancement

Visual Studio contains context menu item "Open containing folder". You can add context menu to tab header (tab with source file). This menu item can be also added to workspace...

enhancement

Will dlangide contain GUI designer in future? Like in Delphi and so on. I suppose that there are some abstract GUI designers (libs/frameworks) which can generate some XML files, which...

duplicate
enhancement

Hello, Vadim! Thanks for you effort. Will you add any basic refactoring tools? I think that renaming (variables, methods) and changing signature are the most important and requested refactoring killer...

enhancement

I use C++, curl 7.64, CMake 3.19.3, curlpp 0.8.1, Windows 7 OS. I cannot build curlpp out-of-the-box. CURL_FOUND is set to true, but CURL_INCLUDE_DIRS and CURL_LIBRARIES are empty (AFAIK, CMake...

Hello! Why is `void UnixFork::handleSigTerm()` body inactive? I have to use QProcess, which starts and stops cutelyst-wsgi2. QProcess emits SIGTERM within `terminate()`. What would you advise?

Hello! If I use the following snippet (in ini file) [wsgi] http-socket=3000 will REST server listen on all net interfaces? Is it possible in future to put net interface name...

Hello! I've noticed that in order to use custom settings, I have to add section "[Cutelyst]". This hard-coded name is not evident for newcomers, only source analyzing has helped. I...

Is there any alternative to :ActionClass(REST) in Cutelyst for HTTP method matching? https://stackoverflow.com/a/20914232 http://www.catalystframework.org/calendar/2013/3 Sometimes I have to make a POST request with query embedded in body for getting things....

1364:5844 cutelyst.core[debug] Default Application::postFork called on pid: 1364 ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to objects owned by a different threadC. Current thread d:\projects\current\REST\Hello>0x0x174400. Receiver '' (of type 'CWSGI::CWsgiEngine')...