Marcin Dąbrowski

Results 13 issues of Marcin Dąbrowski

## 🚀 Feature Idea Add new property to step named ie. `tooltipSelector` which will be used to position tooltip around another element that highlighted one. At default when this property...

feature
to discuss

### Please avoid duplicates - [X] I checked [all open feature requests](https://github.com/octokit/octokit.js/issues?q=is%3Aissue+is%3Aopen+label%3Afeature) and none of them matched my problem. ### What’s missing? Recently the ability to [automatically generate release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)...

Type: Feature

Since Logbook interceptors are not altering HTTP requests and responses they should do not throw Exceptions on they failure, because it could break HTTP connection. ## Detailed Description [LogbookHttpRequestInterceptor.process](https://github.com/zalando/logbook/blob/main/logbook-httpclient5/src/main/java/org/zalando/logbook/httpclient5/LogbookHttpRequestInterceptor.java#L27) method...

Feature

In Gradle we have [The JVM Test Suite Plugin](https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html). It enables me to create multiple test folders - for example except the standard `src/test/groovy` test directory, I also have `src/integrationTest/groovy`....

waiting-for-more-info

Description of the `fetch-tags` says: `Whether to fetch tags, even if fetch-depth > 0`, but it seems that action in version `4.1.1` do not pull the tags, only the PR...

Hi, I'm using `ArchUnit 1.0.1` with `Java 17` and have a similar problem as described in #570 resolved by PR https://github.com/TNG/ArchUnit/pull/895 I have this enum: ```java public enum ExampleEnum {...

When I defined `workdir` as an input paramter to this action I got error: `Unexpected input(s) 'workdir', valid inputs are ['entryPoint', 'args', 'github_token', 'tool_name', 'level', 'reporter', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'actionlint_flags']`....

I've switched from Windows 7 to Windows 10, and on new computer I can't log into my account. When switching I've just copy my Thunderbird profile. On new computer I...

It would be great to give ability to define different configuration for different paths in one config file, ie: ```yaml --- extends: default yaml-files: - '*.yaml' - '*.yml' - '.yamllint'...

In PHP client there is possibility to configure the mapping of resource name: [Map resource names to normalized URI](https://docs.datadoghq.com/tracing/trace_collection/library_config/php/#map-resource-names-to-normalized-uri). Please introduce something like this in Java library. Now tags with...

type: feature request