Eyal Roth
Eyal Roth
The page on "Choreography pattern" seems to give contradicting advice on when to or not to use the pattern. > [When to use this pattern](https://docs.microsoft.com/en-us/azure/architecture/patterns/choreography#when-to-use-this-pattern) > Use the choreography pattern...
HTML test reports generated with Gradle seem to have an incorrect class suite name:  It seems that the class name is the name of the first test case in...
This [example project](https://github.com/eyalroth/java-scala-gradle-project) is a multi-module project which uses the `java-platform` plugin to align the versions of the dependencies across the different modules. Applying the plugin: ``` // build.gradle plugins...
I'm pretty new with wordpress. Being a developer I wanted to version my wordpress with git, and decided to try Revisr out. I've followed the [official instructions on how to...
Please provide an option to disable the [banning of dependency resolution at configuration time](https://github.com/palantir/gradle-consistent-versions#resolving-dependencies-at-configuration-time-is-banned). Some plugins, such as [the scoverage plugin](https://github.com/scoverage/gradle-scoverage), require the ability to resolve dependencies at configuration time....
### Expected Behavior When using the Worker API with classloader isolation, classes should either be cached/shared between worker actions, or alternatively be cleaned at the end of an action. ###...
## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...
### Version 27.4.7 ### Steps to reproduce Run this test: ```ts import { each } from 'bluebird'; test('my test', async () => { await expect(each([Promise.reject('foo')], () => {})).rejects.toEqual('foo'); }); ```...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
**Summary** Installing WP via `wp core install` creates rewrite rules with `index.php` as prefix, which then causes the `.htaccess` file never to be written, even not by `wp rewrite flush...