Michal Dvořák

Results 10 issues of Michal Dvořák

### TL;DR When running on self-hosted agents behind corporate proxy, this action simply does not work. ### Detailed design While release-please itself, nor any used library, directly support proxy, there...

type: feature request

* Added new interface `ScopeListener` * Modified `ThreadLocalScopeManager` * Added `NoopScopeListener` to be used as default * Modified tests Is there anything else missing? Also, I've created signature of onActivate,...

Adding custom behavior for activating and deactivating scope is real pain - one have to copy `ThreadLocalScopeManager` and `ThreadLocalScope` into project and modify them. It is because while `activate` can...

Referenced object should never be modified. Internally, `create_reference` takes `const cJSON* item` anyway, and making this parameter const is on par with `cJSON_CreateObjectReference`, which also have `const cJSON* child` argument....

Added `run_always` config option as a follow-up to the #6435 @Arksine. I'm open for better name for the variable.

reviewer needed

Even thou I'm not user of this library, I've came across it while searching why my SN65HVD230 does not work. I have the same cheap knock-off from Ali. Problem was...

**Description:** In enterprise environment, custom CA truststore is often used. This parameter allows automatic copy of `cacerts` file into new Java installation. **Check list:** - [X] Mark if documentation changes...

feature request
needs eyes

**Description:** `jdkFile` parameter now supports http(s):// URLs directly, without need of extra step for downloading the archive. **Related issue:** #232 **Check list:** - [X] Mark if documentation changes are required....

I had to go thru all of source codes to discover, what functionality is enabled by default, how to disable things I don't want, and under which keys configure the...

documentation

When using `@release-it/conventional-changelog`, release notes gets populated only with relevant commits (e.g. `chore` commits are omitted). However when `git.requireCommits` is set to true, it produces a release with empty changelog,...