Marcel Versteeg

Results 11 issues of Marcel Versteeg

Let's say I have the following code ``` template class MyTemplateClass { .... }; typedef unsigned int MyInt; typedef ::MyTemplateClass MyCharClass; typedef ::MyTemplateClass MyMyIntClass; class MyTestClass { void TestMethod1(::MyInt param);...

question

In the configuration page in the section Administration > Authentication one can select whether anonymous reading of the default user's articles is allowed and whether anonymous refresh of the articles...

Support

Currently I am installing SHFB on a new computer, that only has VS2022 installed using the guided installation (version 2022.10.15.0). In the step where the Visual Studio Package is installed,...

**Describe the bug** In case of read-only properties in the command line options class, where a property is defined as ``` public string Foo { get; init; } ``` you...

I am writing a tool that needs to inspect C++ header files. For this I use ClangSharp version 16.0.0). I have constructs in the code as follows: ``` #define ENUM_DATA_TYPE...

**Is your feature request related to a problem? Please describe.** I have several web sites that all have their own configuration file. They all include a general configuration file that...

**Describe the bug** Using the browser detection via browsers_phone.pm (set `LevelForBrowsersDetection=allphones` in the configuration file) does not detect the Edge browser, while it is correctly detected via the browsers.pm (set...

In a previous version of AnyStatus (at least up till version 2.9.9) it was possible to add a Jenkins view to the status overview. Whenever the contents of the view...

up-for-grabs
jenkins

I am trying to install Alient-Libxml2 on my Windows10 computer running ActivePerl 5.24.0 (due to a shared hosting service, I cannot use another version of Perl right now unfortunately), but...

🐞Bug

Consider JavaScript like this: ``` class MyClass { constructor(field) { this.field = field; } method() { field++; } get property() { return field; } } var myVar = new MyClass();...