Ivan Romanov

Results 25 issues of Ivan Romanov

In project README > CMake does not allow to insert source file to existing target once it has been defined. But source can be insert *before* `add_executable/library`. > Even if...

enhancement
question

It's not CMakePCHCompiler problem. It's common. Qt Creator uses clang to have good syntax higlighting. This option is optional but by default it's enabled. This means Qt Creator compiles each...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

Now rpm can be build for Fedora and openSUSE.

buildpkg

In some cases I don't want to have always newline before `}`. I tried to find a way to disable it but seems it's impossible. For example such code always...

C and C++11
waiting_for_answer

I use such options ``` sp_before_ptr_star = force sp_before_unnamed_ptr_star = remove ``` It does such formatting: ```c++ int*f(int *a) { int *b; QList l; int *c = static_cast(b); } ```...

C and C++11
waiting_for_answer

**Describe the bug** Code navigation is not working in PHP Project from Compose Package. I create a new project from yiisoft/yii2-app-basic project, open a model file and try to click...

bug

I started jabberd on my personal PC. Version: jabberd-2.6.1-8.fc28.x86_64. So when I send `iq` with no `to` attribute server reply has full jid `from` attribute but must be bare jid....

In my application I want to know from where it was started. But seems no such info. I checked environment, no success.