Rhodri Pugh

Results 10 issues of Rhodri Pugh

I'm interested in running Eastwood inside a Jenkins build and having the results output for parsing by a post-build publisher (Junit seems to be the easiest to target). At the...

Hi - bit of a vague bug report I'm afraid as the issue is intermittent. My setup is a use ctrl-number (1, 2, 3, etc..) to switch between apps, with...

Can you recommend a BPMN editor for use with Workflower? I tried to use the Eclipse BPMN Modeller as mentioned in the docs, but it doesn't seem to allow setting...

question

**Is your feature request related to a problem? Please describe.** Quite often I find myself using `Type\instance_of` to assert values are not null, for example... ```php /** @var null|Foo $x...

Priority: Low
Status: In Progress
Type: Enhancement

bind/unbind obviously don't port to PHP as there is no function scope as such, so this provides partial application without the Javascript scoping of bind/unbind in underscore.js

At the moment the connection is shared across all sessions, make it so each session can have a different connection.

enhancement

Enable auto-complete on the value for schema name parts, then set the value to be for the correct type.

enhancement

| Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | None...

Status: Needs Review
Messenger

### 🐞 Describe the Bug When formatting array data in a tabular way, the formatter seems to respect the configured `print-width` limit which will result in tables formatting poorly when...

Type: Bug

Hi, I'm using `Type\union` with a large array of `Type\literal_scalar` (currently 1178 items) and running into some performance issues. Something like... ```php $options = Vec\map( $largeArray, fn (string $value): Type\TypeInterface...