Siarhei

Results 21 issues of Siarhei

With this small addition, creators would be able to monetize their content by adding `params.monetization`, like: ```yml params: monetization: $payment.pointer ```

# What / Why I'm trying to compute a bunch of various increments for a specific version (TypeScript): ```typescript console.log(version.inc('major')) console.log(version.inc('minor')) console.log(version.inc('patch')) ``` The problem is the `SemVer` class itself...

semver:major

Some of the dependencies in my project have identically named files at the same paths. Like `LICENSE`s and `module-info`s: (a screenshot where I already raised the `duplicatesStrategy` to `WARN`) ![image](https://github.com/melix/jmh-gradle-plugin/assets/577360/28484a0f-425a-46b0-a6e1-bd165aa5c204)...

I tried to build the extension locally and got an error: ``` ERROR SVGs are restricted in README.md; please use other file image formats, such as PNG: https://vsmarketplacebadge.apphb.com/version/tintinweb.graphviz-interactive-preview.svg ``` It...

## Observable behavior I've installed the latest version of the extension (`0.3.5`) and configured these settings: ```json { "graphviz-interactive-preview.format.condenseAttributes": false, "graphviz-interactive-preview.view.themeColors": true } ``` Now I'm trying to reformat a...