Results 14 issues of 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...

doc-enhancement
assigned-to-author
triaged
architecture-center/svc
Pri1
design-pattern/subsvc

HTML test reports generated with Gradle seem to have an incorrect class suite name: ![munit-html-report](https://user-images.githubusercontent.com/6641808/73674426-22811380-46b9-11ea-91f0-5901c3e0a1a7.png) It seems that the class name is the name of the first test case in...

help wanted
gradle

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. ###...

a:bug
in:workers
stale

## 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...

type: feature

### 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'); }); ```...

Needs Triage
Bug Report

#### 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]...

Issue: Bug

**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...

state:unconfirmed
command:core-install