Mehdi Zakaria Benadel

Results 81 comments of Mehdi Zakaria Benadel

> You already can set a profile to run as admin, this what you mean? You're right, I totally missed that. For me it was more visible to change env...

Considering this setup : layout.xml ```xml ... ... ``` example.dox ```c++ /*! \page example Example - \subpage subpage1 - \subpage subpage2 */ ``` subpage1.dox ```c++ /*! \page subpage1 SubPage1 Example...

Proposed solution : Add a `show-subpages` attribute layout.xml ```xml ... ... ```

Doxygen version : 1.8.17 What it looks like right now on a generated HTML page : ![](https://i.imgur.com/zKi6ALZ.png) How we want it to look like : ![](https://i.imgur.com/XlWllU7.png)

Those two lines just illustrate that neither of them does what a user would expect them to do when they have subpages. ``` ``` I'm talking about the navigation menus,...

This should be solved by now with #14 PR.

You should use `import { HttpClient, HttpClientModule } from '@angular/common/http';`

`@angular/common/http` is only available in angular 4.3+. For prior versions, you should use ngx-translate/[email protected].

Same issue here with just four passages and one linking to the others. Unity 2018.3.8f1 ``` NotSupportedException: The invoked member is not supported in a dynamic module. System.Reflection.Emit.AssemblyBuilder.get_Location () (at...

Seems like the issue is this : https://stackoverflow.com/questions/44446720/notsupportedexception-the-invoked-member-is-not-supported-in-a-dynamic-module-i In the StoryImporter.cs here : https://github.com/daterre/Cradle/blob/981be1cca368a3c21c26d6760402206e373fb890/.src/Cradle.Editor/Editor/StoryImporter.cs#L77