Alexander Zhirov

Results 35 issues of Alexander Zhirov

I would like to understand how to properly connect the library to a third-party project, using the example of FreeRDP. I'm trying to build a program with a self-written GUI...

I am making a request to update an entry in PostgreSQL. I would like to get the result to understand whether the request was executed or not. ```d auto result...

Is it possible to prohibit re-launching an application if it has already been launched? So that when you click on the icon, a duplicate application does not start?

Unable to add to configuration file `Windows.iso`. Could you suggest or describe the setting?

When building a project in Linux ([Solus project](https://getsol.us/home/)), [the libraries](https://imgur.com/i8X0OG6) **swt-4.9-gtk-linux-x86_64.jar** and **winrun4j-0.4.5.jar** get into **dist/lib** (although they are do not present in the compiled **debian** package), which is why...

answered

OS Solus Linux 4.3 DUB version 1.27.0, built on Apr 13 2022 LDC - the LLVM D compiler (1.29.0) I am trying to use the default compiler in my project,...

When creating a NEW dub project, it is necessary to reboot VSCode, since it does not detect the created project (**Ctrl+Shift+B**), while pulling up the configuration from the previous project....

I have a nested DUB projects structure (example_1, example_2, ...): ![изображение](https://user-images.githubusercontent.com/37277056/140764557-149fea28-6fab-42c4-8922-159771231f0c.png) When I create a new project, I want to run it without reconfiguring the project path using universal variables....

Is it possible to use any compilation flags to reduce the size of the executable file? I use several functions of this library, but with `-O3` the file still weighs...