John-Paul Cunliffe

Results 12 issues of John-Paul Cunliffe

#### Version and Runtime ``` vegeta -version Version: 12.8.3 Commit: Runtime: go1.14 darwin/amd64 Date: 2020-03-25T14:41:40Z ``` #### Expected Behaviour I expected my system to not crash. #### Actual Behaviour I...

Please let us make squirrel more type safe by turning this: builder.externalTransition().from(A).to(B).on(toB).callMethod("fromAToB"); into: builder.externalTransition().from(A).to(B).on(toB).callMethod(this::fromAToB); using: http://docs.oracle.com/javase/tutorial/java/javaOO/methodreferences.html Similarly, we can use lambda expressions to turn: builder.externalTransition().from(MyState.C).to(MyState.D).on(MyEvent.GoToD).whenMvel( "MyCondition:::(context!=null && context.getValue()>80)").callMethod("myInternalTransitionCall"); into: builder.externalTransition().from(MyState.C).to(MyState.D).on(MyEvent.GoToD).when(context->...

enhancement

Objects are a lot easier to read, if they get indented in new lines. It would be awesome to allow for such a pretty toString(), so that we can use...

consider

Visually Mermaid > PlantUml. Also, it is supported by the asciidoctor-diagram library. https://mermaid-js.github.io/mermaid/

https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/docker makes working with docker a breeze - because it basically allows tab-completion of docker container ids. it would be really nice to have this available in your already great...

Using ``` quarkus: logging-manager: openapi: included: true ``` and ``` io.quarkiverse.loggingmanager quarkus-logging-manager 2.1.0 ``` (also with runtime) I get: ``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors...

Hi, first of all: You did an awesome job. If every developer on this planet contributed work as great as yours, we would be flying around in space ships already....

**Describe the bug** when opening an activity diagram, I get a ``` com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException: Instantiation of [simple type, class com.valb3r.bpmn.intellij.plugin.camunda.parser.nodes.diagram.Plane] value failed for JSON property id due to missing (therefore NULL)...

bug
feedback-required

Similar to WinSplitRevolution, it would be nice to have multiple window pad strokes (e.g. win+Num4 first default behaviour, then 1/3 to the left, then 2/3 to the left). This would...

As stated [here](https://plugins.gradle.org/plugin/org.ysb33r.vfs), since gradle 2.1 a new plugin mechanism (using "id") should be supported. When applied, I get various errors on URI schemes not being supported though. Only using...

gradle