Florian Haag
Florian Haag
##### **Overview of the feature** Beside the pre-defined tags such as `@param` or `@return`, it would be helpful to register some kind of handlers for expanding custom tags specific to...
According to the readme file, this library is released under the MIT License. Among other things, the MIT License allows usage of the so-licensed code in commercial products. However, the...
For TimeSpans, it is possible ot humanize into a "composite format" with several units, e.g.: > "2 weeks, 1 day, 1 hour" Is a formatting like this possible for byte...
For most settings in the project properties, SharpDevelop offers a little button to indicate whether the setting is supposed to be globally valid, or specific to the _platform_, or specific...
## Search terms groupDescription, group, output, warning ## Question [Release 0.25.8](https://github.com/TypeStrong/typedoc/releases/tag/v0.25.8) adds support for a [`@groupDescription` tag](https://typedoc.org/tags/groupDescription/). As far as I understand from the release notes and the docs, it...
*Note: This is a copy of #1265, which was automatically closed as it received no activity, with the suggestion to open a new issue if the underlying problem persists.* #####...
I would like to upgrade to the latest version of SevenZipSharp and the underlying `7z.dll`, but I am not sure which version of the DLL to use (or where to...
### Current Behavior In my `project.json` file, I have a `testserve` target that uses the `@nx/angular:dev-server` executor: ```json "testserve": { "executor": "@nx/angular:dev-server", "configurations": { "development": { "buildTarget": "myProject:build:development" } },...
### Current Behavior In my `project.json` file, I have a `build` target using the `@angular-devkit/build-angular:browser` executor. I can add another target `testoutput` to its `dependsOn` array. If I invoke build...