Mark Allen

Results 32 issues of Mark Allen

This library is fantastic and thanks for publishing it! In my testing, IDs are not always aggregated across multiple queries when `Schema#multiplex` is used. The promises do resolve correctly, but...

missing information

It would be great if this library did not require `window` to exist. Otherwise this can't be used with a next.js app or be imported during SSG. What would it...

feature-request

https://github.com/danger/danger-js/blob/48ab882843f30f9fee8a9cbf48155307f5609f52/source/ci_source/providers/Codeship.ts#L68 The `CI_REPO_NAME` env var only contains the project name and not the user / organization. We are using Codeship Pro. Not sure if Basic has different results. This causes...

I'm looking for a way to introduce something like a middleware, which will encapsulate the task, rescue errors, and then report those errors to a ticketing system like Raygun.io. Does...

Fixes #221 The new rule in its current state in this branch only works with `map` as a proof of concept. The fix for this rule is unsafe as `_.map()`...

In this example, the binding / evaluation context of the block is said to be `self` https://github.com/ruby/rbs/blob/287808c00f7809e0c1261074c6eb90990d8d1d21/core/basic_object.rbs#L172-L185 ```rbs # Executes the given block within the context of the receiver (*obj*)....

Consider this contrived example: ```ruby class Initializer def self.create(klass) klass.new end end ``` How can this class be annotated in rbs such that the return value is known to be...

``` find port exited with code 1. ```

Hi, would it be possible to add the `mount-checkout` or `copy-checkout` option from `docker-buildkite-plugin` implemented here: https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/182 Or maybe this is already possible to do and undocumented? I think this...

enhancement

Example of the problem situation: CI dockerfile builds for 30 min, then step 15/20 fails, so the docker build fails, and all the 30 minutes of work is wasted. Subsequent...