Mark Nevill

Results 20 issues of Mark Nevill

The Size method is only created if the sizer plugin is enabled, and other parts of the codebase seem to handle this case. The helpers here were assuming that either...

Sometimes RB seems to bail out of using the merge template, with a console log "[refined-bitbucket] User doesn't have permissions to merge this pull request. Skipping "mergeCommitMessage" feature." This happens...

### Current behavior: An element `` can have a file attached to it using this plugin without specifiying `force: true`. ### Desired behavior: Attaching a file to a disabled input...

bug

I tried enabling Angular's [strict template checking](https://angular.io/guide/template-typecheck#strict-mode) on a project and a recurring failure was on all uses of angular2-multiselect-dropdown. The error was always that the object given to `[settings]`...

The implementation doesn't correctly indent the first line. Since Godoc doesn't indent examples, and the examples are inside a code-block already, the easiest fix seems to be to remove the...

I'm applying `Pickable::IGNORE` to a scene that I'm using as a hover hint/highlight, ```rust commands.spawn(( HoverHighlight, SceneBundle { scene, ..default() }, Pickable::IGNORE, )); ``` and as far as I can...

## Problem GRPC status messages on the wire are protos and include a field called `details` that allows further protos to be attached to the results - see https://github.com/grpc/grpc/blob/master/src/proto/grpc/status/status.proto#L91 Example...

v2

Description ------------- Split from #706 Subpackages/subdirectories may contain further mockery config files. Currently mockery recursion from a config in a parent directory will ignore these, meaning those packages/directories may have...