Joachim

Results 184 issues of Joachim

If a data provider method uses complex logic and loops to build up its array of datasets, then it can be easy to accidentally create duplicate sets. The presence of...

type/enhancement
feature/data-provider

I discovered by accident that you can repeat the --filter option and it works like an AND. For example, you can use one --filter to specify the method name and...

Fetching a node gets me all these warnings: Warning: Missing argument 33 for EclipseGc\DrupalOrg\Api\Resources\Node\ProjectIssue::__construct() in eclipsegc/drupal-org-api/src/Resources/Node/ProjectIssue.php on line 39 Warning: Missing argument 34 for EclipseGc\DrupalOrg\Api\Resources\Node\ProjectIssue::__construct() in eclipsegc/drupal-org-api/src/Resources/Node/ProjectIssue.php on line 39...

I get this error when I try to use the library: `Fatal error: Access level to EclipseGc\DrupalOrg\Api\Resources\GetResource::getResource() must be public (as in class EclipseGc\DrupalOrg\Api\Resources\ResourceInterface) in eclipsegc/drupal-org-api/src/Resources/Node.php on line 265`

I'm writing an improved version of my d.org patch workflow script, dorgpatch. It seems to me that it would make sense to use this project to make API calls to...

When I do 'composer update' on a project that has had this library added since I last used it, I get this error: > [Symfony\Component\Debug\Exception\FatalThrowableError] > Cannot use object of...

This adds a method to DepthFirstBasicVisitor for getting the vertices that can reach a given vertex. This is the mirror-image of the existing getReachable() method. So with the example graph...

I'm using this in Drupal's Batch API, and I wanted to check that a graph object would survive being serialized, since Drupal does that with data between calls. It looks...

**Describe the bug** With a large number of entities, ER graphs tend to get really wide and not very tall, which makes them hard to work with. **To Reproduce** Steps...

Type: Bug / Error
Status: Triage
Graph: Entity Relationship

### Description When I do `colima start` I get this: ``` > exiting, status={Running:false Degraded:false Exiting:true Errors:[] SSHLocalPort:0} (hint: see "/Users/joachim/.colima/_lima/colima/ha.stderr.log") ``` The last item in the log is this:...