Piotr Olaszewski

Results 45 issues of Piotr Olaszewski

#### Java All current Java LTS versions (17, 21) should be supported and tested. If any Java version reaches its End of Life (EOL), support for that version will be...

kind/feature

kind/documentation

Hello :wave: Dear @asterisk-java/contributors, @asterisk-java/owners and everyone who want to support us! I would like to invite all of you to this conversation. These are the next steps of making...

I have code: ``` ruby preflight = Preflight::Profiles::PDFX1A.new preflight.rule Preflight::Rules::MaxVersion, 1.4 preflight.check(destination).each do |issue| puts issue.description puts issue.attributes end ``` so I want to override `MaxVersion` but output is: ```...

Is there a way to specify "IncludePrerelease" flag when calling "satisfies" on a NPM semver type? Original issue: https://github.com/vdurmont/semver4j/issues/58

enhancement

If range is already parsed, we can cache it and use without wasting resources.

enhancement

Check we can handle all following examples: https://docs.microsoft.com/en-us/nuget/concepts/package-versioning#version-ranges https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-requirements https://golang.github.io/dep/docs/Gopkg.toml.html#version https://getcomposer.org/doc/articles/versions.md#version-range

enhancement

There are any plans to add possibility to specify a repository or repositories as an input to the action which labels should be synchronized? This could be really useful if...

type: feature
good first issue
status: pinned

**Describe the bug** When I set the property `spring.datasource.hikari.maximum-pool-size=2` and try to make several parallel requests for token introspection, I receive the following exception. The response is: ``` {"timestamp":"2024-06-27T10:50:21.475+00:00","status":500,"error":"Internal Server...

type: bug

## Motivation @markpollack and @tzolov, maybe you are interested in the new `MarkdownDocumentReader`, which can read structured Markdown documents. As @markpollack wrote in #105, it could be valuable. I agree....

ETL