Martin W. Kirst

Results 41 issues of Martin W. Kirst

**Is your feature request related to a problem? Please describe.** I did report issue #7279, where I thought I found a bug because the error message did not let me...

kind/feature
scope/broker
hacktoberfest
area/ux

implements #438 ### Demo/Screenshot ![Screenshot 2022-10-05 at 16 45 13](https://user-images.githubusercontent.com/1189394/194090311-5cbaed39-892b-48d8-8bc2-3eff196e441c.png) ### noteworthy changes - introducing new dependencies for QueryDSL - reasoning QueryDSL is well supported with the Spring JPA framework...

## motivation It would be cool to have a Gopher like art/logo for this library, to strengthen the community :) - [ ] a logo, similar like (google for images,...

help wanted
good first issue

## motivation being more compatible with BPMN standard ## acceptance criteria - [ ] published messages are 'global' on the engine (not on the instance) - [ ] method is...

help wanted

## motivation - don't allow altering process instance state, when job's are in-flight - align with zeebe go client

bug
wip

## motivation Implementing FEEL (Friendly Enough Expression Language; one part of the [DMN specification](http://www.omg.org/spec/DMN/)) would be a great step towards compatibility with other BPMN runtimes. The current 'expr' language has...

enhancement
help wanted

## motivation internal errors should be categorized and bubble up to the application developer. ## acceptance criteria - [ ] error "classes" shall be defined - e.g. "BpmnValidationError" (as shown...

enhancement
help wanted

## motivation I'm using this duration library in a project and tinkered around with long-running timers/durations. I see an issue with potential wrong calculations when using seconds in combination with...

This PR replaces one aspect of the #17 PR. When converting time.Time objects, a "new Date" object in JS is created. This is very convenient. For testing only, this PR...

### Summary When I worked on #3899 , I did run into compiler issues on FreeBSD with ARM64/Apple Silicon This fix takes the same pattern/approach as used for Linux and...